JonsTer
本帖最后由 JonsTer 于 2021-9-12 17:13 编辑

ColorMOTD插件不支持服务器,前几天还在用这个插件,今天改了几个别的插件配置文件就这样了,原本的配置文件会显示,自己改过的ColorMOTD配置文件就不行    服务器版本是1.8,向上兼容










xmdhs
上传下你改过的配置文件,可能是 yml 格式错误

思念化作海
你是说右上角那个红叉叉吗
config中showDelay设为false

JonsTer
xmdhs 发表于 2020-3-14 10:21
上传下你改过的配置文件,可能是 yml 格式错误

## ColorMOTD v1.3.8.3 Config
# http://www.mcbbs.net/thread-448326-1-1.html
Motd:
- '                      &a- = &6&l龙&b&l城 &a= -     &bMcshijie.18mc.cc  &aQQ交流群:&c189812930'
OnlineMsg: '&a在线人数: &b%ONLINE%&d/&22020'
Players:
- '&6&l龙&b&l城&4&l欢迎您'
ServiceModeMOTD: '&c服务器维护中,请等待维护完成...'
ServiceModeKickCause: '&c服务器维护中,请等待维护完成再进入服务器!'
useBungeeCord: false
redisBungee: false
AttributionServer: ip138
TPSFormat: '0.0'
showDelay: false
Auto-Update: true

xmdhs
JonsTer 发表于 2020-3-14 10:22
## ColorMOTD v1.3.8.3 Config
# http://www.mcbbs.net/thread-448326-1-1.html
Motd:

上传,你这样换行和空格没了,我也看不出问题

JonsTer
折叠 发表于 2020-3-14 10:21
你是说右上角那个红叉叉吗
config中showDelay设为false

不是,改过的配置文件就不会显示文字

思念化作海
JonsTer 发表于 2020-3-14 10:23
不是,改过的配置文件就不会显示文字

重载时后台有显示什么吗 上传下config呢

JonsTer
本帖最后由 JonsTer 于 2020-3-14 10:27 编辑
xmdhs 发表于 2020-3-14 10:23
上传,你这样换行和空格没了,我也看不出问题




JonsTer
折叠 发表于 2020-3-14 10:25
重载时后台有显示什么吗 上传下config呢



xmdhs

你都会发图片了,就不能上传下文件?

现在上传下服务器的 log

JonsTer
xmdhs 发表于 2020-3-14 10:28
你都会发图片了,就不能上传下文件?

现在上传下服务器的 log

我第一次发帖,有的不会操作。。。。

思念化作海

看上去似乎没有问题 你是BC服吗?

JonsTer
折叠 发表于 2020-3-14 10:30
看上去似乎没有问题 你是BC服吗?

不是,                                 。

JonsTer
xmdhs 发表于 2020-3-14 10:28
你都会发图片了,就不能上传下文件?

现在上传下服务器的 log

要不加下我QQ聊?      2829791193

JonsTer
xmdhs 发表于 2020-3-14 10:28
你都会发图片了,就不能上传下文件?

现在上传下服务器的 log

[10:18:31] [Server thread/INFO]: Starting minecraft server version 1.8
[10:18:31] [Server thread/INFO]: Loading properties
[10:18:31] [Server thread/INFO]: Default game type: SURVIVAL
[10:18:32] [Server thread/INFO]: This server is running CraftBukkit version git-PaperSpigot-9b05d00-33d5de3 (MC: 1.8) (Implementing API version 1.8-R0.1-SNAPSHOT)
[10:18:32] [Server thread/INFO]: Server Ping Player Sample Count: 12
[10:18:32] [Server thread/INFO]: Using 4 threads for Netty based IO
[10:18:32] [Server thread/INFO]: Debug logging is disabled
[10:18:32] [Server thread/INFO]: Data value allowed items:
[10:18:32] [Server thread/INFO]: Generating keypair
[10:18:32] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:10073
[10:18:32] [Server thread/ERROR]: Could not load 'plugins/[彩色标语]ColorMOTD.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
        at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[paperspigot1.8.0.jar:git-PaperSpigot-9b05d00-33d5de3]
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [paperspigot1.8.0.jar:git-PaperSpigot-9b05d00-33d5de3]
        at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:291) [paperspigot1.8.0.jar:git-PaperSpigot-9b05d00-33d5de3]
        at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:156) [paperspigot1.8.0.jar:git-PaperSpigot-9b05d00-33d5de3]
        at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:540) [paperspigot1.8.0.jar:git-PaperSpigot-9b05d00-33d5de3]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_202]
Caused by: java.util.zip.ZipException: error in opening zip file
        at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_202]
        at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_202]
        at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_202]
        at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_202]
        at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_202]
        at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[paperspigot1.8.0.jar:git-PaperSpigot-9b05d00-33d5de3]
        ... 5 more
