PlayerPoints连接上数据库后,查询和设置点卷后台一直刷报错
复制代码
- [05:46:12] [Server thread/ERROR]: null
- org.bukkit.command.CommandException: Unhandled exception executing command 'points' in plugin PlayerPoints v2.1.4
- at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:640) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1165) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1000) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_77]
- at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_77]
- at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:771) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:710) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:613) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at java.lang.Thread.run(Thread.java:745) [?:1.8.0_77]
- Caused by: java.lang.NullPointerException
- at lib.PatPeter.SQLibrary.Database.prepare(Database.java:291) ~[?:?]
- at org.black_ixx.playerpoints.storage.models.MySQLStorage.getPoints(MySQLStorage.java:83) ~[?:?]
- at org.black_ixx.playerpoints.storage.StorageHandler.getPoints(StorageHandler.java:39) ~[?:?]
- at org.black_ixx.playerpoints.PlayerPointsAPI.look(PlayerPointsAPI.java:102) ~[?:?]
- at org.black_ixx.playerpoints.PlayerPointsAPI.set(PlayerPointsAPI.java:153) ~[?:?]
- at org.black_ixx.playerpoints.commands.SetCommand.execute(SetCommand.java:54) ~[?:?]
- at org.black_ixx.playerpoints.services.CommandHandler.onCommand(CommandHandler.java:130) ~[?:?]
- at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- ... 15 more
http://www.mcbbs.net/thread-461244-1-1.html
[前置][使用数据库储存时需要下载]SQLibrary:
SQLibrary-7.1.jar (85.57 KB, 下载次数: 1739)
逗比桃 发表于 2016-4-15 15:28
http://www.mcbbs.net/thread-461244-1-1.html
已经加入,版本1.8.8
新手表示看不懂
这个是在输入命令的时候出现的报错吗,一般来说如果是数据库连接问题,会在开服的时候也有个报错,能不能找到那段复制下来
SkyCatcher 发表于 2016-4-16 23:34
这个是在输入命令的时候出现的报错吗,一般来说如果是数据库连接问题,会在开服的时候也有个报错,能不能找 ...
要复制拿段呢??这段就是输入指令后的报错
nuo13260 发表于 2016-4-17 02:12
要复制拿段呢??这段就是输入指令后的报错
现在插件连接数据库成功了没?贴一下开服的时候这个插件的提示信息,最好能把你配置表mysql那一段也截图下来看看
SkyCatcher 发表于 2016-4-17 14:47
现在插件连接数据库成功了没?贴一下开服的时候这个插件的提示信息,最好能把你配置表mysql那一段也截图 ...
- [10:23:40] [Server thread/INFO]: Starting minecraft server version 1.8.8
- [10:23:40] [Server thread/INFO]: Loading properties
- [10:23:40] [Server thread/INFO]: Default game type: SURVIVAL
- [10:23:40] [Server thread/INFO]: This server is running CraftBukkit version git-PaperSpigot-f6fba00-9935adc (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
- [10:23:40] [Server thread/INFO]: Debug logging is disabled
- [10:23:40] [Server thread/INFO]: Using 4 threads for Netty based IO
- [10:23:40] [Server thread/INFO]: Server Ping Player Sample Count: 12
- [10:23:40] [Server thread/INFO]: Data value allowed items:
- [10:23:40] [Server thread/INFO]: Generating keypair
- [10:23:40] [Server thread/INFO]: Starting Minecraft server on *:11
- [10:23:40] [Server thread/INFO]: Using default channel type
- [10:23:41] [Server thread/INFO]: Set PluginClassLoader as parallel capable
- [10:23:41] [Server thread/ERROR]: Could not load 'plugins\simpleorm[登陆前置].jar' in folder 'plugins'
- org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: Plugin already initialized!
- at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:291) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
- Caused by: java.lang.IllegalArgumentException: Plugin already initialized!
- at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:122) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:66) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at com.mengcraft.simpleorm.Main.<init>(Main.java:6) ~[?:?]
- at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_77]
- at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_77]
- at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_77]
- at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_77]
- at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_77]
- at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- ... 6 more
- Caused by: java.lang.IllegalStateException: Initial initialization
- at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:125) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:66) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at com.mengcraft.playersql.PluginMain.<init>(PluginMain.java:17) ~[?:?]
- at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_77]
- at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_77]
- at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_77]
- at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_77]
- at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_77]
- at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- ... 6 more
- [10:23:41] [Server thread/ERROR]: Could not load 'plugins\account[登陆].jar' in folder 'plugins'
- org.bukkit.plugin.UnknownDependencyException: SimpleORM
- at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:291) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
- [10:23:41] [Server thread/INFO]: [PlayerSQL] Loading PlayerSQL v2.1.1
- [10:23:41] [Server thread/INFO]: [DisableCommands] Loading DisableCommands v1.5
- [10:23:41] [Server thread/INFO]: [AsyncKeepAlive] Loading AsyncKeepAlive v1.1
- [10:23:41] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
- [10:23:41] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
- [10:23:41] [Server thread/INFO]: [iConomy] Loading iConomy v7.0.4
- [10:23:41] [Server thread/INFO]: [SQLibrary] Loading SQLibrary v7.1
- [10:23:41] [Server thread/INFO]: [TreeAssist] Loading TreeAssist v5.8.91
- [10:23:41] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
- [10:23:41] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b266
- [10:23:41] [Server thread/INFO]: [CleanChat] Loading CleanChat v0.0.1
- [10:23:41] [Server thread/INFO]: [QuickShop] Loading QuickShop v0.9.14
- [10:23:41] [Server thread/INFO]: [PlayerPoints] Loading PlayerPoints v2.1.4
- [10:23:41] [Server thread/INFO]: [InfoBoardReborn] Loading InfoBoardReborn v1.7.0
- [10:23:41] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.1
- [10:23:41] [Server thread/INFO]: [Residence] Loading Residence v4.0.6.3
- [10:23:41] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.0.1-b266
- [10:23:41] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.0.1-b266
- [10:23:41] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.0.1-b266
- [10:23:41] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.0.1-b266
- [10:23:41] [Server thread/INFO]: [Scavenger] Loading Scavenger v1.6-23
- [10:23:41] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.5
- [10:23:42] [Server thread/INFO]: [SuperBan] Loading SuperBan v2.0
- [10:23:42] [Server thread/INFO]: [NeverLag] Loading NeverLag v1.3.0
- [10:23:42] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.12
- [10:23:42] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
- [10:23:42] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
- [10:23:42] [Server thread/WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
- [10:23:42] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
- [10:23:42] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
- [10:23:42] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
- [10:23:42] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
- [10:23:42] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
- [10:23:42] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
- [10:23:42] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
- [10:23:42] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.5
- [10:23:42] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
- [10:23:42] [Server thread/INFO]: [SuperBan] Enabling SuperBan v2.0
- [10:23:42] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
- [10:23:42] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
- [10:23:42] [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:23:42] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
- [10:23:42] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
- [10:23:42] [Server thread/INFO]: Preparing level "world"
- [10:23:43] [Server thread/INFO]: -------- World Settings For [world] --------
- [10:23:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
- [10:23:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
- [10:23:43] [Server thread/INFO]: Item Merge Radius: 2.5
- [10:23:43] [Server thread/INFO]: Item Despawn Rate: 6000
- [10:23:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
- [10:23:43] [Server thread/INFO]: Structure Info Saving: true
- [10:23:43] [Server thread/INFO]: Mob Spawn Range: 4
- [10:23:43] [Server thread/INFO]: Anti X-Ray: true
- [10:23:43] [Server thread/INFO]: Engine Mode: 1
- [10:23:43] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
- [10:23:43] [Server thread/INFO]: Replace Blocks: [1, 5]
- [10:23:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
- [10:23:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
- [10:23:43] [Server thread/INFO]: Random Lighting Updates: false
- [10:23:43] [Server thread/INFO]: Sending up to 10 chunks per packet
- [10:23:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
- [10:23:43] [Server thread/INFO]: Cane Growth Modifier: 100%
- [10:23:43] [Server thread/INFO]: Melon Growth Modifier: 100%
- [10:23:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
- [10:23:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
- [10:23:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
- [10:23:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
- [10:23:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
- [10:23:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
- [10:23:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
- [10:23:43] [Server thread/INFO]: Max TNT Explosions: 100
- [10:23:43] [Server thread/INFO]: Chunks to Grow per Tick: 650
- [10:23:43] [Server thread/INFO]: Clear tick list: false
- [10:23:43] [Server thread/INFO]: Experience Merge Radius: 3.0
- [10:23:43] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
- [10:23:43] [Server thread/INFO]: Max Entity Collisions: 8
- [10:23:43] [Server thread/INFO]: View Distance: 10
- [10:23:43] [Server thread/INFO]: -------- World Settings For [world] --------
- [10:23:43] [Server thread/INFO]: Allow undead horse types to be leashed: false
- [10:23:43] [Server thread/INFO]: Fix TNT cannons: false
- [10:23:43] [Server thread/INFO]: Water over lava flow speed: 5
- [10:23:43] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
- [10:23:43] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
- [10:23:43] [Server thread/INFO]: World async lighting: false
- [10:23:43] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
- [10:23:43] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
- [10:23:43] [Server thread/INFO]: Keep spawn chunk loaded: true
- [10:23:43] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
- [10:23:43] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
- [10:23:43] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
- [10:23:43] [Server thread/INFO]: -------- World Settings For [world_nether] --------
- [10:23:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
- [10:23:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
- [10:23:43] [Server thread/INFO]: Item Merge Radius: 2.5
- [10:23:43] [Server thread/INFO]: Item Despawn Rate: 6000
- [10:23:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
- [10:23:43] [Server thread/INFO]: Structure Info Saving: true
- [10:23:43] [Server thread/INFO]: Mob Spawn Range: 4
- [10:23:43] [Server thread/INFO]: Anti X-Ray: true
- [10:23:43] [Server thread/INFO]: Engine Mode: 1
- [10:23:43] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
- [10:23:43] [Server thread/INFO]: Replace Blocks: [1, 5]
- [10:23:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
- [10:23:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
- [10:23:43] [Server thread/INFO]: Random Lighting Updates: false
- [10:23:43] [Server thread/INFO]: Sending up to 10 chunks per packet
- [10:23:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
- [10:23:43] [Server thread/INFO]: Cane Growth Modifier: 100%
- [10:23:43] [Server thread/INFO]: Melon Growth Modifier: 100%
- [10:23:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
- [10:23:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
- [10:23:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
- [10:23:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
- [10:23:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
- [10:23:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
- [10:23:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
- [10:23:43] [Server thread/INFO]: Max TNT Explosions: 100
- [10:23:43] [Server thread/INFO]: Chunks to Grow per Tick: 650
- [10:23:43] [Server thread/INFO]: Clear tick list: false
- [10:23:43] [Server thread/INFO]: Experience Merge Radius: 3.0
- [10:23:43] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
- [10:23:43] [Server thread/INFO]: Max Entity Collisions: 8
- [10:23:43] [Server thread/INFO]: View Distance: 10
- [10:23:43] [Server thread/INFO]: -------- World Settings For [world_nether] --------
- [10:23:43] [Server thread/INFO]: Allow undead horse types to be leashed: false
- [10:23:43] [Server thread/INFO]: Fix TNT cannons: false
- [10:23:43] [Server thread/INFO]: Water over lava flow speed: 5
- [10:23:43] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
- [10:23:43] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
- [10:23:43] [Server thread/INFO]: World async lighting: false
- [10:23:43] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
- [10:23:43] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
- [10:23:43] [Server thread/INFO]: Keep spawn chunk loaded: true
- [10:23:43] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
- [10:23:43] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
- [10:23:43] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
- [10:23:43] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
- [10:23:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
- [10:23:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
- [10:23:43] [Server thread/INFO]: Item Merge Radius: 2.5
- [10:23:43] [Server thread/INFO]: Item Despawn Rate: 6000
- [10:23:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
- [10:23:43] [Server thread/INFO]: Structure Info Saving: true
- [10:23:43] [Server thread/INFO]: Mob Spawn Range: 4
- [10:23:43] [Server thread/INFO]: Anti X-Ray: true
- [10:23:43] [Server thread/INFO]: Engine Mode: 1
- [10:23:43] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
- [10:23:43] [Server thread/INFO]: Replace Blocks: [1, 5]
- [10:23:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
- [10:23:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
- [10:23:43] [Server thread/INFO]: Random Lighting Updates: false
- [10:23:43] [Server thread/INFO]: Sending up to 10 chunks per packet
- [10:23:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
- [10:23:43] [Server thread/INFO]: Cane Growth Modifier: 100%
- [10:23:43] [Server thread/INFO]: Melon Growth Modifier: 100%
- [10:23:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
- [10:23:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
- [10:23:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
- [10:23:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
- [10:23:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
- [10:23:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
- [10:23:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
- [10:23:43] [Server thread/INFO]: Max TNT Explosions: 100
- [10:23:43] [Server thread/INFO]: Chunks to Grow per Tick: 650
- [10:23:43] [Server thread/INFO]: Clear tick list: false
- [10:23:43] [Server thread/INFO]: Experience Merge Radius: 3.0
- [10:23:43] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
- [10:23:43] [Server thread/INFO]: Max Entity Collisions: 8
- [10:23:43] [Server thread/INFO]: View Distance: 10
- [10:23:43] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
- [10:23:43] [Server thread/INFO]: Allow undead horse types to be leashed: false
- [10:23:43] [Server thread/INFO]: Fix TNT cannons: false
- [10:23:43] [Server thread/INFO]: Water over lava flow speed: 5
- [10:23:43] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
- [10:23:43] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
- [10:23:43] [Server thread/INFO]: World async lighting: false
- [10:23:43] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
- [10:23:43] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
- [10:23:43] [Server thread/INFO]: Keep spawn chunk loaded: true
- [10:23:43] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
- [10:23:43] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
- [10:23:43] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
- [10:23:43] [Server thread/INFO]: Preparing start region for level 0 (Seed: 5047096347997830518)
- [10:23:44] [Server thread/INFO]: Preparing spawn area: 11%
- [10:23:45] [Server thread/INFO]: Preparing start region for level 1 (Seed: 5047096347997830518)
- [10:23:46] [Server thread/INFO]: Preparing spawn area: 61%
- [10:23:46] [Server thread/INFO]: Preparing start region for level 2 (Seed: 5047096347997830518)
- [10:23:47] [Server thread/INFO]: [PlayerSQL] Enabling PlayerSQL v2.1.1
- [10:23:47] [Server thread/INFO]: [PlayerSQL] Server version: v1_8_R3.
- [10:23:47] [Server thread/INFO]: [PlayerSQL] Build-in util work well!
- [10:23:47] [Server thread/ERROR]: ebean.properties not found
- [10:23:47] [Server thread/INFO]: Unable to check jar file PaperSpigot.jar for ebean-orm.xml
- [10:23:47] [Server thread/INFO]: Unable to check jar file PaperSpigot.jar for ebean-orm.xml
- [10:23:47] [Server thread/INFO]: DataSourcePool [PlayerSQL] autoCommit[false] transIsolation[READ_COMMITTED] min[1] max[8]
- [10:23:48] [Server thread/INFO]: DatabasePlatform name:PlayerSQL platform:mysql
- [10:23:48] [Server thread/INFO]: SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
- [10:23:48] [Server thread/INFO]: Entities enhanced[0] subclassed[1]
- [10:23:48] [Server thread/INFO]: [PlayerSQL] Tables already exists!
- [10:23:48] [Server thread/INFO]: [DisableCommands] Enabling DisableCommands v1.5
- [10:23:48] [Server thread/INFO]: [DisableCommands] Disable Commands version 1.5 has been enabled.
- [10:23:48] [Server thread/INFO]: [DisableCommands] Developed by: [lst96, Mindfulhacker]
- [10:23:48] [Server thread/WARN]: [DisableCommands] Default system encoding may have misread config.yml from plugin jar
- [10:23:48] [Server thread/ERROR]: [DisableCommands] Cannot load configuration from jar
- org.bukkit.configuration.InvalidConfigurationException: mapping values are not allowed here
- in 'string', line 2, column 9:
- Messages:
- ^
- at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:214) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:162) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at net.mindfulhacker.disablecommands.DisableCommands.onEnable(DisableCommands.java:34) [DisableCommands%5B指令禁止%5D.jar:?]
- at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:356) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:316) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
- Caused by: org.yaml.snakeyaml.scanner.ScannerException: mapping values are not allowed here
- in 'string', line 2, column 9:
- Messages:
- ^
- at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:871) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.yaml.snakeyaml.scanner.ScannerImpl.peekToken(ScannerImpl.java:249) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentEnd.produce(ParserImpl.java:253) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.yaml.snakeyaml.parser.ParserImpl.getEvent(ParserImpl.java:168) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:124) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
- ... 14 more
- [10:23:48] [Server thread/INFO]: [AsyncKeepAlive] Enabling AsyncKeepAlive v1.1
- [10:23:48] [Server thread/INFO]: AsyncKeepAlive has been enbale.
- [10:23:48] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
- [10:23:48] [Server thread/INFO]: [PermissionsEx] Initializing sql backend
- [10:23:50] [Server thread/INFO]: [PermissionsEx] Successfully connected to SQL database
- [10:23:51] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
- [10:23:51] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
- [10:23:51] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0.4
- [10:23:51] [Server thread/INFO]: [iConomy - April Fools] Enabled (21 ms)
- [10:23:51] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
- [10:23:51] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
- [10:23:51] [Server thread/INFO]: [SQLibrary] Enabling SQLibrary v7.1
- [10:23:51] [Server thread/INFO]: SQLibrary loaded.
- [10:23:51] [Server thread/INFO]: [TreeAssist] Enabling TreeAssist v5.8.91
- [10:23:51] [Thread-12/INFO]: [iConomy - April Fools] Purged accounts with default balance.
- [10:23:51] [Server thread/INFO]: [TreeAssist] debugging: off
- [10:23:51] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b266
- [10:23:51] [Server thread/INFO]: Using locale zh
- [10:23:51] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as spawner provider.
- [10:23:51] [Server thread/INFO]: Using locale zh
- [10:23:51] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global PluginMetrics config.
- [10:23:51] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
- [10:23:51] [Server thread/INFO]: [Essentials] Payment method found (iConomy version: 6)
- [10:23:51] [Server thread/INFO]: [CleanChat] Enabling CleanChat v0.0.1
- [10:23:51] [Server thread/INFO]: [CleanChat] 无法找到BarAPI, 已禁用BarAPI属性
- [10:23:51] [Server thread/INFO]: [CleanChat] 成功挂钩Vault!
- [10:23:51] [Server thread/WARN]: [CleanChat] Default system encoding may have misread config.yml from plugin jar
- [10:23:51] [Server thread/INFO]: [QuickShop] Enabling QuickShop v0.9.14
- [10:23:51] [Server thread/INFO]: [QuickShop] Limit cfg found...
- [10:23:51] [Server thread/INFO]: [QuickShop] Limits.use: false
- [10:23:51] [Server thread/INFO]: [QuickShop] {quickshop=0, quickshop.vip=20}
- [10:23:52] [Server thread/INFO]: [QuickShop] Loading shops from database...
- [10:23:52] [Server thread/INFO]: [QuickShop] Loaded 0 shops.
- [10:23:52] [Server thread/INFO]: Cleaning purchase messages from database that are over a week old...
- [10:23:53] [Server thread/INFO]: [QuickShop] Registering Listeners
- [10:23:53] [Server thread/INFO]: [QuickShop] QuickShop loaded!
- [10:23:53] [Server thread/INFO]: [PlayerPoints] Enabling PlayerPoints v2.1.4
- [10:23:53] [Server thread/INFO]: [InfoBoardReborn] Enabling InfoBoardReborn v1.7.0
- [10:23:53] [Server thread/INFO]: Metrics was started!
- [10:23:53] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.1
- [10:23:53] [Server thread/INFO]: [ChestCommands] Hooked PlayerPoints
- [10:23:53] [Server thread/INFO]: [Residence] Enabling Residence v4.0.6.3
- [10:23:53] [Server thread/INFO]: [Residence] Found Vault using permissions plugin:PermissionsEx
- [10:23:54] [Server thread/INFO]: [0;31;1m[Residence] Your locale file for Czech is incorect! Use http://yaml-online-parser.appspot.com/ to find issue.[m
- [10:23:54] [Server thread/INFO]: [0;31;1m[Residence] Your locale file for Chinese is incorect! Use http://yaml-online-parser.appspot.com/ to find issue.[m
- [10:23:54] [Server thread/INFO]: [0;31;1m[Residence] Your locale file for ChineseTW is incorect! Use http://yaml-online-parser.appspot.com/ to find issue.[m
- [10:23:54] [Server thread/INFO]: [Residence] Scanning for economy systems...
- [10:23:54] [Server thread/INFO]: [Residence] Found Vault using economy system: iConomy 7
- [10:23:54] [Server thread/INFO]: [Residence] Loading save data for world world...
- [10:23:54] [Server thread/INFO]: [Residence] Loaded world data. (23 ms)
- [10:23:54] [Server thread/INFO]: [Residence] Loading save data for world world_nether...
- [10:23:54] [Server thread/INFO]: [Residence] Loaded world_nether data. (4 ms)
- [10:23:54] [Server thread/INFO]: [Residence] Loading save data for world world_the_end...
- [10:23:54] [Server thread/INFO]: [Residence] Loaded world_the_end data. (0 ms)
- [10:23:54] [Server thread/INFO]: [Residence] Loading world data into memory...
- [10:23:54] [Server thread/INFO]: [Residence] Loaded world data into memory. (9 ms)
- [10:23:54] [Server thread/INFO]: [Residence] Loading world_nether data into memory...
- [10:23:54] [Server thread/INFO]: [Residence] Loaded world_nether data into memory. (0 ms)
- [10:23:54] [Server thread/INFO]: [Residence] Loading world_the_end data into memory...
- [10:23:54] [Server thread/INFO]: [Residence] Loaded world_the_end data into memory. (0 ms)
- [10:23:54] [Server thread/INFO]: [Residence] WorldEdit NOT found!
- [10:23:54] [Server thread/INFO]: [Residence] Enabled! Version 4.0.6.3 by bekvon
- [10:23:54] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.0.1-b266
- [10:23:54] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.0.1-b266
- [10:23:54] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.0.1-b266
- [10:23:54] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.0.1-b266
- [10:23:54] [Server thread/INFO]: [Scavenger] Enabling Scavenger v1.6-23
- [10:23:54] [Server thread/INFO]: [Scavenger] Configuration loaded.
- [10:23:54] [Server thread/INFO]: [Scavenger] Economy disabled. Item recovery will be free.
- [10:23:54] [Server thread/INFO]: [Scavenger] Loaded ignore list. (Count = 0)
- [10:23:54] [Server thread/INFO]: [Scavenger] Offline-mode is set to false, no Authenticator Hook
- [10:23:54] [Server thread/INFO]: [NeverLag] Enabling NeverLag v1.3.0
- [10:23:54] [Server thread/WARN]: [NeverLag] Default system encoding may have misread config.yml from plugin jar
- [10:23:54] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.12
- [10:23:55] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
- [10:23:55] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
- [10:23:55] [Server thread/INFO]: Done (12.356s)! For help, type "help" or "?"
- [10:23:55] [Craft Scheduler Thread - 14/INFO]: [Vault] Checking for Updates ...
- [10:24:00] [Thread-15/WARN]: [HolographicDisplays] Could not contact BukkitDev to check for updates.
- [10:24:03] [Craft Scheduler Thread - 14/INFO]: [Vault] There was an issue attempting to check for the latest version.
- [10:24:03] [Craft Scheduler Thread - 14/INFO]: [Vault] No new version available
- [10:24:05] [Thread-13/WARN]: [ChestCommands] Could not contact BukkitDev to check for updates.
- [10:37:55] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m60秒 [0;32;1m后清除![m
- [10:38:25] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m30秒 [0;32;1m后清除![m
- [10:38:45] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m10秒 [0;32;1m后清除![m
- [10:38:55] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m哎哟,这次清理了 [0;31;1m0个 [0;32;1m垃圾,我感觉自己萌萌哒~[m
- [10:43:13] [Thread-16/INFO]: UUID of player HanDsome_CarTon is 0f61595b-f267-3321-9b02-e3c009a3636c
- [10:43:17] [Server thread/INFO]: HanDsome_CarTon[/127.0.0.1:53681] logged in with entity id 111 at ([world]-577.5, 74.0, 744.5)
- [10:43:17] [pool-10-thread-1/INFO]: 创建空的配置:E:\服务端\A02-1生存\plugins\Essentials\userdata\0f61595b-f267-3321-9b02-e3c009a3636c.yml
- [10:43:20] [EbeanBackgroundThread/INFO]: DataSourcePool [PlayerSQL] grow; id[PlayerSQL.1] busy[2] max[8]
- [10:43:32] [Server thread/INFO]: HanDsome_CarTon has just earned the achievement [Taking Inventory]
- [10:44:02] [Server thread/INFO]: HanDsome_CarTon lost connection: Disconnected
- [10:44:02] [Server thread/INFO]: HanDsome_CarTon left the game.
- [10:52:55] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m60秒 [0;32;1m后清除![m
- [10:53:25] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m30秒 [0;32;1m后清除![m
- [10:53:45] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m10秒 [0;32;1m后清除![m
- [10:53:55] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m哎哟,这次清理了 [0;31;1m0个 [0;32;1m垃圾,我感觉自己萌萌哒~[m
- [11:07:55] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m60秒 [0;32;1m后清除![m
- [11:08:25] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m30秒 [0;32;1m后清除![m
- [11:08:45] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m10秒 [0;32;1m后清除![m
- [11:08:55] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m哎哟,这次清理了 [0;31;1m0个 [0;32;1m垃圾,我感觉自己萌萌哒~[m
- [11:22:57] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m60秒 [0;32;1m后清除![m
- [11:23:27] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m30秒 [0;32;1m后清除![m
- [11:23:47] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m10秒 [0;32;1m后清除![m
- [11:23:57] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m哎哟,这次清理了 [0;31;1m0个 [0;32;1m垃圾,我感觉自己萌萌哒~[m
- [11:35:49] [Thread-17/INFO]: UUID of player Forever_Xs is 769b2103-97f8-3d0f-9360-67aac761af5a
- [11:35:50] [Server thread/INFO]: Forever_Xs[/127.0.0.1:54843] logged in with entity id 494 at ([world]-576.5, 72.0, 742.5)
- [11:35:50] [pool-10-thread-1/INFO]: 创建空的配置:E:\服务端\A02-1生存\plugins\Essentials\userdata\769b2103-97f8-3d0f-9360-67aac761af5a.yml
- [11:36:01] [Server thread/INFO]: Forever_Xs lost connection: Internal Exception: java.io.IOException: 你的主机中的软件中止了一个已建立的连接。
- [11:36:01] [Server thread/INFO]: Forever_Xs left the game.
- [11:37:57] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m60秒 [0;32;1m后清除![m
- [11:38:27] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m30秒 [0;32;1m后清除![m
- [11:38:47] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m10秒 [0;32;1m后清除![m
- [11:38:57] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m哎哟,这次清理了 [0;31;1m0个 [0;32;1m垃圾,我感觉自己萌萌哒~[m
- [11:52:58] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m60秒 [0;32;1m后清除![m
- [11:53:28] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m30秒 [0;32;1m后清除![m
- [11:53:48] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m10秒 [0;32;1m后清除![m
- [11:53:58] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m哎哟,这次清理了 [0;31;1m0个 [0;32;1m垃圾,我感觉自己萌萌哒~[m
- [12:07:58] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m60秒 [0;32;1m后清除![m
- [12:08:28] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m30秒 [0;32;1m后清除![m
- [12:08:48] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m10秒 [0;32;1m后清除![m
- [12:08:58] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m哎哟,这次清理了 [0;31;1m0个 [0;32;1m垃圾,我感觉自己萌萌哒~[m
- [12:22:59] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m60秒 [0;32;1m后清除![m
- [12:23:29] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m30秒 [0;32;1m后清除![m
- [12:23:49] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m10秒 [0;32;1m后清除![m
- [12:23:59] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m哎哟,这次清理了 [0;31;1m0个 [0;32;1m垃圾,我感觉自己萌萌哒~[m
- [12:35:06] [Thread-18/INFO]: UUID of player NBAluan is b2090631-947a-341f-81e2-3f974b2d18eb
- [12:35:06] [Server thread/INFO]: NBAluan[/127.0.0.1:56960] logged in with entity id 552 at ([world]-579.5, 80.0, 753.5)
- [12:35:06] [pool-10-thread-1/INFO]: 创建空的配置:E:\服务端\A02-1生存\plugins\Essentials\userdata\b2090631-947a-341f-81e2-3f974b2d18eb.yml
- [12:35:16] [Server thread/INFO]: NBAluan has just earned the achievement [Taking Inventory]
- [12:35:18] [Server thread/INFO]: NBAluan issued server command: /spawn
- [12:35:29] [Server thread/INFO]: [m<NBAluan[m> 色[m
- [12:35:40] [Server thread/INFO]: NBAluan issued server command: /kit
- [12:35:43] [Server thread/INFO]: NBAluan issued server command: /kit tools
- [12:35:49] [Server thread/INFO]: NBAluan lost connection: Disconnected
- [12:35:49] [Server thread/INFO]: NBAluan left the game.
- [12:38:01] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m60秒 [0;32;1m后清除![m
- [12:38:28] [Thread-19/INFO]: UUID of player NBAluan is b2090631-947a-341f-81e2-3f974b2d18eb
- [12:38:28] [Server thread/INFO]: NBAluan[/127.0.0.1:57083] logged in with entity id 648 at ([world]-604.4956351855534, 82.0, 776.5229305004524)
- [12:38:32] [Server thread/INFO]: NBAluan issued server command: /warp
- [12:38:32] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m30秒 [0;32;1m后清除![m
- [12:38:39] [Server thread/INFO]: NBAluan lost connection: Disconnected
- [12:38:39] [Server thread/INFO]: NBAluan left the game.
- [12:38:52] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m10秒 [0;32;1m后清除![m
- [12:39:02] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m哎哟,这次清理了 [0;31;1m4个 [0;32;1m垃圾,我感觉自己萌萌哒~[m
- [12:50:48] [Thread-20/INFO]: UUID of player HaoBi is c117047a-54d4-3c8a-9fcb-e12099f11fdb
- [12:50:50] [Server thread/INFO]: HaoBi[/127.0.0.1:57537] logged in with entity id 723 at ([world]-587.5, 80.0, 744.5)
- [12:50:51] [pool-10-thread-1/INFO]: 创建空的配置:E:\服务端\A02-1生存\plugins\Essentials\userdata\c117047a-54d4-3c8a-9fcb-e12099f11fdb.yml
- [12:51:00] [Server thread/INFO]: HaoBi lost connection: Disconnected
- [12:51:00] [Server thread/INFO]: HaoBi left the game.
- [12:53:03] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m60秒 [0;32;1m后清除![m
- [12:53:33] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m30秒 [0;32;1m后清除![m
- [12:53:53] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m10秒 [0;32;1m后清除![m
- [12:54:03] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m哎哟,这次清理了 [0;31;1m0个 [0;32;1m垃圾,我感觉自己萌萌哒~[m
- [12:55:26] [Thread-21/INFO]: UUID of player HaoBi is c117047a-54d4-3c8a-9fcb-e12099f11fdb
- [12:55:26] [Server thread/INFO]: HaoBi[/127.0.0.1:57713] logged in with entity id 809 at ([world]-579.5640441838813, 80.0, 751.4706541089422)
- [12:55:32] [Server thread/INFO]: HaoBi lost connection: Disconnected
- [12:55:32] [Server thread/INFO]: HaoBi left the game.
- [13:08:03] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m60秒 [0;32;1m后清除![m
- [13:08:33] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m30秒 [0;32;1m后清除![m
- [13:08:53] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m地上的掉落物将在 [0;33;1m10秒 [0;32;1m后清除![m
- [13:09:03] [Server thread/INFO]: [0;36;1m[服务器娘][0;32;1m哎哟,这次清理了 [0;31;1m0个 [0;32;1m垃圾,我感觉自己萌萌哒~[m
- [13:17:51] [Server thread/INFO]: Stopping the server
- [13:17:51] [Server thread/INFO]: Stopping server
- [13:17:51] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.1.12
- [13:17:51] [Server thread/INFO]: [NeverLag] Disabling NeverLag v1.3.0
- [13:17:51] [Server thread/INFO]: [SuperBan] Disabling SuperBan v2.0
- [13:17:51] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v3.6.5
- [13:17:51] [Server thread/INFO]: [Scavenger] Disabling Scavenger v1.6-23
- [13:17:51] [Server thread/INFO]: [Scavenger] Saved ignore list. (Count = 0)
- [13:17:51] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.0.1-b266
- [13:17:51] [Server thread/INFO]: [EssentialsAntiBuild] Disabling EssentialsAntiBuild v2.0.1-b266
- [13:17:51] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.0.1-b266
- [13:17:51] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect v2.0.1-b266
- [13:17:51] [Server thread/INFO]: [Residence] Disabling Residence v4.0.6.3
- [13:17:51] [Server thread/INFO]: [Residence] Disabled!
- [13:17:51] [Server thread/INFO]: [ChestCommands] Disabling ChestCommands v3.1.1
- [13:17:51] [Server thread/INFO]: [InfoBoardReborn] Disabling InfoBoardReborn v1.7.0
- [13:17:51] [Server thread/INFO]: [PlayerPoints] Disabling PlayerPoints v2.1.4
- [13:17:51] [Server thread/INFO]: [QuickShop] Disabling QuickShop v0.9.14
- [13:17:51] [Server thread/INFO]: [CleanChat] Disabling CleanChat v0.0.1
- [13:17:51] [Server thread/INFO]: [Essentials] Disabling Essentials v2.0.1-b266
- [13:17:51] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
- [13:17:51] [Server thread/INFO]: [Vault] Disabling Vault v1.5.6-b49
- [13:17:51] [Server thread/INFO]: [TreeAssist] Disabling TreeAssist v5.8.91
- [13:17:51] [Server thread/INFO]: [SQLibrary] Disabling SQLibrary v7.1
- [13:17:51] [Server thread/INFO]: SQLibrary stopped.
- [13:17:51] [Server thread/INFO]: [iConomy] Disabling iConomy v7.0.4
- [13:17:51] [Server thread/INFO]: [iConomy] Closing general data...
- [13:17:51] [Server thread/INFO]: [iConomy] Disabled. (0 ms)
- [13:17:51] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
- [13:17:51] [Server thread/INFO]: [AsyncKeepAlive] Disabling AsyncKeepAlive v1.1
- [13:17:51] [Server thread/INFO]: [DisableCommands] Disabling DisableCommands v1.5
- [13:17:51] [Server thread/INFO]: [DisableCommands] Disable Commands Disabled.
- [13:17:51] [Server thread/INFO]: [PlayerSQL] Disabling PlayerSQL v2.1.1
- [13:17:51] [Server thread/INFO]: Saving players
- [13:17:51] [Server thread/INFO]: Saving worlds
- [13:17:51] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
- [13:17:51] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
- [13:17:51] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End