我设置了服务端内的spigot.yml文件中
attribute: maxHealth: max: 9999.0 movementSpeed: max: 99999.0 attackDamage: max: 99999.0这三条属性,按理说应该解除了服务器内的最大血量限制,可是进去后怪物最大血量还是只有20血,在单人档怪物有400血。服务器里却被限制了。在想是不是插件冲突代替了spigot.yml
我的spigot.yml参数如下# This is the main configuration file for Spigot.# As you can see, there's tons to configure. Some options may impact gameplay, so use# with caution, and make sure you know what each option does before configuring.# For a reference for any variable inside this file, check out the Spigot wiki at# http://www.spigotmc.org/wiki/spigot-configuration/# # If you need help with the configuration or have any questions related to Spigot,# join us at the IRC or drop by our forums and leave a post.# # IRC: #spigot @ irc.spi.gt ( http://www.spigotmc.org/pages/irc/ )# Forums: http://www.spigotmc.org/
config-version: 11settings: moved-wrongly-threshold: 0.0625 moved-too-quickly-multiplier: 10.0 filter-creative-items: true debug: false bungeecord: false timeout-time: 60 restart-on-crash: true restart-script: ./start.sh netty-threads: 4 late-bind: false item-dirty-ticks: 20 int-cache-limit: 4096 attribute: maxHealth: max: 9999.0 movementSpeed: max: 99999.0 attackDamage: max: 99999.0 sample-count: 12 player-shuffle: 0 save-user-cache-on-stop-only: false user-cache-size: 1000 log-villager-deaths: truecommands: log: true spam-exclusions: - /skill replace-commands: - setblock - summon - testforblock - tellraw silent-commandblock-console: false tab-complete: 0 send-namespaced: truemessages: restart: Server is restarting whitelist: You are not whitelisted on this server! unknown-command: Unknown command. Type "/help" for help. server-full: The server is full! outdated-client: Outdated client! Please use {0} outdated-server: Outdated server! I'm still on {0}stats: disable-saving: false forced-stats: {}advancements: disable-saving: false disabled: - minecraft:story/disabledworld-settings: default: verbose: true enable-zombie-pigmen-portal-spawns: true wither-spawn-sound-radius: 0 mob-spawn-range: 8 growth: cactus-modifier: 100 cane-modifier: 100 melon-modifier: 100 mushroom-modifier: 100 pumpkin-modifier: 100 sapling-modifier: 100 wheat-modifier: 100 netherwart-modifier: 100 vine-modifier: 100 cocoa-modifier: 100 bamboo-modifier: 100 sweetberry-modifier: 100 kelp-modifier: 100 beetroot-modifier: 100 carrot-modifier: 100 potato-modifier: 100 entity-activation-range: animals: 32 monsters: 32 misc: 16 tick-inactive-villagers: true raiders: 48 save-structure-info: true max-tnt-per-tick: 30 random-light-updates: false hunger: jump-walk-exhaustion: 0.05 jump-sprint-exhaustion: 0.2 combat-exhaustion: 0.1 regen-exhaustion: 6.0 swim-multiplier: 0.01 sprint-multiplier: 0.1 other-multiplier: 0.0 squid-spawn-range: min: 45.0 ticks-per: hopper-transfer: 8 hopper-check: 1 hopper-amount: 1 max-tick-time: tile: 40 entity: 40 view-distance: default nerf-spawner-mobs: false arrow-despawn-rate: 1200 dragon-death-sound-radius: 0 seed-village: 10387312 seed-feature: 14357617 seed-monument: 10387313 seed-slime: 987234911 merge-radius: exp: 5.0 item: 6.0 entity-tracking-range: players: 100 animals: 18 monsters: 32 misc: 10 other: 64 zombie-aggressive-towards-villager: true item-despawn-rate: 6000 hanging-tick-frequency: 100 trident-despawn-rate: 1200 seed-desert: 14357617 seed-igloo: 14357618 seed-jungle: 14357619 seed-swamp: 14357620 seed-shipwreck: 165745295 seed-ocean: 14357621 seed-outpost: 165745296 max-entity-collisions: 4
attribute: maxHealth: max: 9999.0 movementSpeed: max: 99999.0 attackDamage: max: 99999.0这三条属性,按理说应该解除了服务器内的最大血量限制,可是进去后怪物最大血量还是只有20血,在单人档怪物有400血。服务器里却被限制了。在想是不是插件冲突代替了spigot.yml
我的spigot.yml参数如下# This is the main configuration file for Spigot.# As you can see, there's tons to configure. Some options may impact gameplay, so use# with caution, and make sure you know what each option does before configuring.# For a reference for any variable inside this file, check out the Spigot wiki at# http://www.spigotmc.org/wiki/spigot-configuration/# # If you need help with the configuration or have any questions related to Spigot,# join us at the IRC or drop by our forums and leave a post.# # IRC: #spigot @ irc.spi.gt ( http://www.spigotmc.org/pages/irc/ )# Forums: http://www.spigotmc.org/
config-version: 11settings: moved-wrongly-threshold: 0.0625 moved-too-quickly-multiplier: 10.0 filter-creative-items: true debug: false bungeecord: false timeout-time: 60 restart-on-crash: true restart-script: ./start.sh netty-threads: 4 late-bind: false item-dirty-ticks: 20 int-cache-limit: 4096 attribute: maxHealth: max: 9999.0 movementSpeed: max: 99999.0 attackDamage: max: 99999.0 sample-count: 12 player-shuffle: 0 save-user-cache-on-stop-only: false user-cache-size: 1000 log-villager-deaths: truecommands: log: true spam-exclusions: - /skill replace-commands: - setblock - summon - testforblock - tellraw silent-commandblock-console: false tab-complete: 0 send-namespaced: truemessages: restart: Server is restarting whitelist: You are not whitelisted on this server! unknown-command: Unknown command. Type "/help" for help. server-full: The server is full! outdated-client: Outdated client! Please use {0} outdated-server: Outdated server! I'm still on {0}stats: disable-saving: false forced-stats: {}advancements: disable-saving: false disabled: - minecraft:story/disabledworld-settings: default: verbose: true enable-zombie-pigmen-portal-spawns: true wither-spawn-sound-radius: 0 mob-spawn-range: 8 growth: cactus-modifier: 100 cane-modifier: 100 melon-modifier: 100 mushroom-modifier: 100 pumpkin-modifier: 100 sapling-modifier: 100 wheat-modifier: 100 netherwart-modifier: 100 vine-modifier: 100 cocoa-modifier: 100 bamboo-modifier: 100 sweetberry-modifier: 100 kelp-modifier: 100 beetroot-modifier: 100 carrot-modifier: 100 potato-modifier: 100 entity-activation-range: animals: 32 monsters: 32 misc: 16 tick-inactive-villagers: true raiders: 48 save-structure-info: true max-tnt-per-tick: 30 random-light-updates: false hunger: jump-walk-exhaustion: 0.05 jump-sprint-exhaustion: 0.2 combat-exhaustion: 0.1 regen-exhaustion: 6.0 swim-multiplier: 0.01 sprint-multiplier: 0.1 other-multiplier: 0.0 squid-spawn-range: min: 45.0 ticks-per: hopper-transfer: 8 hopper-check: 1 hopper-amount: 1 max-tick-time: tile: 40 entity: 40 view-distance: default nerf-spawner-mobs: false arrow-despawn-rate: 1200 dragon-death-sound-radius: 0 seed-village: 10387312 seed-feature: 14357617 seed-monument: 10387313 seed-slime: 987234911 merge-radius: exp: 5.0 item: 6.0 entity-tracking-range: players: 100 animals: 18 monsters: 32 misc: 10 other: 64 zombie-aggressive-towards-villager: true item-despawn-rate: 6000 hanging-tick-frequency: 100 trident-despawn-rate: 1200 seed-desert: 14357617 seed-igloo: 14357618 seed-jungle: 14357619 seed-swamp: 14357620 seed-shipwreck: 165745295 seed-ocean: 14357621 seed-outpost: 165745296 max-entity-collisions: 4