[10:18:32] [Server thread/ERROR]: Ambiguous plugin name `yuanluAntiSpam' for files `plugins/[反刷屏]yuanluAntiSpam.jar' and `plugins/[反刷屏]yuanluAntiSpam-javadoc.jar' in `plugins'
[10:18:32] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[10:18:33] [Server thread/INFO]: [CleanroomGenerator] Loading CleanroomGenerator v1.0.0
[10:18:33] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.3;7a097ca
[10:18:33] [Server thread/INFO]: [ColorChat] Loading ColorChat v1.1
[10:18:33] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.2
[10:18:33] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0.1-b332
[10:18:33] [Server thread/INFO]: [AntiFlowDown] Loading AntiFlowDown v1.0.0
[10:18:33] [Server thread/INFO]: [tpLogin] Loading tpLogin v1.5.1
[10:18:33] [Server thread/INFO]: [Lockette] Loading Lockette v1.7.12
[10:18:33] [Server thread/INFO]: [WorldCommandBlock] Loading WorldCommandBlock v0.1
[10:18:33] [Server thread/INFO]: [ItemTags] Loading ItemTags v1.4
[10:18:33] [Server thread/INFO]: [Notbuild] Loading Notbuild v1.5
[10:18:33] [Server thread/INFO]: [AntiRedStone] Loading AntiRedStone v1.0.0
[10:18:33] [Server thread/INFO]: [EEX] Loading EnchantExtreme v1.1
[10:18:33] [Server thread/INFO]: [DeathMessages] Loading DeathMessages v3.0.0
[10:18:33] [Server thread/INFO]: [BanItem] Loading BanItem v2.8
[10:18:33] [Server thread/INFO]: [yuanluAntiSpam] Loading yuanluAntiSpam v1.2.1
[10:18:33] [Server thread/INFO]: [AntiCropTrample] Loading AntiCropTrample v0.2
[10:18:33] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v2.1.3
[10:18:33] [Server thread/INFO]: [ViaVersion] ViaVersion 2.1.3 is now loaded, injecting!
[10:18:33] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 block mapping...
[10:18:33] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 item mapping...
[10:18:33] [Server thread/INFO]: [ViaVersion] Loading new 1.13 tags...
[10:18:33] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 enchantment mapping...
[10:18:33] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 sound mapping...
[10:18:33] [Server thread/INFO]: [ViaVersion] Loading translation mappping
[10:18:33] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 blockstate mapping...
[10:18:34] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 block mapping...
[10:18:34] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 item mapping...
[10:18:34] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 sound mapping...
[10:18:34] [Server thread/INFO]: [ViaVersion] Loading 1.14 blockstates...
[10:18:34] [Server thread/INFO]: [ViaVersion] Loading 1.14 heightmap data...
[10:18:34] [Server thread/INFO]: [Tablist] Loading Tablist v1.3.2.9
[10:18:34] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
[10:18:34] [Server thread/INFO]: [RichAutoMessage] Loading RichAutoMessage v1.3.7
[10:18:34] [Server thread/INFO]: [Essentials] Loading Essentials v2.15.0.52
[10:18:34] [Server thread/INFO]: [PaidCommand] Loading PaidCommand v1.0.0
[10:18:34] [Server thread/INFO]: [FreeSwitchTitle] Loading FreeSwitchTitle v1.2.0
[10:18:34] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v19.12.10-b4c257b-788
[10:18:34] [Server thread/INFO]: [Marriage] Loading Marriage v2.0.19
[10:18:34] [Server thread/INFO]: [Marriage] Completed plugin pre-load stage.
[10:18:34] [Server thread/INFO]: [PlayerPoints] Loading PlayerPoints v2.1.5-SNAPSHOT
[10:18:34] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b699
[10:18:34] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.5
[10:18:34] [Server thread/INFO]: [GUIShop] Loading GUIShop v2.1
[10:18:34] [Server thread/INFO]: [EasyKitsRel] Loading EasyKitsRel v2.3
[10:18:34] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
[10:18:34] [Server thread/INFO]: [Residence] Loading Residence v2.8.0.5
[10:18:34] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.15.0.52
[10:18:34] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.15.0.52
[10:18:34] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.15.0.52
[10:18:34] [Server thread/INFO]: [Info-Board] Loading Info-Board v0.2.9
[10:18:34] [Server thread/INFO]: [Orebfuscator3] Loading Orebfuscator3 v3.0.6-R1
[10:18:34] [Server thread/INFO]: [AntiCheatReloaded] Loading AntiCheatReloaded v1.6.3-ALPHA
[10:18:34] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.3.2-b1726
[10:18:34] [Server thread/INFO]: [NeverLag] Loading NeverLag v1.3.0
[10:18:34] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.1
[10:18:34] [Server thread/INFO]: [CleanroomGenerator] Enabling CleanroomGenerator v1.0.0
[10:18:34] [Server thread/INFO]: [CleanroomGenerator] CleanroomGenerator v1.0.0 enabled
[10:18:34] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
[10:18:34] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[10:18:34] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
[10:18:34] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[10:18:34] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
[10:18:34] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
[10:18:34] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v19.12.10-b4c257b-788
[10:18:34] [Server thread/INFO]: Version is PlotSquared-19.12.10-b4c257b-788
[10:18:35] [Server thread/INFO]: [地皮系统] Metrics enabled.
[10:18:35] [Server thread/INFO]: [地皮系统]  PlotSquared is using online UUIDs
[10:18:35] [Server thread/INFO]: PlotSquared hooked into WorldEdit.
[10:18:35] [Server thread/INFO]: [地皮系统] Key: plot-expiry, Value: false
[10:18:35] [Server thread/INFO]: [地皮系统] Key: kill-road-mobs, Value: false
[10:18:35] [Server thread/INFO]: [地皮系统] Key: kill-road-items, Value: false
[10:18:35] [Server thread/INFO]: [地皮系统] Key: worlds, Value: false
[10:18:35] [Server thread/INFO]: [地皮系统] Key: worldedit-restrictions, Value: true
[10:18:35] [Server thread/INFO]: [地皮系统] Key: database-purger, Value: false
[10:18:35] [Server thread/INFO]: [地皮系统] Key: economy, Value: true
[10:18:35] [Server thread/INFO]: [地皮系统] Key: block-cache, Value: true
[10:18:35] [Server thread/INFO]: [地皮系统] Key: kill-road-vehicles, Value: false
[10:18:35] [Server thread/INFO]: [地皮系统] Key: persistent-meta, Value: true
[10:18:35] [Server thread/INFO]: [地皮系统] Key: ban-deleter, Value: false
[10:18:35] [Server thread/INFO]: [地皮系统] Key: updater, Value: true
[10:18:35] [Server thread/INFO]: [地皮系统] Key: database, Value: true
[10:18:35] [Server thread/INFO]: [地皮系统] Key: plotme-converter, Value: true
[10:18:35] [Server thread/INFO]: [地皮系统] Key: permission-cache, Value: true
[10:18:35] [Server thread/INFO]: [地皮系统] Key: disable-fawe-optimization, Value: false
[10:18:35] [Server thread/INFO]: [地皮系统] Key: rating-cache, Value: true
[10:18:35] [Server thread/INFO]: [地皮系统] Key: comment-notifier, Value: false
[10:18:35] [Server thread/INFO]: [地皮系统] Key: metrics, Value: true
[10:18:35] [Server thread/INFO]: [地皮系统] Key: chunk-processor, Value: false
[10:18:35] [Server thread/INFO]: [地皮系统] Key: uuid-cache, Value: true
[10:18:35] [Server thread/INFO]: [地皮系统] Key: events, Value: true
[10:18:35] [Server thread/INFO]: [地皮系统] Key: commands, Value: true
[10:18:35] [Server thread/INFO]: PlotSquared 现已开启
[10:18:35] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.5
[10:18:35] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[10:18:35] [Server thread/INFO]: [Orebfuscator3] Enabling Orebfuscator3 v3.0.6-R1
[10:18:35] [Server thread/INFO]: [OFC] ProtocolLib found! Hooking into ProtocolLib.
[10:18:35] [Server thread/INFO]: [OFC] Spigot found! Automatically disabling built-in AntiXray.
[10:18:35] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[10:18:35] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[10:18:35] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[10:18:35] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[10:18:35] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[10:18:35] [Server thread/INFO]: Preparing level "world"
[10:18:35] [Server thread/INFO]: -------- World Settings For [world] --------
[10:18:35] [Server thread/INFO]: Anti X-Ray: true
[10:18:35] [Server thread/INFO]:         Engine Mode: 1
[10:18:35] [Server thread/INFO]:         Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[10:18:35] [Server thread/INFO]:         Replace Blocks: [1, 5]
[10:18:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[10:18:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
[10:18:35] [Server thread/INFO]: Cane Growth Modifier: 100%
[10:18:35] [Server thread/INFO]: Melon Growth Modifier: 100%
[10:18:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[10:18:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[10:18:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
[10:18:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
[10:18:35] [Server thread/INFO]: Mob Spawn Range: 4
[10:18:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[10:18:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[10:18:35] [Server thread/INFO]: Alternative Hopper Ticking: false
[10:18:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[10:18:35] [Server thread/INFO]: Random Lighting Updates: false
[10:18:35] [Server thread/INFO]: Structure Info Saving: true
[10:18:35] [Server thread/INFO]: Sending up to 10 chunks per packet
[10:18:35] [Server thread/INFO]: Max Entity Collisions: 8
[10:18:35] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[10:18:35] [Server thread/INFO]: Max TNT Explosions: 100
[10:18:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[10:18:35] [Server thread/INFO]: Item Despawn Rate: 6000
[10:18:35] [Server thread/INFO]: Item Merge Radius: 2.5
[10:18:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
[10:18:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[10:18:35] [Server thread/INFO]: View Distance: 10
[10:18:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[10:18:35] [Server thread/INFO]: Chunks to Grow per Tick: 650
[10:18:35] [Server thread/INFO]: Clear tick list: false
[10:18:35] [Server thread/INFO]: Experience Merge Radius: 3.0
[10:18:35] [Server thread/INFO]: -------- World Settings For [world] --------
[10:18:35] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[10:18:35] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[10:18:35] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[10:18:35] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[10:18:35] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[10:18:35] [Server thread/INFO]: Fix TNT directional bias: false
[10:18:35] [Server thread/INFO]: TNT moves in water: true
[10:18:35] [Server thread/INFO]: Use legacy TNT explosion height false
[10:18:35] [Server thread/INFO]: TNT height limit disabled
[10:18:35] [Server thread/INFO]: Water over lava flow speed: 5
[10:18:35] [Server thread/INFO]: Allow undead horse types to be leashed: true
[10:18:35] [Server thread/INFO]: Keep spawn chunk loaded: true
[10:18:35] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
[10:18:35] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[10:18:35] [Server thread/INFO]: Anti X-Ray: true
[10:18:35] [Server thread/INFO]:         Engine Mode: 1
[10:18:35] [Server thread/INFO]:         Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[10:18:35] [Server thread/INFO]:         Replace Blocks: [1, 5]
[10:18:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[10:18:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
[10:18:35] [Server thread/INFO]: Cane Growth Modifier: 100%
[10:18:35] [Server thread/INFO]: Melon Growth Modifier: 100%
[10:18:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[10:18:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[10:18:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
[10:18:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
[10:18:35] [Server thread/INFO]: Mob Spawn Range: 4
[10:18:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[10:18:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[10:18:35] [Server thread/INFO]: Alternative Hopper Ticking: false
[10:18:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[10:18:35] [Server thread/INFO]: Random Lighting Updates: false
[10:18:35] [Server thread/INFO]: Structure Info Saving: true
[10:18:35] [Server thread/INFO]: Sending up to 10 chunks per packet
[10:18:35] [Server thread/INFO]: Max Entity Collisions: 8
[10:18:35] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[10:18:35] [Server thread/INFO]: Max TNT Explosions: 100
[10:18:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[10:18:35] [Server thread/INFO]: Item Despawn Rate: 6000
[10:18:35] [Server thread/INFO]: Item Merge Radius: 2.5
[10:18:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
[10:18:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[10:18:35] [Server thread/INFO]: View Distance: 10
[10:18:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[10:18:35] [Server thread/INFO]: Chunks to Grow per Tick: 650
[10:18:35] [Server thread/INFO]: Clear tick list: false
[10:18:35] [Server thread/INFO]: Experience Merge Radius: 3.0
[10:18:35] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[10:18:35] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[10:18:35] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[10:18:35] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[10:18:35] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[10:18:35] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[10:18:35] [Server thread/INFO]: Fix TNT directional bias: false
[10:18:35] [Server thread/INFO]: TNT moves in water: true
[10:18:35] [Server thread/INFO]: Use legacy TNT explosion height false
[10:18:35] [Server thread/INFO]: TNT height limit disabled
[10:18:35] [Server thread/INFO]: Water over lava flow speed: 5
[10:18:35] [Server thread/INFO]: Allow undead horse types to be leashed: true
[10:18:35] [Server thread/INFO]: Keep spawn chunk loaded: true
[10:18:35] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
[10:18:35] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[10:18:35] [Server thread/INFO]: Anti X-Ray: true
[10:18:35] [Server thread/INFO]:         Engine Mode: 1
[10:18:35] [Server thread/INFO]:         Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[10:18:35] [Server thread/INFO]:         Replace Blocks: [1, 5]
[10:18:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[10:18:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
[10:18:35] [Server thread/INFO]: Cane Growth Modifier: 100%
[10:18:35] [Server thread/INFO]: Melon Growth Modifier: 100%
[10:18:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[10:18:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[10:18:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
[10:18:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
[10:18:35] [Server thread/INFO]: Mob Spawn Range: 4
[10:18:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[10:18:35] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[10:18:35] [Server thread/INFO]: Alternative Hopper Ticking: false
[10:18:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[10:18:35] [Server thread/INFO]: Random Lighting Updates: false
[10:18:35] [Server thread/INFO]: Structure Info Saving: true
[10:18:35] [Server thread/INFO]: Sending up to 10 chunks per packet
[10:18:35] [Server thread/INFO]: Max Entity Collisions: 8
[10:18:35] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[10:18:35] [Server thread/INFO]: Max TNT Explosions: 100
[10:18:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[10:18:35] [Server thread/INFO]: Item Despawn Rate: 6000
[10:18:35] [Server thread/INFO]: Item Merge Radius: 2.5
[10:18:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
[10:18:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[10:18:35] [Server thread/INFO]: View Distance: 10
[10:18:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[10:18:35] [Server thread/INFO]: Chunks to Grow per Tick: 650
[10:18:35] [Server thread/INFO]: Clear tick list: false
[10:18:35] [Server thread/INFO]: Experience Merge Radius: 3.0
[10:18:35] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[10:18:35] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[10:18:35] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[10:18:35] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[10:18:35] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[10:18:35] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[10:18:35] [Server thread/INFO]: Fix TNT directional bias: false
[10:18:35] [Server thread/INFO]: TNT moves in water: true
[10:18:35] [Server thread/INFO]: Use legacy TNT explosion height false
[10:18:35] [Server thread/INFO]: TNT height limit disabled
[10:18:35] [Server thread/INFO]: Water over lava flow speed: 5
[10:18:35] [Server thread/INFO]: Allow undead horse types to be leashed: true
[10:18:35] [Server thread/INFO]: Keep spawn chunk loaded: true
[10:18:35] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
[10:18:35] [Server thread/INFO]: Preparing start region for level 0 (Seed: -7857728871719001121)
[10:18:36] [Server thread/INFO]: Preparing start region for level 1 (Seed: -7857728871719001121)
[10:18:36] [Server thread/INFO]: Preparing start region for level 2 (Seed: -7857728871719001121)
[10:18:37] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.3;7a097ca
[10:18:37] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[10:18:37] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R1 as the Bukkit adapter
[10:18:37] [Server thread/INFO]: [ColorChat] Enabling ColorChat v1.1
[10:18:37] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.2
[10:18:37] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[10:18:37] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0.1-b332
[10:18:37] [Server thread/INFO]: GroupManager - INFO - World Found: world
[10:18:37] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
[10:18:37] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
[10:18:37] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
[10:18:37] [Server thread/INFO]: GroupManager version 2.0.1-b332 is enabled!
[10:18:37] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[10:18:37] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
[10:18:37] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
[10:18:37] [Server thread/INFO]: [AntiFlowDown] Enabling AntiFlowDown v1.0.0
[10:18:37] [Server thread/INFO]: [AntiFlowDown] 反高空流水已开启!开发者qq:3243309346
[10:18:37] [Server thread/INFO]: [tpLogin] Enabling tpLogin v1.5.1
[10:18:51] [Thread-7/WARN]: [tpLogin] The updater could not contact dev.bukkit.org for updating.
[10:18:51] [Thread-7/WARN]: [tpLogin] If you have not recently modified your configuration and this is the first time you are seeing this message, the site may be experiencing temporary downtime.
[10:18:51] [Thread-7/WARN]: java.io.IOException: Server returned HTTP response code: 503 for URL: https://api.curseforge.com/servermods/files?projectIds=58792
[10:18:51] [Thread-7/WARN]:         at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894)
[10:18:51] [Thread-7/WARN]:         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
[10:18:51] [Thread-7/WARN]:         at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)
[10:18:51] [Thread-7/WARN]:         at com.volcanicplaza.tpLogin.Updater.read(Updater.java:488)
[10:18:51] [Thread-7/WARN]:         at com.volcanicplaza.tpLogin.Updater.access$1(Updater.java:476)
[10:18:51] [Thread-7/WARN]:         at com.volcanicplaza.tpLogin.Updater$UpdateRunnable.run(Updater.java:526)
[10:18:51] [Thread-7/WARN]:         at java.lang.Thread.run(Thread.java:748)
[10:18:51] [Server thread/INFO]:
[10:18:51] [Server thread/INFO]: tpLogin v1.5.1 has been enabled!
[10:18:51] [Server thread/INFO]: [Lockette] Enabling Lockette v1.7.12
[10:18:51] [Server thread/INFO]: [Lockette] Version 1.7.12 is being enabled!  Yay!  (Core version 1.3.7)
[10:18:51] [Server thread/WARN]: [Lockette] Craftbukkit build unrecognized, please be sure you have build [2771] or greater.
[10:18:51] [Server thread/INFO]: [Lockette] Custom lockable block list: [116, 84, 57, 145, 154]
[10:18:51] [Server thread/INFO]: [Lockette] Ignoring linked plugins: [mcMMO]
[10:18:51] [Server thread/INFO]: [Lockette] Loading strings file for English by Acru
[10:18:51] [Server thread/INFO]: [Lockette] Enabled link to plugin GroupManager for Groups, version 2.0.1-b332
[10:18:51] [Server thread/INFO]: [Lockette] Using ops file for admin permissions.
[10:18:51] [Server thread/INFO]: [Lockette] Ready to protect your containers.
[10:18:51] [Server thread/INFO]: [WorldCommandBlock] Enabling WorldCommandBlock v0.1
[10:18:51] [Server thread/INFO]: [ItemTags] Enabling ItemTags v1.4
[10:18:51] [Server thread/INFO]: AIR:空气 1
[10:18:51] [Server thread/INFO]: STONE:石头 2
[10:18:51] [Server thread/INFO]: GRASS:草 3
[10:18:51] [Server thread/INFO]: DIRT:泥土 4
[10:18:51] [Server thread/INFO]: COBBLESTONE:碎石 5
[10:18:51] [Server thread/INFO]: WOOD:木板 6
[10:18:51] [Server thread/INFO]: SAPLING:树苗 7
[10:18:51] [Server thread/INFO]: BEDROCK:地基石 8
[10:18:51] [Server thread/INFO]: WATER:水 9
[10:18:51] [Server thread/INFO]: STATIONARY_WATER:水 10
[10:18:51] [Server thread/INFO]: LAVA:岩浆 11
[10:18:51] [Server thread/INFO]: STATIONARY_LAVA:岩浆 12
[10:18:51] [Server thread/INFO]: SAND:沙子 13
[10:18:51] [Server thread/INFO]: GRAVEL:沙砾 14
[10:18:51] [Server thread/INFO]: GOLD_ORE:金矿 15
[10:18:51] [Server thread/INFO]: IRON_ORE:铁矿 16
[10:18:51] [Server thread/INFO]: COAL_ORE:煤矿 17
[10:18:51] [Server thread/INFO]: LOG:木头 18
[10:18:51] [Server thread/INFO]: LEAVES:树叶 19
[10:18:51] [Server thread/INFO]: SPONGE:海绵 20
[10:18:51] [Server thread/INFO]: GLASS:玻璃 21
[10:18:51] [Server thread/INFO]: LAPIS_ORE:青金石矿 22
[10:18:51] [Server thread/INFO]: LAPIS_BLOCK:青金石块 23
[10:18:51] [Server thread/INFO]: DISPENSER:射箭机 24
[10:18:51] [Server thread/INFO]: SANDSTONE:沙石 25
[10:18:51] [Server thread/INFO]: NOTE_BLOCK:音乐盒 26
[10:18:51] [Server thread/INFO]: BED_BLOCK:床 27
[10:18:51] [Server thread/INFO]: POWERED_RAIL:动力铁轨 28
[10:18:51] [Server thread/INFO]: DETECTOR_RAIL:压力铁轨 29
[10:18:51] [Server thread/INFO]: PISTON_STICKY_BASE:粘性活塞 30
[10:18:51] [Server thread/INFO]: WEB:蜘蛛网 31
[10:18:51] [Server thread/INFO]: LONG_GRASS:草 32
[10:18:51] [Server thread/INFO]: DEAD_BUSH:枯树 33
[10:18:51] [Server thread/INFO]: PISTON_BASE:活塞 34
[10:18:51] [Server thread/INFO]: PISTON_EXTENSION:活塞 35
[10:18:51] [Server thread/INFO]: WOOL:羊毛 36
[10:18:51] [Server thread/INFO]: PISTON_MOVING_PIECE:36号方块 37
[10:18:51] [Server thread/INFO]: YELLOW_FLOWER:花 38
[10:18:51] [Server thread/INFO]: RED_ROSE:花 39
[10:18:51] [Server thread/INFO]: BROWN_MUSHROOM:蘑菇 40
[10:18:51] [Server thread/INFO]: RED_MUSHROOM:蘑菇 41
[10:18:51] [Server thread/INFO]: GOLD_BLOCK:金块 42
[10:18:51] [Server thread/INFO]: IRON_BLOCK:铁块 43
[10:18:51] [Server thread/INFO]: DOUBLE_STEP:两块半砖 44
[10:18:51] [Server thread/INFO]: STEP:半砖 45
[10:18:51] [Server thread/INFO]: BRICK:砖块 46
[10:18:51] [Server thread/INFO]: TNT:TNT 47
[10:18:51] [Server thread/INFO]: BOOKSHELF:书架 48
[10:18:51] [Server thread/INFO]: MOSSY_COBBLESTONE:苔石 49
[10:18:51] [Server thread/INFO]: OBSIDIAN:黑曜石 50
[10:18:51] [Server thread/INFO]: TORCH:火把 51
[10:18:51] [Server thread/INFO]: FIRE:火 52
[10:18:51] [Server thread/INFO]: MOB_SPAWNER:刷怪笼 53
[10:18:51] [Server thread/INFO]: WOOD_STAIRS:楼梯 54
[10:18:51] [Server thread/INFO]: CHEST:箱子 55
[10:18:51] [Server thread/INFO]: REDSTONE_WIRE:红石 56
[10:18:51] [Server thread/INFO]: DIAMOND_ORE:钻石矿 57
[10:18:51] [Server thread/INFO]: DIAMOND_BLOCK:钻石块 58
[10:18:51] [Server thread/INFO]: WORKBENCH:工作台 59
[10:18:51] [Server thread/INFO]: CROPS:作物 60
[10:18:51] [Server thread/INFO]: SOIL:耕地 61
[10:18:51] [Server thread/INFO]: FURNACE:壁炉 62
[10:18:51] [Server thread/INFO]: BURNING_FURNACE:壁炉 63
[10:18:51] [Server thread/INFO]: SIGN_POST:牌子 64
[10:18:51] [Server thread/INFO]: WOODEN_DOOR:木门 65
[10:18:51] [Server thread/INFO]: LADDER:梯子 66
[10:18:51] [Server thread/INFO]: RAILS:铁轨 67
[10:18:51] [Server thread/INFO]: COBBLESTONE_STAIRS:碎石楼梯 68
[10:18:51] [Server thread/INFO]: WALL_SIGN:牌子 69
[10:18:51] [Server thread/INFO]: LEVER:拉杆 70
[10:18:51] [Server thread/INFO]: STONE_PLATE:石头踏板 71
[10:18:51] [Server thread/INFO]: IRON_DOOR_BLOCK:铁门 72
[10:18:51] [Server thread/INFO]: WOOD_PLATE:木头踏板 73
[10:18:51] [Server thread/INFO]: REDSTONE_ORE:红石矿 74
[10:18:51] [Server thread/INFO]: GLOWING_REDSTONE_ORE:红石矿 75
[10:18:51] [Server thread/INFO]: REDSTONE_TORCH_OFF:红石火把 76
[10:18:51] [Server thread/INFO]: REDSTONE_TORCH_ON:红石火把 77
[10:18:51] [Server thread/INFO]: STONE_BUTTON:木制按钮 78
[10:18:51] [Server thread/INFO]: SNOW:雪 79
[10:18:51] [Server thread/INFO]: ICE:冰 80
[10:18:51] [Server thread/INFO]: SNOW_BLOCK:雪块 81
[10:18:51] [Server thread/INFO]: CACTUS:仙人掌 82
[10:18:51] [Server thread/INFO]: CLAY:粘土 83
[10:18:51] [Server thread/INFO]: SUGAR_CANE_BLOCK:甘蔗 84
[10:18:51] [Server thread/INFO]: JUKEBOX:唱片机 85
[10:18:51] [Server thread/INFO]: FENCE:栅栏 86
[10:18:51] [Server thread/INFO]: PUMPKIN:南瓜 87
[10:18:51] [Server thread/INFO]: NETHERRACK:地狱岩 88
[10:18:51] [Server thread/INFO]: SOUL_SAND:灵魂沙 89
[10:18:51] [Server thread/INFO]: GLOWSTONE:萤石 90
[10:18:51] [Server thread/INFO]: PORTAL:传送门 91
[10:18:51] [Server thread/INFO]: JACK_O_LANTERN:南瓜灯 92
[10:18:51] [Server thread/INFO]: CAKE_BLOCK:蛋糕 93
[10:18:51] [Server thread/INFO]: DIODE_BLOCK_OFF:中继器 94
[10:18:51] [Server thread/INFO]: DIODE_BLOCK_ON:中继器 95
[10:18:51] [Server thread/INFO]: STAINED_GLASS:染色玻璃 96
[10:18:51] [Server thread/INFO]: TRAP_DOOR:陷阱门 97
[10:18:51] [Server thread/INFO]: MONSTER_EGGS:刷怪砖块 98
[10:18:51] [Server thread/INFO]: SMOOTH_BRICK:石砖 99
[10:18:51] [Server thread/INFO]: HUGE_MUSHROOM_1:蘑菇块 100
[10:18:51] [Server thread/INFO]: HUGE_MUSHROOM_2:蘑菇块 101
[10:18:51] [Server thread/INFO]: IRON_FENCE:铁栅栏 102
[10:18:51] [Server thread/INFO]: THIN_GLASS:薄玻璃 103
[10:18:51] [Server thread/INFO]: MELON_BLOCK:西瓜 104
[10:18:51] [Server thread/INFO]: PUMPKIN_STEM:南瓜苗 105
[10:18:51] [Server thread/INFO]: MELON_STEM:西瓜苗 106
[10:18:51] [Server thread/INFO]: VINE:106蔓藤 107
[10:18:51] [Server thread/INFO]: FENCE_GATE:栅栏门 108
[10:18:51] [Server thread/INFO]: BRICK_STAIRS:砖块楼梯 109
[10:18:51] [Server thread/INFO]: SMOOTH_STAIRS:石砖楼梯 110
[10:18:51] [Server thread/INFO]: MYCEL:菌丝 111
[10:18:51] [Server thread/INFO]: WATER_LILY:荷叶 112
[10:18:51] [Server thread/INFO]: NETHER_BRICK:地狱砖 113
[10:18:51] [Server thread/INFO]: NETHER_FENCE:地狱栅栏 114
[10:18:51] [Server thread/INFO]: NETHER_BRICK_STAIRS:地狱楼梯 115
[10:18:51] [Server thread/INFO]: NETHER_WARTS:地狱疣 116
[10:18:51] [Server thread/INFO]: ENCHANTMENT_TABLE:附魔台 117
[10:18:51] [Server thread/INFO]: BREWING_STAND:炼药台 118
[10:18:51] [Server thread/INFO]: CAULDRON:炼药桶 119
[10:18:51] [Server thread/INFO]: ENDER_PORTAL:传送门 120
[10:18:51] [Server thread/INFO]: ENDER_PORTAL_FRAME:传送门框 121
[10:18:51] [Server thread/INFO]: ENDER_STONE:末地石 122
[10:18:51] [Server thread/INFO]: DRAGON_EGG:龙蛋 123
[10:18:51] [Server thread/INFO]: REDSTONE_LAMP_OFF:红石灯 124
[10:18:51] [Server thread/INFO]: REDSTONE_LAMP_ON:红石灯 125
[10:18:51] [Server thread/INFO]: WOOD_DOUBLE_STEP:双半砖 126
[10:18:51] [Server thread/INFO]: WOOD_STEP:木头半砖 127
[10:18:51] [Server thread/INFO]: COCOA:可可豆 128
[10:18:51] [Server thread/INFO]: SANDSTONE_STAIRS:沙石楼梯 129
[10:18:51] [Server thread/INFO]: EMERALD_ORE:绿宝石 130
[10:18:51] [Server thread/INFO]: ENDER_CHEST:末影箱 131
[10:18:51] [Server thread/INFO]: TRIPWIRE_HOOK:绊线勾 132
[10:18:51] [Server thread/INFO]: TRIPWIRE:绊线 133
[10:18:51] [Server thread/INFO]: EMERALD_BLOCK:绿宝石块 134
[10:18:51] [Server thread/INFO]: SPRUCE_WOOD_STAIRS:木制楼梯 135
[10:18:51] [Server thread/INFO]: BIRCH_WOOD_STAIRS:木制楼梯 136
[10:18:51] [Server thread/INFO]: JUNGLE_WOOD_STAIRS:木制楼梯 137
[10:18:51] [Server thread/INFO]: COMMAND:指令方块 138
[10:18:51] [Server thread/INFO]: BEACON:信标 139
[10:18:51] [Server thread/INFO]: COBBLE_WALL:石头栅栏 140
[10:18:51] [Server thread/INFO]: FLOWER_POT:花盆 141
[10:18:51] [Server thread/INFO]: CARROT:萝卜 142
[10:18:51] [Server thread/INFO]: POTATO:土豆 143
[10:18:51] [Server thread/INFO]: WOOD_BUTTON:木制按钮 144
[10:18:51] [Server thread/INFO]: SKULL:头 145
[10:18:51] [Server thread/INFO]: ANVIL:铁砧 146
[10:18:51] [Server thread/INFO]: TRAPPED_CHEST:陷阱箱 147
[10:18:51] [Server thread/INFO]: GOLD_PLATE:金踏板 148
[10:18:51] [Server thread/INFO]: IRON_PLATE:铁踏板 149
[10:18:51] [Server thread/INFO]: REDSTONE_COMPARATOR_OFF:红石比较器 150
[10:18:51] [Server thread/INFO]: REDSTONE_COMPARATOR_ON:红石比较器 151
[10:18:51] [Server thread/INFO]: DAYLIGHT_DETECTOR:光感器 152
[10:18:51] [Server thread/INFO]: REDSTONE_BLOCK:红石块 153
[10:18:51] [Server thread/INFO]: QUARTZ_ORE:石英矿 154
[10:18:51] [Server thread/INFO]: HOPPER:漏斗 155
[10:18:51] [Server thread/INFO]: QUARTZ_BLOCK:石英块 156
[10:18:51] [Server thread/INFO]: QUARTZ_STAIRS:石英楼梯 157
[10:18:51] [Server thread/INFO]: ACTIVATOR_RAIL:激活铁轨 158
[10:18:51] [Server thread/INFO]: DROPPER:投掷器 159
[10:18:51] [Server thread/INFO]: STAINED_CLAY:染色粘土 160
[10:18:51] [Server thread/INFO]: STAINED_GLASS_PANE:染色薄玻璃 161
[10:18:51] [Server thread/INFO]: LEAVES_2:树叶 162
[10:18:51] [Server thread/INFO]: LOG_2:木头 163
[10:18:51] [Server thread/INFO]: ACACIA_STAIRS:木制楼梯 164
[10:18:51] [Server thread/INFO]: DARK_OAK_STAIRS:木制楼梯 165
[10:18:51] [Server thread/INFO]: SLIME_BLOCK:史莱姆方块 166
[10:18:51] [Server thread/INFO]: BARRIER:屏障 167
[10:18:51] [Server thread/INFO]: IRON_TRAPDOOR:铁陷阱门 168
[10:18:51] [Server thread/INFO]: PRISMARINE:海晶石 169
[10:18:51] [Server thread/INFO]: SEA_LANTERN:海晶灯 170
[10:18:51] [Server thread/INFO]: HAY_BLOCK:稻草 171
[10:18:51] [Server thread/INFO]: CARPET:地毯 172
[10:18:51] [Server thread/INFO]: HARD_CLAY:粘土 173
[10:18:51] [Server thread/INFO]: COAL_BLOCK:煤块 174
[10:18:51] [Server thread/INFO]: PACKED_ICE:蓝冰 175
[10:18:51] [Server thread/INFO]: DOUBLE_PLANT:花 176
[10:18:51] [Server thread/INFO]: STANDING_BANNER:旗帜 177
[10:18:51] [Server thread/INFO]: WALL_BANNER:旗帜 178
[10:18:51] [Server thread/INFO]: DAYLIGHT_DETECTOR_INVERTED:光感器 179
[10:18:51] [Server thread/INFO]: RED_SANDSTONE:红色沙石 180
[10:18:51] [Server thread/INFO]: RED_SANDSTONE_STAIRS:沙石楼梯 181
[10:18:51] [Server thread/INFO]: DOUBLE_STONE_SLAB2:双半砖 182
[10:18:51] [Server thread/INFO]: STONE_SLAB2:半砖 183
[10:18:51] [Server thread/INFO]: SPRUCE_FENCE_GATE:栅栏门 184
[10:18:51] [Server thread/INFO]: BIRCH_FENCE_GATE:栅栏门 185
[10:18:51] [Server thread/INFO]: JUNGLE_FENCE_GATE:栅栏门 186
[10:18:51] [Server thread/INFO]: DARK_OAK_FENCE_GATE:栅栏门 187
[10:18:51] [Server thread/INFO]: ACACIA_FENCE_GATE:栅栏门 188
[10:18:51] [Server thread/INFO]: SPRUCE_FENCE:栅栏 189
[10:18:51] [Server thread/INFO]: BIRCH_FENCE:栅栏 190
[10:18:51] [Server thread/INFO]: JUNGLE_FENCE:栅栏 191
[10:18:51] [Server thread/INFO]: DARK_OAK_FENCE:栅栏 192
[10:18:51] [Server thread/INFO]: ACACIA_FENCE:栅栏 193
[10:18:51] [Server thread/INFO]: SPRUCE_DOOR:木门 194
[10:18:51] [Server thread/INFO]: BIRCH_DOOR:木门 195
[10:18:51] [Server thread/INFO]: JUNGLE_DOOR:木门 196
[10:18:51] [Server thread/INFO]: ACACIA_DOOR:木门 197
[10:18:51] [Server thread/INFO]: DARK_OAK_DOOR:木门 198
[10:18:51] [Server thread/INFO]: IRON_SPADE:铁铲 199
[10:18:51] [Server thread/INFO]: IRON_PICKAXE:铁镐 200
[10:18:51] [Server thread/INFO]: IRON_AXE:铁斧 201
[10:18:51] [Server thread/INFO]: FLINT_AND_STEEL:打火机 202
[10:18:51] [Server thread/INFO]: APPLE:苹果 203
[10:18:51] [Server thread/INFO]: BOW:弓 204
[10:18:51] [Server thread/INFO]: ARROW:箭 205
[10:18:51] [Server thread/INFO]: COAL:煤 206
[10:18:51] [Server thread/INFO]: DIAMOND:钻石 207
[10:18:51] [Server thread/INFO]: IRON_INGOT:铁锭 208
[10:18:51] [Server thread/INFO]: GOLD_INGOT:金锭 209
[10:18:51] [Server thread/INFO]: IRON_SWORD:铁剑 210
[10:18:51] [Server thread/INFO]: WOOD_SWORD:木剑 211
[10:18:51] [Server thread/INFO]: WOOD_SPADE:木铲 212
[10:18:51] [Server thread/INFO]: WOOD_PICKAXE:木镐 213
[10:18:51] [Server thread/INFO]: WOOD_AXE:木斧 214
[10:18:51] [Server thread/INFO]: STONE_SWORD:石剑 215
[10:18:51] [Server thread/INFO]: STONE_SPADE:石铲 216
[10:18:51] [Server thread/INFO]: STONE_PICKAXE:石镐 217
[10:18:51] [Server thread/INFO]: STONE_AXE:石斧 218
[10:18:51] [Server thread/INFO]: DIAMOND_SWORD:钻石剑 219
[10:18:51] [Server thread/INFO]: DIAMOND_SPADE:钻石铲 220
[10:18:51] [Server thread/INFO]: DIAMOND_PICKAXE:钻石镐 221
[10:18:51] [Server thread/INFO]: DIAMOND_AXE:钻石斧 222
[10:18:51] [Server thread/INFO]: STICK:木棍 223
[10:18:51] [Server thread/INFO]: BOWL:碗 224
[10:18:51] [Server thread/INFO]: MUSHROOM_SOUP:蘑菇汤 225
[10:18:51] [Server thread/INFO]: GOLD_SWORD:金剑 226
[10:18:51] [Server thread/INFO]: GOLD_SPADE:金铲 227
[10:18:51] [Server thread/INFO]: GOLD_PICKAXE:金镐 228
[10:18:51] [Server thread/INFO]: GOLD_AXE:金斧 229
[10:18:51] [Server thread/INFO]: STRING:线 230
[10:18:51] [Server thread/INFO]: FEATHER:羽毛 231
[10:18:51] [Server thread/INFO]: SULPHUR:火药 232
[10:18:51] [Server thread/INFO]: WOOD_HOE:木锄 233
[10:18:51] [Server thread/INFO]: STONE_HOE:石锄 234
[10:18:51] [Server thread/INFO]: IRON_HOE:铁锄 235
[10:18:51] [Server thread/INFO]: DIAMOND_HOE:钻石锄 236
[10:18:51] [Server thread/INFO]: GOLD_HOE:金锄 237
[10:18:51] [Server thread/INFO]: SEEDS:种子 238
[10:18:51] [Server thread/INFO]: WHEAT:小麦 239
[10:18:51] [Server thread/INFO]: BREAD:面包 240
[10:18:51] [Server thread/INFO]: LEATHER_HELMET:皮帽 241
[10:18:51] [Server thread/INFO]: LEATHER_CHESTPLATE:皮衣 242
[10:18:51] [Server thread/INFO]: LEATHER_LEGGINGS:皮裤 243
[10:18:51] [Server thread/INFO]: LEATHER_BOOTS:皮鞋 244
[10:18:51] [Server thread/INFO]: CHAINMAIL_HELMET:铁链盔 245
[10:18:51] [Server thread/INFO]: CHAINMAIL_CHESTPLATE:铁链胸甲 246
[10:18:51] [Server thread/INFO]: CHAINMAIL_LEGGINGS:铁链腿甲 247
[10:18:51] [Server thread/INFO]: CHAINMAIL_BOOTS:铁链靴 248
[10:18:51] [Server thread/INFO]: IRON_HELMET:铁盔 249
[10:18:51] [Server thread/INFO]: IRON_CHESTPLATE:铁胸甲 250
[10:18:51] [Server thread/INFO]: IRON_LEGGINGS:铁腿甲 251
[10:18:51] [Server thread/INFO]: IRON_BOOTS:铁靴 252
[10:18:51] [Server thread/INFO]: DIAMOND_HELMET:钻石盔 253
[10:18:51] [Server thread/INFO]: DIAMOND_CHESTPLATE:钻石胸甲 254
[10:18:51] [Server thread/INFO]: DIAMOND_LEGGINGS:钻石腿甲 255
[10:18:51] [Server thread/INFO]: DIAMOND_BOOTS:钻石靴 256
[10:18:51] [Server thread/INFO]: GOLD_HELMET:金盔 257
[10:18:51] [Server thread/INFO]: GOLD_CHESTPLATE:金胸甲 258
[10:18:51] [Server thread/INFO]: GOLD_LEGGINGS:金腿甲 259
[10:18:51] [Server thread/INFO]: GOLD_BOOTS:金靴 260
[10:18:51] [Server thread/INFO]: FLINT:燧石 261
[10:18:51] [Server thread/INFO]: PORK:生猪肉 262
[10:18:51] [Server thread/INFO]: GRILLED_PORK:熟猪肉 263
[10:18:51] [Server thread/INFO]: PAINTING:挂画 264
[10:18:51] [Server thread/INFO]: GOLDEN_APPLE:金苹果 265
[10:18:51] [Server thread/INFO]: SIGN:牌子 266
[10:18:51] [Server thread/INFO]: WOOD_DOOR:木门 267
[10:18:51] [Server thread/INFO]: BUCKET:铁桶 268
[10:18:51] [Server thread/INFO]: WATER_BUCKET:水桶 269
[10:18:51] [Server thread/INFO]: LAVA_BUCKET:岩浆桶 270
[10:18:51] [Server thread/INFO]: MINECART:矿车 271
[10:18:51] [Server thread/INFO]: SADDLE:马鞍 272
[10:18:51] [Server thread/INFO]: IRON_DOOR:铁门 273
[10:18:51] [Server thread/INFO]: REDSTONE:红石 274
[10:18:51] [Server thread/INFO]: SNOW_BALL:雪球 275
[10:18:51] [Server thread/INFO]: BOAT:船 276
[10:18:51] [Server thread/INFO]: LEATHER:皮革 277
[10:18:51] [Server thread/INFO]: MILK_BUCKET:牛奶 278
[10:18:51] [Server thread/INFO]: CLAY_BRICK:砖头 279
[10:18:51] [Server thread/INFO]: CLAY_BALL:粘土球 280
[10:18:51] [Server thread/INFO]: SUGAR_CANE:甘蔗 281
[10:18:51] [Server thread/INFO]: PAPER:纸 282
[10:18:51] [Server thread/INFO]: BOOK:书 283
[10:18:51] [Server thread/INFO]: SLIME_BALL:史莱姆球 284
[10:18:51] [Server thread/INFO]: STORAGE_MINECART:储物矿车 285
[10:18:51] [Server thread/INFO]: POWERED_MINECART:动力矿车 286
[10:18:51] [Server thread/INFO]: EGG:鸡蛋 287
[10:18:51] [Server thread/INFO]: COMPASS:指南针 288
[10:18:51] [Server thread/INFO]: FISHING_ROD:鱼竿 289
[10:18:51] [Server thread/INFO]: WATCH:表 290
[10:18:51] [Server thread/INFO]: GLOWSTONE_DUST:萤石粉 291
[10:18:51] [Server thread/INFO]: RAW_FISH:生鱼 292
[10:18:51] [Server thread/INFO]: COOKED_FISH:熟鱼 293
[10:18:51] [Server thread/INFO]: INK_SACK:染料 294
[10:18:51] [Server thread/INFO]: BONE:骨头 295
[10:18:51] [Server thread/INFO]: SUGAR:糖 296
[10:18:51] [Server thread/INFO]: CAKE:蛋糕 297
[10:18:51] [Server thread/INFO]: BED:床 298
[10:18:51] [Server thread/INFO]: DIODE:红石中继器 299
[10:18:51] [Server thread/INFO]: COOKIE:饼干 300
[10:18:51] [Server thread/INFO]: MAP:地图 301
[10:18:51] [Server thread/INFO]: SHEARS:剪刀 302
[10:18:51] [Server thread/INFO]: MELON:西瓜 303
[10:18:51] [Server thread/INFO]: PUMPKIN_SEEDS:南瓜种子 304
[10:18:51] [Server thread/INFO]: MELON_SEEDS:西瓜种子 305
[10:18:51] [Server thread/INFO]: RAW_BEEF:生牛肉 306
[10:18:51] [Server thread/INFO]: COOKED_BEEF:熟牛肉 307
[10:18:51] [Server thread/INFO]: RAW_CHICKEN:生鸡肉 308
[10:18:51] [Server thread/INFO]: COOKED_CHICKEN:熟鸡肉 309
[10:18:51] [Server thread/INFO]: ROTTEN_FLESH:腐肉 310
[10:18:51] [Server thread/INFO]: ENDER_PEARL:末影珍珠 311
[10:18:51] [Server thread/INFO]: BLAZE_ROD:烈焰棒 312
[10:18:51] [Server thread/INFO]: GHAST_TEAR:恶魂之泪 313
[10:18:51] [Server thread/INFO]: GOLD_NUGGET:金粒 314
[10:18:51] [Server thread/INFO]: NETHER_STALK:地狱疣 315
[10:18:51] [Server thread/INFO]: POTION:药水 316
[10:18:51] [Server thread/INFO]: GLASS_BOTTLE:瓶子 317
[10:18:51] [Server thread/INFO]: SPIDER_EYE:蜘蛛眼 318
[10:18:51] [Server thread/INFO]: FERMENTED_SPIDER_EYE:发酵蜘蛛眼 319
[10:18:51] [Server thread/INFO]: BLAZE_POWDER:烈焰粉 320
[10:18:51] [Server thread/INFO]: MAGMA_CREAM:岩浆膏 321
[10:18:51] [Server thread/INFO]: BREWING_STAND_ITEM:炼药台 322
[10:18:51] [Server thread/INFO]: CAULDRON_ITEM:炼药锅 323
[10:18:51] [Server thread/INFO]: EYE_OF_ENDER:末影眼 324
[10:18:51] [Server thread/INFO]: SPECKLED_MELON:西瓜 325
[10:18:51] [Server thread/INFO]: MONSTER_EGG:刷怪蛋 326
[10:18:51] [Server thread/INFO]: EXP_BOTTLE:附魔瓶 327
[10:18:51] [Server thread/INFO]: FIREBALL:火焰弹 328
[10:18:51] [Server thread/INFO]: BOOK_AND_QUILL:书与笔 329
[10:18:51] [Server thread/INFO]: WRITTEN_BOOK:成书 330
[10:18:51] [Server thread/INFO]: EMERALD:绿宝石 331
[10:18:51] [Server thread/INFO]: ITEM_FRAME:展示框 332
[10:18:51] [Server thread/INFO]: FLOWER_POT_ITEM:花盆 333
[10:18:51] [Server thread/INFO]: CARROT_ITEM:萝卜 334
[10:18:51] [Server thread/INFO]: POTATO_ITEM:土豆 335
[10:18:51] [Server thread/INFO]: BAKED_POTATO:烤土豆 336
[10:18:51] [Server thread/INFO]: POISONOUS_POTATO:毒土豆 337
[10:18:51] [Server thread/INFO]: EMPTY_MAP:地图 338
[10:18:51] [Server thread/INFO]: GOLDEN_CARROT:金萝卜 339
[10:18:51] [Server thread/INFO]: SKULL_ITEM:头 340
[10:18:51] [Server thread/INFO]: CARROT_STICK:鱼竿和萝卜 341
[10:18:51] [Server thread/INFO]: NETHER_STAR:下界之星 342
[10:18:51] [Server thread/INFO]: PUMPKIN_PIE:南瓜派 343
[10:18:51] [Server thread/INFO]: FIREWORK:烟花 344
[10:18:51] [Server thread/INFO]: FIREWORK_CHARGE:火药球 345
[10:18:51] [Server thread/INFO]: ENCHANTED_BOOK:附魔书 346
[10:18:51] [Server thread/INFO]: REDSTONE_COMPARATOR:红石比较器 347
[10:18:51] [Server thread/INFO]: NETHER_BRICK_ITEM:地狱砖块 348
[10:18:51] [Server thread/INFO]: QUARTZ:石英 349
[10:18:51] [Server thread/INFO]: EXPLOSIVE_MINECART:TNT矿车 350
[10:18:51] [Server thread/INFO]: HOPPER_MINECART:漏斗矿车 351
[10:18:51] [Server thread/INFO]: PRISMARINE_SHARD:海晶碎片 352
[10:18:51] [Server thread/INFO]: PRISMARINE_CRYSTALS:海晶水晶 353
[10:18:51] [Server thread/INFO]: RABBIT:生兔肉 354
[10:18:51] [Server thread/INFO]: COOKED_RABBIT:熟兔肉 355
[10:18:51] [Server thread/INFO]: RABBIT_STEW:兔子汤 356
[10:18:51] [Server thread/INFO]: RABBIT_FOOT:兔子腿 357
[10:18:51] [Server thread/INFO]: RABBIT_HIDE:兔子皮 358
[10:18:51] [Server thread/INFO]: ARMOR_STAND:盔甲架 359
[10:18:51] [Server thread/INFO]: IRON_BARDING:铁马凯 360
[10:18:51] [Server thread/INFO]: GOLD_BARDING:金马凯 361
[10:18:51] [Server thread/INFO]: DIAMOND_BARDING:钻石马凯 362
[10:18:51] [Server thread/INFO]: LEASH:拴绳 363
[10:18:51] [Server thread/INFO]: NAME_TAG:命名牌 364
[10:18:51] [Server thread/INFO]: COMMAND_MINECART:指令矿车 365
[10:18:51] [Server thread/INFO]: MUTTON:生羊肉 366
[10:18:51] [Server thread/INFO]: COOKED_MUTTON:熟羊肉 367
[10:18:51] [Server thread/INFO]: BANNER:旗帜 368
[10:18:51] [Server thread/INFO]: SPRUCE_DOOR_ITEM:木门 369
[10:18:51] [Server thread/INFO]: BIRCH_DOOR_ITEM:木门 370
[10:18:51] [Server thread/INFO]: JUNGLE_DOOR_ITEM:木门 371
[10:18:51] [Server thread/INFO]: ACACIA_DOOR_ITEM:木门 372
[10:18:51] [Server thread/INFO]: DARK_OAK_DOOR_ITEM:木门 373
[10:18:51] [Server thread/INFO]: GOLD_RECORD:唱片 374
[10:18:51] [Server thread/INFO]: GREEN_RECORD:唱片 375
[10:18:51] [Server thread/INFO]: RECORD_3:唱片 376
[10:18:51] [Server thread/INFO]: RECORD_4:唱片 377
[10:18:51] [Server thread/INFO]: RECORD_5:唱片 378
[10:18:51] [Server thread/INFO]: RECORD_6:唱片 379
[10:18:51] [Server thread/INFO]: RECORD_7:唱片 380
[10:18:51] [Server thread/INFO]: RECORD_8:唱片 381
[10:18:51] [Server thread/INFO]: RECORD_9:唱片 382
[10:18:51] [Server thread/INFO]: RECORD_10:唱片 383
[10:18:51] [Server thread/INFO]: RECORD_11:唱片 384
[10:18:51] [Server thread/INFO]: RECORD_12:唱片 385
[10:18:51] [Server thread/INFO]: [Notbuild] Enabling Notbuild v1.5
[10:18:51] [Server thread/INFO]: [Notbuild] Notbuild插件已被加载!
[10:18:51] [Server thread/INFO]: [AntiRedStone] Enabling AntiRedStone v1.0.0
[10:18:51] [Server thread/INFO]: [AntiRedStone] 反高频红石插件已启动!插件定制联系qq:3243309346
[10:18:51] [Server thread/INFO]: [EEX] Enabling EnchantExtreme v1.1
[10:18:51] [Server thread/INFO]: [EEX] 极限附魔 - 版本 1.1 - 汉化: 尘曲
[10:18:51] [Server thread/INFO]: [DeathMessages] Enabling DeathMessages v3.0.0
[10:18:51] [Server thread/WARN]: <<[ DeathMessages ]>> Your 'config.yml' is outdated, renamed to 'old_config.yml' and newest version of 'config.yml' created!
[10:18:51] [Server thread/INFO]: <<[ DeathMessages ]>>  [ Version ]=[ 3.0.0 ] [ Successfully Loaded! ]
[10:18:51] [Server thread/INFO]: [BanItem] Enabling BanItem v2.8
[10:18:51] [Server thread/INFO]: [BanItem] BanItem is now Enabled!
[10:18:51] [Server thread/INFO]: [BanItem] made by: [abcalvin]
[10:18:51] [Server thread/INFO]: BanItem's config.yml detected
[10:18:51] [Server thread/INFO]: [yuanluAntiSpam] Enabling yuanluAntiSpam v1.2.1
[10:18:51] [Server thread/INFO]: [yuanluAntiSpam] §a元路反刷屏插件-启动
[10:18:51] [Server thread/INFO]: [AntiCropTrample] Enabling AntiCropTrample v0.2
[10:18:51] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v2.1.3
[10:18:51] [Server thread/INFO]: [Tablist] Enabling Tablist v1.3.2.9
[10:18:51] [Server thread/INFO]: Tablist> You have installed PlaceholderAPI feel free to use it !
[10:18:51] [Server thread/INFO]: Tablist> Tablist v1.3.2.9 enabled!!
[10:18:51] [Server thread/INFO]: [RichAutoMessage] Enabling RichAutoMessage v1.3.7
[10:18:51] [Server thread/INFO]: [公告插件] 由 Fabian
[10:18:51] [Server thread/INFO]: [公告插件] 插件版本: 1.3.8
[10:18:51] [Server thread/INFO]: [公告插件] 激活
[10:18:51] [Server thread/INFO]: [Essentials] Enabling Essentials v2.15.0.52
[10:18:51] [Server thread/INFO]: [Essentials] Using CraftBukkit 1.8 NMS-based provider as mob spawner provider.
[10:18:51] [Server thread/INFO]: [Essentials] Using legacy item data provider as spawn egg provider.
[10:18:51] [Server thread/INFO]: [Essentials] Using legacy potion meta provider as potion meta provider.
[10:18:51] [Server thread/INFO]: Using locale zh
[10:18:51] [Server thread/INFO]: [Essentials] Using Spigot 1.7.10+ ServerListPingEvent iterator
[10:18:51] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[10:18:51] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[10:18:51] [Server thread/INFO]: [Essentials] Using Vault based permissions (GroupManager)
[10:18:51] [Server thread/INFO]: [PaidCommand] Enabling PaidCommand v1.0.0
[10:18:51] [Server thread/INFO]: [PaidCommand] > 付费指令插件已加载
[10:18:51] [Server thread/INFO]: [PaidCommand] > 作者:冰冷  QQ:736131306
[10:18:51] [Server thread/INFO]: [FreeSwitchTitle] Enabling FreeSwitchTitle v1.2.0
[10:18:51] [Server thread/INFO]: [FreeSwitchTitle] 称号系统已加载
[10:18:51] [Server thread/INFO]: [Marriage] Enabling Marriage v2.0.19
[10:18:51] [Server thread/INFO]: [Marriage] Loading config...
[10:18:51] [Server thread/INFO]: [Marriage] Hooked with GroupManager using Vault!
[10:18:51] [Server thread/INFO]: [Marriage] Loading dependencies...
[10:18:51] [Server thread/INFO]: [Marriage] Loading listeners...
[10:18:51] [Server thread/INFO]: [Marriage] Hooking with PlotSquared v19.12.10-b4c257b-788
[10:18:51] [Server thread/INFO]: [Marriage] Loading database...
[10:18:51] [Server thread/INFO]: [Marriage] Loading commands...
[10:18:51] [Server thread/INFO]: [Marriage] Loading updater...
[10:18:51] [Server thread/INFO]: [Marriage] Loading converter...
[10:18:51] [Server thread/INFO]: [Marriage] Completed plugin load stage.
[10:18:51] [Server thread/INFO]: [PlayerPoints] Enabling PlayerPoints v2.1.5-SNAPSHOT
[10:18:51] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b699
[10:18:51] [Server thread/INFO]: -------- World Settings For [DT] --------
[10:18:51] [Server thread/INFO]: Anti X-Ray: true
[10:18:51] [Server thread/INFO]:         Engine Mode: 1
[10:18:51] [Server thread/INFO]:         Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[10:18:51] [Server thread/INFO]:         Replace Blocks: [1, 5]
[10:18:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[10:18:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
[10:18:51] [Server thread/INFO]: Cane Growth Modifier: 100%
[10:18:51] [Server thread/INFO]: Melon Growth Modifier: 100%
[10:18:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[10:18:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[10:18:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
[10:18:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
[10:18:51] [Server thread/INFO]: Mob Spawn Range: 4
[10:18:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[10:18:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[10:18:51] [Server thread/INFO]: Alternative Hopper Ticking: false
[10:18:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[10:18:51] [Server thread/INFO]: Random Lighting Updates: false
[10:18:51] [Server thread/INFO]: Structure Info Saving: true
[10:18:51] [Server thread/INFO]: Sending up to 10 chunks per packet
[10:18:51] [Server thread/INFO]: Max Entity Collisions: 8
[10:18:51] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[10:18:51] [Server thread/INFO]: Max TNT Explosions: 100
[10:18:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[10:18:51] [Server thread/INFO]: Item Despawn Rate: 6000
[10:18:51] [Server thread/INFO]: Item Merge Radius: 2.5
[10:18:51] [Server thread/INFO]: Arrow Despawn Rate: 1200
[10:18:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[10:18:51] [Server thread/INFO]: View Distance: 10
[10:18:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[10:18:51] [Server thread/INFO]: Chunks to Grow per Tick: 650
[10:18:51] [Server thread/INFO]: Clear tick list: false
[10:18:51] [Server thread/INFO]: Experience Merge Radius: 3.0
[10:18:51] [Server thread/INFO]: -------- World Settings For [DT] --------
[10:18:51] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[10:18:51] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[10:18:51] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[10:18:51] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[10:18:51] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[10:18:51] [Server thread/INFO]: Fix TNT directional bias: false
[10:18:51] [Server thread/INFO]: TNT moves in water: true
[10:18:51] [Server thread/INFO]: Use legacy TNT explosion height false
[10:18:51] [Server thread/INFO]: TNT height limit disabled
[10:18:51] [Server thread/INFO]: Water over lava flow speed: 5
[10:18:51] [Server thread/INFO]: Allow undead horse types to be leashed: true
[10:18:51] [Server thread/INFO]: Keep spawn chunk loaded: true
[10:18:51] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
[10:18:51] [Server thread/INFO]: Preparing start region for level 3 (Seed: 7019508802211389314)
[10:18:52] [Server thread/INFO]: -------- World Settings For [SC3] --------
[10:18:52] [Server thread/INFO]: Anti X-Ray: true
[10:18:52] [Server thread/INFO]:         Engine Mode: 1
[10:18:52] [Server thread/INFO]:         Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[10:18:52] [Server thread/INFO]:         Replace Blocks: [1, 5]
[10:18:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[10:18:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Mob Spawn Range: 4
[10:18:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[10:18:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[10:18:52] [Server thread/INFO]: Alternative Hopper Ticking: false
[10:18:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[10:18:52] [Server thread/INFO]: Random Lighting Updates: false
[10:18:52] [Server thread/INFO]: Structure Info Saving: true
[10:18:52] [Server thread/INFO]: Sending up to 10 chunks per packet
[10:18:52] [Server thread/INFO]: Max Entity Collisions: 8
[10:18:52] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[10:18:52] [Server thread/INFO]: Max TNT Explosions: 100
[10:18:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[10:18:52] [Server thread/INFO]: Item Despawn Rate: 6000
[10:18:52] [Server thread/INFO]: Item Merge Radius: 2.5
[10:18:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[10:18:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[10:18:52] [Server thread/INFO]: View Distance: 10
[10:18:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[10:18:52] [Server thread/INFO]: Chunks to Grow per Tick: 650
[10:18:52] [Server thread/INFO]: Clear tick list: false
[10:18:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[10:18:52] [Server thread/INFO]: -------- World Settings For [SC3] --------
[10:18:52] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[10:18:52] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[10:18:52] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[10:18:52] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[10:18:52] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[10:18:52] [Server thread/INFO]: Fix TNT directional bias: false
[10:18:52] [Server thread/INFO]: TNT moves in water: true
[10:18:52] [Server thread/INFO]: Use legacy TNT explosion height false
[10:18:52] [Server thread/INFO]: TNT height limit disabled
[10:18:52] [Server thread/INFO]: Water over lava flow speed: 5
[10:18:52] [Server thread/INFO]: Allow undead horse types to be leashed: true
[10:18:52] [Server thread/INFO]: Keep spawn chunk loaded: true
[10:18:52] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
[10:18:52] [Server thread/INFO]: Preparing start region for level 4 (Seed: 7638246286340782058)
[10:18:52] [Server thread/INFO]: -------- World Settings For [SC2] --------
[10:18:52] [Server thread/INFO]: Anti X-Ray: true
[10:18:52] [Server thread/INFO]:         Engine Mode: 1
[10:18:52] [Server thread/INFO]:         Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[10:18:52] [Server thread/INFO]:         Replace Blocks: [1, 5]
[10:18:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[10:18:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Mob Spawn Range: 4
[10:18:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[10:18:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[10:18:52] [Server thread/INFO]: Alternative Hopper Ticking: false
[10:18:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[10:18:52] [Server thread/INFO]: Random Lighting Updates: false
[10:18:52] [Server thread/INFO]: Structure Info Saving: true
[10:18:52] [Server thread/INFO]: Sending up to 10 chunks per packet
[10:18:52] [Server thread/INFO]: Max Entity Collisions: 8
[10:18:52] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[10:18:52] [Server thread/INFO]: Max TNT Explosions: 100
[10:18:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[10:18:52] [Server thread/INFO]: Item Despawn Rate: 6000
[10:18:52] [Server thread/INFO]: Item Merge Radius: 2.5
[10:18:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[10:18:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[10:18:52] [Server thread/INFO]: View Distance: 10
[10:18:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[10:18:52] [Server thread/INFO]: Chunks to Grow per Tick: 650
[10:18:52] [Server thread/INFO]: Clear tick list: false
[10:18:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[10:18:52] [Server thread/INFO]: -------- World Settings For [SC2] --------
[10:18:52] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[10:18:52] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[10:18:52] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[10:18:52] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[10:18:52] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[10:18:52] [Server thread/INFO]: Fix TNT directional bias: false
[10:18:52] [Server thread/INFO]: TNT moves in water: true
[10:18:52] [Server thread/INFO]: Use legacy TNT explosion height false
[10:18:52] [Server thread/INFO]: TNT height limit disabled
[10:18:52] [Server thread/INFO]: Water over lava flow speed: 5
[10:18:52] [Server thread/INFO]: Allow undead horse types to be leashed: true
[10:18:52] [Server thread/INFO]: Keep spawn chunk loaded: true
[10:18:52] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
[10:18:52] [Server thread/INFO]: Preparing start region for level 5 (Seed: -6415817142185740150)
[10:18:52] [Server thread/INFO]: -------- World Settings For [SC5] --------
[10:18:52] [Server thread/INFO]: Anti X-Ray: true
[10:18:52] [Server thread/INFO]:         Engine Mode: 1
[10:18:52] [Server thread/INFO]:         Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[10:18:52] [Server thread/INFO]:         Replace Blocks: [1, 5]
[10:18:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[10:18:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Mob Spawn Range: 4
[10:18:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[10:18:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[10:18:52] [Server thread/INFO]: Alternative Hopper Ticking: false
[10:18:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[10:18:52] [Server thread/INFO]: Random Lighting Updates: false
[10:18:52] [Server thread/INFO]: Structure Info Saving: true
[10:18:52] [Server thread/INFO]: Sending up to 10 chunks per packet
[10:18:52] [Server thread/INFO]: Max Entity Collisions: 8
[10:18:52] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[10:18:52] [Server thread/INFO]: Max TNT Explosions: 100
[10:18:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[10:18:52] [Server thread/INFO]: Item Despawn Rate: 6000
[10:18:52] [Server thread/INFO]: Item Merge Radius: 2.5
[10:18:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[10:18:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[10:18:52] [Server thread/INFO]: View Distance: 10
[10:18:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[10:18:52] [Server thread/INFO]: Chunks to Grow per Tick: 650
[10:18:52] [Server thread/INFO]: Clear tick list: false
[10:18:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[10:18:52] [Server thread/INFO]: -------- World Settings For [SC5] --------
[10:18:52] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[10:18:52] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[10:18:52] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[10:18:52] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[10:18:52] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[10:18:52] [Server thread/INFO]: Fix TNT directional bias: false
[10:18:52] [Server thread/INFO]: TNT moves in water: true
[10:18:52] [Server thread/INFO]: Use legacy TNT explosion height false
[10:18:52] [Server thread/INFO]: TNT height limit disabled
[10:18:52] [Server thread/INFO]: Water over lava flow speed: 5
[10:18:52] [Server thread/INFO]: Allow undead horse types to be leashed: true
[10:18:52] [Server thread/INFO]: Keep spawn chunk loaded: true
[10:18:52] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
[10:18:52] [Server thread/INFO]: Preparing start region for level 6 (Seed: 1661131572196270882)
[10:18:52] [Server thread/INFO]: -------- World Settings For [SC4] --------
[10:18:52] [Server thread/INFO]: Anti X-Ray: true
[10:18:52] [Server thread/INFO]:         Engine Mode: 1
[10:18:52] [Server thread/INFO]:         Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[10:18:52] [Server thread/INFO]:         Replace Blocks: [1, 5]
[10:18:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[10:18:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Mob Spawn Range: 4
[10:18:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[10:18:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[10:18:52] [Server thread/INFO]: Alternative Hopper Ticking: false
[10:18:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[10:18:52] [Server thread/INFO]: Random Lighting Updates: false
[10:18:52] [Server thread/INFO]: Structure Info Saving: true
[10:18:52] [Server thread/INFO]: Sending up to 10 chunks per packet
[10:18:52] [Server thread/INFO]: Max Entity Collisions: 8
[10:18:52] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[10:18:52] [Server thread/INFO]: Max TNT Explosions: 100
[10:18:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[10:18:52] [Server thread/INFO]: Item Despawn Rate: 6000
[10:18:52] [Server thread/INFO]: Item Merge Radius: 2.5
[10:18:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[10:18:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[10:18:52] [Server thread/INFO]: View Distance: 10
[10:18:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[10:18:52] [Server thread/INFO]: Chunks to Grow per Tick: 650
[10:18:52] [Server thread/INFO]: Clear tick list: false
[10:18:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[10:18:52] [Server thread/INFO]: -------- World Settings For [SC4] --------
[10:18:52] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[10:18:52] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[10:18:52] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[10:18:52] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[10:18:52] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[10:18:52] [Server thread/INFO]: Fix TNT directional bias: false
[10:18:52] [Server thread/INFO]: TNT moves in water: true
[10:18:52] [Server thread/INFO]: Use legacy TNT explosion height false
[10:18:52] [Server thread/INFO]: TNT height limit disabled
[10:18:52] [Server thread/INFO]: Water over lava flow speed: 5
[10:18:52] [Server thread/INFO]: Allow undead horse types to be leashed: true
[10:18:52] [Server thread/INFO]: Keep spawn chunk loaded: true
[10:18:52] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
[10:18:52] [Server thread/INFO]: Preparing start region for level 7 (Seed: -5251554683068817887)
[10:18:52] [Server thread/INFO]: -------- World Settings For [DY2] --------
[10:18:52] [Server thread/INFO]: Anti X-Ray: true
[10:18:52] [Server thread/INFO]:         Engine Mode: 1
[10:18:52] [Server thread/INFO]:         Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[10:18:52] [Server thread/INFO]:         Replace Blocks: [1, 5]
[10:18:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[10:18:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Mob Spawn Range: 4
[10:18:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[10:18:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[10:18:52] [Server thread/INFO]: Alternative Hopper Ticking: false
[10:18:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[10:18:52] [Server thread/INFO]: Random Lighting Updates: false
[10:18:52] [Server thread/INFO]: Structure Info Saving: true
[10:18:52] [Server thread/INFO]: Sending up to 10 chunks per packet
[10:18:52] [Server thread/INFO]: Max Entity Collisions: 8
[10:18:52] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[10:18:52] [Server thread/INFO]: Max TNT Explosions: 100
[10:18:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[10:18:52] [Server thread/INFO]: Item Despawn Rate: 6000
[10:18:52] [Server thread/INFO]: Item Merge Radius: 2.5
[10:18:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[10:18:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[10:18:52] [Server thread/INFO]: View Distance: 10
[10:18:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[10:18:52] [Server thread/INFO]: Chunks to Grow per Tick: 650
[10:18:52] [Server thread/INFO]: Clear tick list: false
[10:18:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[10:18:52] [Server thread/INFO]: -------- World Settings For [DY2] --------
[10:18:52] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[10:18:52] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[10:18:52] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[10:18:52] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[10:18:52] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[10:18:52] [Server thread/INFO]: Fix TNT directional bias: false
[10:18:52] [Server thread/INFO]: TNT moves in water: true
[10:18:52] [Server thread/INFO]: Use legacy TNT explosion height false
[10:18:52] [Server thread/INFO]: TNT height limit disabled
[10:18:52] [Server thread/INFO]: Water over lava flow speed: 5
[10:18:52] [Server thread/INFO]: Allow undead horse types to be leashed: true
[10:18:52] [Server thread/INFO]: Keep spawn chunk loaded: true
[10:18:52] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
[10:18:52] [Server thread/INFO]: Preparing start region for level 8 (Seed: -5325637389766632286)
[10:18:52] [Server thread/INFO]: -------- World Settings For [DP] --------
[10:18:52] [Server thread/INFO]: Anti X-Ray: true
[10:18:52] [Server thread/INFO]:         Engine Mode: 1
[10:18:52] [Server thread/INFO]:         Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[10:18:52] [Server thread/INFO]:         Replace Blocks: [1, 5]
[10:18:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[10:18:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[10:18:52] [Server thread/INFO]: Mob Spawn Range: 4
[10:18:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[10:18:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[10:18:52] [Server thread/INFO]: Alternative Hopper Ticking: false
[10:18:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[10:18:52] [Server thread/INFO]: Random Lighting Updates: false
[10:18:52] [Server thread/INFO]: Structure Info Saving: true
[10:18:52] [Server thread/INFO]: Sending up to 10 chunks per packet
[10:18:52] [Server thread/INFO]: Max Entity Collisions: 8
[10:18:52] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[10:18:52] [Server thread/INFO]: Max TNT Explosions: 100
[10:18:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[10:18:52] [Server thread/INFO]: Item Despawn Rate: 6000
[10:18:52] [Server thread/INFO]: Item Merge Radius: 2.5
[10:18:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
[10:18:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[10:18:52] [Server thread/INFO]: View Distance: 10
[10:18:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[10:18:52] [Server thread/INFO]: Chunks to Grow per Tick: 650
[10:18:52] [Server thread/INFO]: Clear tick list: false
[10:18:52] [Server thread/INFO]: Experience Merge Radius: 3.0
[10:18:52] [Server thread/INFO]: -------- World Settings For [DP] --------
[10:18:52] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[10:18:52] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[10:18:52] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[10:18:52] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[10:18:52] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
[10:18:52] [Server thread/INFO]: Fix TNT directional bias: false
[10:18:52] [Server thread/INFO]: TNT moves in water: true
[10:18:52] [Server thread/INFO]: Use legacy TNT explosion height false
[10:18:52] [Server thread/INFO]: TNT height limit disabled
[10:18:52] [Server thread/INFO]: Water over lava flow speed: 5
[10:18:52] [Server thread/INFO]: Allow undead horse types to be leashed: true
[10:18:52] [Server thread/INFO]: Keep spawn chunk loaded: true
[10:18:52] [Server thread/INFO]: [地皮系统] Detected world load for 'DP'
[10:18:52] [Server thread/INFO]: [地皮系统]  - generator: PlotSquared>PlotSquared
[10:18:52] [Server thread/INFO]: [地皮系统]  - plotworld: com.intellectualcrafters.plot.generator.HybridPlotWorld
[10:18:52] [Server thread/INFO]: [地皮系统]  - manager: com.intellectualcrafters.plot.generator.HybridPlotManager
[10:18:52] [Server thread/INFO]: World possibly already loaded: DP
[10:18:52] [Server thread/INFO]: Preparing start region for level 9 (Seed: 4717284202671455347)
[10:18:52] [Server thread/INFO]: [Multiverse-Core] 10 - World(s) loaded.
[10:18:52] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b699 (API v19) Enabled - By Rigby, fernferret, lithium3141 and main--
[10:18:52] [Server thread/INFO]: [GUIShop] Enabling GUIShop v2.1
[10:18:52] [Server thread/INFO]: [EasyKitsRel] Enabling EasyKitsRel v2.3
[10:18:52] [Server thread/INFO]: [EasyKitsRel] 已加载
[10:18:52] [Server thread/INFO]: §d§l插件交流群 1447991
[10:18:52] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
[10:18:52] [Server thread/INFO]: [ChestCommands] Hooked PlayerPoints
[10:18:52] [Server thread/INFO]: [Residence] Enabling Residence v2.8.0.5
[10:18:52] [Server thread/INFO]: [Residence] Bukkit 版本: 1.8-R0.1-SNAPSHOT
[10:18:52] [Server thread/INFO]: [Residence] 发现 Vault 使用权限系统: GroupManager
[10:18:52] [Server thread/INFO]: [Residence] 发现 Vault 使用经济系统: Essentials Economy
[10:18:52] [Server thread/INFO]: [Residence] 从配置文件中读取领地数据,耗时 0.027 秒
[10:18:52] [Server thread/INFO]: [Residence] 发现 WorldEdit 已启用相关支持...
[10:18:52] [Server thread/INFO]: [Residence] 初始化扩展Flag...
[10:18:52] [Server thread/INFO]: [Residence] 扩展Flag初始化完毕...
[10:18:52] [Server thread/INFO]: [Residence] 开始加载领地补丁...
[10:18:52] [Server thread/INFO]: [Residence] 防刷甘蔗补丁已加载...
[10:18:52] [Server thread/INFO]: [Residence] 防刷单元补丁已加载...
[10:18:52] [Server thread/INFO]: [Residence] 防刷铁轨补丁已加载...
[10:18:52] [Server thread/INFO]: [Residence] 防刷生物补丁已加载...
[10:18:52] [Server thread/INFO]: [Residence] 载入完成! 版本: 2.8.0.5 重制 by 喵♂呜
[10:18:52] [Server thread/INFO]: [Residence] 旧版本兼容接口初始化成功...
[10:18:52] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.15.0.52
[10:18:52] [Server thread/INFO]: Continuing to enable Protect.
[10:18:52] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.15.0.52
[10:18:52] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.15.0.52
[10:18:52] [Server thread/INFO]: [Info-Board] Enabling Info-Board v0.2.9
[10:18:52] [Server thread/INFO]: Metrics was started!
[10:18:53] [Thread-9/WARN]: [ChestCommands] Could not contact BukkitDev to check for updates.
[10:18:56] [Thread-10/WARN]: [Info-Board] The updater could not contact dev.bukkit.org for updating.
[10:18:56] [Thread-10/WARN]: [Info-Board] If you have not recently modified your configuration and this is the first time you are seeing this message, the site may be experiencing temporary downtime.
[10:18:56] [Thread-10/WARN]: java.io.IOException: Server returned HTTP response code: 503 for URL: https://api.curseforge.com/servermods/files?projectIds=65787
[10:18:56] [Thread-10/WARN]:         at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894)
[10:18:56] [Thread-10/WARN]:         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
[10:18:56] [Thread-10/WARN]:         at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)
[10:18:56] [Thread-10/WARN]:         at me.xxsniperzzxxsd.infoboard.Util.Updater.read(Updater.java:417)
[10:18:56] [Thread-10/WARN]:         at me.xxsniperzzxxsd.infoboard.Util.Updater.access$1(Updater.java:404)
[10:18:56] [Thread-10/WARN]:         at me.xxsniperzzxxsd.infoboard.Util.Updater$UpdateRunnable.run(Updater.java:105)
[10:18:56] [Thread-10/WARN]:         at java.lang.Thread.run(Thread.java:748)
[10:18:56] [Server thread/INFO]: [AntiCheatReloaded] Enabling AntiCheatReloaded v1.6.3-ALPHA
[10:18:56] [Server thread/INFO]: [AntiCheatReloaded] NMS version is v1_8_R1
[10:18:56] [Server thread/INFO]: [AntiCheatReloaded] Found ProtocolLib, enabling checks that use ProtcolLib...
[10:18:56] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.3.2-b1726
[10:18:56] [Server thread/INFO]: [AuthMe] SQLite driver loaded
[10:18:56] [Server thread/INFO]: [AuthMe] SQLite Setup finished
[10:18:56] [Server thread/INFO]: [AuthMe] Hooked into Vault!
[10:18:56] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
[10:18:56] [Server thread/INFO]: [AuthMe] Hooked successfully into Multiverse-Core
[10:18:56] [Thread-11/WARN]: [AuthMe] Could not download GeoLiteAPI database [UnknownHostException]: geolite.maxmind.com
[10:18:56] [Server thread/INFO]: [AuthMe] Development builds are available on our jenkins, thanks to f14stelt.
[10:18:56] [Server thread/INFO]: [AuthMe] Do you want a good game server? Look at our sponsor GameHosting.it leader in Italy as Game Server Provider!
[10:18:56] [Server thread/INFO]: [AuthMe] AuthMe 5.3.2 build n.1726 correctly enabled!
[10:18:57] [Server thread/INFO]: [NeverLag] Enabling NeverLag v1.3.0
[10:18:57] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.1
[10:18:57] [Server thread/INFO]: [Holographic Displays] Detected old version of ProtocolLib, support disabled. You must use ProtocolLib 4.1 or higher.
[10:18:57] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[10:18:57] [Server thread/INFO]: Done (21.693s)! For help, type "help" or "?"
[10:18:57] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
[10:18:57] [Server thread/INFO]: [ViaVersion] Enabling Paper/TacoSpigot/Torch patch: Fixes block placement.
[10:18:57] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
[10:18:57] [Craft Scheduler Thread - 17/INFO]: [Marriage] Purged 0 player entries in 1ms
[10:18:57] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[10:18:57] [Craft Scheduler Thread - 17/INFO]: [Vault] Checking for Updates ...
[10:18:57] [Craft Scheduler Thread - 9/INFO]: 插件 Residence 最新版本 v2.8.3.6
[10:18:57] [Craft Scheduler Thread - 9/INFO]: 服务器运行版本: v2.8.0.5
[10:18:57] [Craft Scheduler Thread - 9/INFO]: 插件更新网站: http://ci.sumcraft.net:8080/job/Residence/
[10:18:57] [Server thread/INFO]:  
#------------------- Chest Commands Errors -------------------#
1) The menus "DP.yml" and "CH1.yml" have the same command "L". Only one will be opened.
2) The menus "CH1.yml" and "CD.yml" have the same command "L". Only one will be opened.
3) The menus "CD.yml" and "CH.yml" have the same command "L". Only one will be opened.
4) The menus "CH.yml" and "JH.yml" have the same command "L". Only one will be opened.
5) The menus "JH.yml" and "SJ.yml" have the same command "L". Only one will be opened.
6) The menus "SJ.yml" and "CHGN.yml" have the same command "L". Only one will be opened.
#-------------------------------------------------------------#
[10:18:57] [Craft Scheduler Thread - 3/WARN]: [HolographicDisplays] Could not contact BukkitDev to check for updates.
[10:18:57] [Craft Scheduler Thread - 17/INFO]: [Vault] There was an issue attempting to check for the latest version.
[10:18:57] [Craft Scheduler Thread - 17/INFO]: [Vault] No new version available
[10:18:58] [Server thread/INFO]: Starting UUID caching
[10:18:58] [Craft Scheduler Thread - 17/INFO]: [地皮系统] Starting player data caching for: world
[10:18:58] [Craft Scheduler Thread - 17/INFO]: Fast mode UUID caching enabled!
[10:18:58] [Craft Scheduler Thread - 17/INFO]: [地皮系统] Cached a total of: 5 UUIDs
[10:18:58] [Server thread/WARN]: [ViaVersion] There is a newer version available: 2.2.3, you're on: 2.1.3
[10:18:59] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.10.4) is available at:
[10:18:59] [Server thread/INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/
[10:19:00] [Thread-12/WARN]: [tpLogin] The updater could not contact dev.bukkit.org for updating.
[10:19:00] [Thread-12/WARN]: [tpLogin] If you have not recently modified your configuration and this is the first time you are seeing this message, the site may be experiencing temporary downtime.
[10:19:00] [Thread-12/WARN]: java.io.IOException: Server returned HTTP response code: 503 for URL: https://api.curseforge.com/servermods/files?projectIds=58792
[10:19:00] [Thread-12/WARN]:         at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894)
[10:19:00] [Thread-12/WARN]:         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
[10:19:00] [Thread-12/WARN]:         at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)
[10:19:00] [Thread-12/WARN]:         at com.volcanicplaza.tpLogin.Updater.read(Updater.java:488)
[10:19:00] [Thread-12/WARN]:         at com.volcanicplaza.tpLogin.Updater.access$1(Updater.java:476)
[10:19:00] [Thread-12/WARN]:         at com.volcanicplaza.tpLogin.Updater$UpdateRunnable.run(Updater.java:526)
[10:19:00] [Thread-12/WARN]:         at java.lang.Thread.run(Thread.java:748)
[10:19:03] [Craft Scheduler Thread - 13/INFO]: [PlaceholderAPI] 169 placeholder expansions are available on the cloud.
[10:19:17] [Server thread/INFO]: [公告] 发现BUG要及时告知服主奖励丰厚~

JonsTer
xmdhs 发表于 2020-3-14 10:28
你都会发图片了,就不能上传下文件?

现在上传下服务器的 log

[10:18:32] [Server thread/INFO]: Generating keypair
[10:18:32] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:10073
[10:18:32] [Server thread/ERROR]: Could not load 'plugins/[彩色标语]ColorMOTD.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
        at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[paperspigot1.8.0.jar:git-PaperSpigot-9b05d00-33d5de3]
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [paperspigot1.8.0.jar:git-PaperSpigot-9b05d00-33d5de3]
        at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:291) [paperspigot1.8.0.jar:git-PaperSpigot-9b05d00-33d5de3]
        at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:156) [paperspigot1.8.0.jar:git-PaperSpigot-9b05d00-33d5de3]
        at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:540) [paperspigot1.8.0.jar:git-PaperSpigot-9b05d00-33d5de3]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_202]
Caused by: java.util.zip.ZipException: error in opening zip file
        at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_202]
        at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_202]
        at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_202]
        at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_202]
        at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_202]
        at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[paperspigot1.8.0.jar:git-PaperSpigot-9b05d00-33d5de3]
        ... 5 more
[10:18:32] [Server thread/ERROR]: Ambiguous plugin name `yuanluAntiSpam' for files `plugins/[反刷屏]yuanluAntiSpam.jar' and `plugins/[反刷屏]yuanluAntiSpam-javadoc.jar' in `plugins'
[10:18:32] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[10:18:33] [Server thread/INFO]: [CleanroomGenerator] Loading CleanroomGenerator v1.0.0
[10:18:33] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.3;7a097ca
[10:18:33] [Server thread/INFO]: [ColorChat] Loading ColorChat v1.1
[10:18:33] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.2

xmdhs
JonsTer 发表于 2020-3-14 10:38
[10:18:32] [Server thread/INFO]: Generating keypair
[10:18:32] [Server thread/INFO]: Starting Mine ...

插件损坏了,重新去下载一个就行

JonsTer
xmdhs 发表于 2020-3-14 10:41
插件损坏了,重新去下载一个就行

你能发我一个1.8的ColorMOTD插件么,我之前在网上找的也不行 要不我加你Q?

xmdhs
JonsTer 发表于 2020-3-14 10:43
你能发我一个1.8的ColorMOTD插件么,我之前在网上找的也不行 要不我加你Q?

https://www.mcbbs.net/thread-448326-1-1.html

站内原创的插件还到什么外面找

JonsTer
xmdhs 发表于 2020-3-14 10:45
https://www.mcbbs.net/thread-448326-1-1.html

站内原创的插件还到什么外面找

可以,解决了!