NerfPhantoms
作者:rebot | 分类:模组
Minecraft 版本: 1.7.10 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.10 1.10.1 1.10.2 1.11 1.11.1 1.11.2 1.12 1.12.1 1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
平台: bukkit paper spigot
标签: management optimization utility
If you don't know too much, just give the players you want (such as VIP players) permission:
nerfphantoms.disablespawn.self
so they can use the command: /erfphantoms togglespawn
to turn off the phantom around them.
Configuration:
# Whitelist of worlds to enable the plugin in. Includes all worlds by default
enabledWorlds:
- world
- world_nether
- world_the_end
# Disable or enable natural phantom spawn
allowNaturalSpawn: true
# Only apply nerf actions below to naturally spawned phantoms? A non natural spawn would be a spawnegg
onlyNerfNatural: true
# Mute phantom sound (This isn't fully working yet. Only mute some of the phantom sounds)
muteSound: false
# Disable phantom AI. Causes them to hover in one position and not move.
disableAI: false
# Phantom damage to player modifier. PhantomDamage * damageModifier = Damage to player
damageModifier: 1.0
# Set phantom health, default is 20. If you set it to 0 they die instantly.
health: 20.0
# Should all phantoms have a fixed size?
fixedSize:
enabled: false
# How big should phantoms be?
value: 1
# Database configuration
# The database is used to remember if the player toggled phantoms on or off.
# Defaults to sqlite where 'name' is the database file name. The other fields are ignored.
# Change type to 'mysql' if you want the plugin to connect to a mySQL server.
database:
enabled: false
type: sqlite
name: nerfphantoms
host: localhost
port: 3306
username: root
password: '123456'
Commands:
/nerfphantoms reload: Reload options from the configuration file
/nerfphantoms kill: Kill all Phantoms in your current world.
/nerfphantoms togglespawn: Turn phantom spawn for you on/off.
Permissions:
nerfphantoms.*:
description: Gives access to all NerfPhantoms commands
default: op
children:
nerfphantoms.all: true
nerfphantoms.all:
description: Gives access to all NerfPhantoms commands
children:
nerfphantoms.reload: true
nerfphantoms.kill: true
nerfphantoms.reload:
description: Reload plugin config
default: false
nerfphantoms.kill:
description: Kill all phantoms in current world
default: false
nerfphantoms.disablespawn.self:
description: Command to disable phantom spawning for player
default: false
nerfphantoms.disablespawn.auto:
description: Phantom spawn disable active by default for player
default: false请登录后举报
暂无评论,抢个沙发吧~