L_Panda
PlayerPoints连接上数据库后,查询和设置点卷后台一直刷报错
  1. [05:46:12] [Server thread/ERROR]: null
  2. org.bukkit.command.CommandException: Unhandled exception executing command 'points' in plugin PlayerPoints v2.1.4
  3.         at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  4.         at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  5.         at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:640) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  6.         at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1165) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  7.         at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1000) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  8.         at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  9.         at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  10.         at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  11.         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_77]
  12.         at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_77]
  13.         at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  14.         at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:771) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  15.         at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  16.         at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:710) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  17.         at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:613) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  18.         at java.lang.Thread.run(Thread.java:745) [?:1.8.0_77]
  19. Caused by: java.lang.NullPointerException
  20.         at lib.PatPeter.SQLibrary.Database.prepare(Database.java:291) ~[?:?]
  21.         at org.black_ixx.playerpoints.storage.models.MySQLStorage.getPoints(MySQLStorage.java:83) ~[?:?]
  22.         at org.black_ixx.playerpoints.storage.StorageHandler.getPoints(StorageHandler.java:39) ~[?:?]
  23.         at org.black_ixx.playerpoints.PlayerPointsAPI.look(PlayerPointsAPI.java:102) ~[?:?]
  24.         at org.black_ixx.playerpoints.PlayerPointsAPI.set(PlayerPointsAPI.java:153) ~[?:?]
  25.         at org.black_ixx.playerpoints.commands.SetCommand.execute(SetCommand.java:54) ~[?:?]
  26.         at org.black_ixx.playerpoints.services.CommandHandler.onCommand(CommandHandler.java:130) ~[?:?]
  27.         at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  28.         ... 15 more
复制代码




http://www.mcbbs.net/thread-461244-1-1.html
[前置][使用数据库储存时需要下载]SQLibrary:  
SQLibrary-7.1.jar (85.57 KB, 下载次数: 1739)

L_Panda
逗比桃 发表于 2016-4-15 15:28
http://www.mcbbs.net/thread-461244-1-1.html

已经加入,版本1.8.8

逍遥尊
新手表示看不懂

SkyCatcher
这个是在输入命令的时候出现的报错吗,一般来说如果是数据库连接问题,会在开服的时候也有个报错,能不能找到那段复制下来

L_Panda
SkyCatcher 发表于 2016-4-16 23:34
这个是在输入命令的时候出现的报错吗,一般来说如果是数据库连接问题,会在开服的时候也有个报错,能不能找 ...

要复制拿段呢??这段就是输入指令后的报错

SkyCatcher
nuo13260 发表于 2016-4-17 02:12
要复制拿段呢??这段就是输入指令后的报错

现在插件连接数据库成功了没?贴一下开服的时候这个插件的提示信息,最好能把你配置表mysql那一段也截图下来看看

L_Panda
SkyCatcher 发表于 2016-4-17 14:47
现在插件连接数据库成功了没?贴一下开服的时候这个插件的提示信息,最好能把你配置表mysql那一段也截图 ...
  1. [10:23:40] [Server thread/INFO]: Starting minecraft server version 1.8.8
  2. [10:23:40] [Server thread/INFO]: Loading properties
  3. [10:23:40] [Server thread/INFO]: Default game type: SURVIVAL
  4. [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)
  5. [10:23:40] [Server thread/INFO]: Debug logging is disabled
  6. [10:23:40] [Server thread/INFO]: Using 4 threads for Netty based IO
  7. [10:23:40] [Server thread/INFO]: Server Ping Player Sample Count: 12
  8. [10:23:40] [Server thread/INFO]: Data value allowed items:
  9. [10:23:40] [Server thread/INFO]: Generating keypair
  10. [10:23:40] [Server thread/INFO]: Starting Minecraft server on *:11
  11. [10:23:40] [Server thread/INFO]: Using default channel type
  12. [10:23:41] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  13. [10:23:41] [Server thread/ERROR]: Could not load 'plugins\simpleorm[登陆前置].jar' in folder 'plugins'
  14. org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: Plugin already initialized!
  15.         at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  16.         at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  17.         at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  18.         at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:291) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  19.         at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  20.         at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  21.         at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
  22. Caused by: java.lang.IllegalArgumentException: Plugin already initialized!
  23.         at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:122) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  24.         at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:66) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  25.         at com.mengcraft.simpleorm.Main.<init>(Main.java:6) ~[?:?]
  26.         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_77]
  27.         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_77]
  28.         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_77]
  29.         at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_77]
  30.         at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_77]
  31.         at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  32.         at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  33.         ... 6 more
  34. Caused by: java.lang.IllegalStateException: Initial initialization
  35.         at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:125) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  36.         at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:66) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  37.         at com.mengcraft.playersql.PluginMain.<init>(PluginMain.java:17) ~[?:?]
  38.         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_77]
  39.         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_77]
  40.         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_77]
  41.         at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_77]
  42.         at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_77]
  43.         at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  44.         at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  45.         ... 6 more
  46. [10:23:41] [Server thread/ERROR]: Could not load 'plugins\account[登陆].jar' in folder 'plugins'
  47. org.bukkit.plugin.UnknownDependencyException: SimpleORM
  48.         at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  49.         at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:291) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  50.         at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  51.         at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  52.         at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
  53. [10:23:41] [Server thread/INFO]: [PlayerSQL] Loading PlayerSQL v2.1.1
  54. [10:23:41] [Server thread/INFO]: [DisableCommands] Loading DisableCommands v1.5
  55. [10:23:41] [Server thread/INFO]: [AsyncKeepAlive] Loading AsyncKeepAlive v1.1
  56. [10:23:41] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  57. [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*!
  58. [10:23:41] [Server thread/INFO]: [iConomy] Loading iConomy v7.0.4
  59. [10:23:41] [Server thread/INFO]: [SQLibrary] Loading SQLibrary v7.1
  60. [10:23:41] [Server thread/INFO]: [TreeAssist] Loading TreeAssist v5.8.91
  61. [10:23:41] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  62. [10:23:41] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b266
  63. [10:23:41] [Server thread/INFO]: [CleanChat] Loading CleanChat v0.0.1
  64. [10:23:41] [Server thread/INFO]: [QuickShop] Loading QuickShop v0.9.14
  65. [10:23:41] [Server thread/INFO]: [PlayerPoints] Loading PlayerPoints v2.1.4
  66. [10:23:41] [Server thread/INFO]: [InfoBoardReborn] Loading InfoBoardReborn v1.7.0
  67. [10:23:41] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.1
  68. [10:23:41] [Server thread/INFO]: [Residence] Loading Residence v4.0.6.3
  69. [10:23:41] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.0.1-b266
  70. [10:23:41] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.0.1-b266
  71. [10:23:41] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.0.1-b266
  72. [10:23:41] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.0.1-b266
  73. [10:23:41] [Server thread/INFO]: [Scavenger] Loading Scavenger v1.6-23
  74. [10:23:41] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.5
  75. [10:23:42] [Server thread/INFO]: [SuperBan] Loading SuperBan v2.0
  76. [10:23:42] [Server thread/INFO]: [NeverLag] Loading NeverLag v1.3.0
  77. [10:23:42] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.12
  78. [10:23:42] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  79. [10:23:42] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  80. [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.
  81. [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!
  82. [10:23:42] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
  83. [10:23:42] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
  84. [10:23:42] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  85. [10:23:42] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  86. [10:23:42] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  87. [10:23:42] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  88. [10:23:42] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.5
  89. [10:23:42] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  90. [10:23:42] [Server thread/INFO]: [SuperBan] Enabling SuperBan v2.0
  91. [10:23:42] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  92. [10:23:42] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  93. [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.
  94. [10:23:42] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  95. [10:23:42] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  96. [10:23:42] [Server thread/INFO]: Preparing level "world"
  97. [10:23:43] [Server thread/INFO]: -------- World Settings For [world] --------
  98. [10:23:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
  99. [10:23:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  100. [10:23:43] [Server thread/INFO]: Item Merge Radius: 2.5
  101. [10:23:43] [Server thread/INFO]: Item Despawn Rate: 6000
  102. [10:23:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  103. [10:23:43] [Server thread/INFO]: Structure Info Saving: true
  104. [10:23:43] [Server thread/INFO]: Mob Spawn Range: 4
  105. [10:23:43] [Server thread/INFO]: Anti X-Ray: true
  106. [10:23:43] [Server thread/INFO]:         Engine Mode: 1
  107. [10:23:43] [Server thread/INFO]:         Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  108. [10:23:43] [Server thread/INFO]:         Replace Blocks: [1, 5]
  109. [10:23:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  110. [10:23:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  111. [10:23:43] [Server thread/INFO]: Random Lighting Updates: false
  112. [10:23:43] [Server thread/INFO]: Sending up to 10 chunks per packet
  113. [10:23:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
  114. [10:23:43] [Server thread/INFO]: Cane Growth Modifier: 100%
  115. [10:23:43] [Server thread/INFO]: Melon Growth Modifier: 100%
  116. [10:23:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  117. [10:23:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  118. [10:23:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
  119. [10:23:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
  120. [10:23:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  121. [10:23:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  122. [10:23:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  123. [10:23:43] [Server thread/INFO]: Max TNT Explosions: 100
  124. [10:23:43] [Server thread/INFO]: Chunks to Grow per Tick: 650
  125. [10:23:43] [Server thread/INFO]: Clear tick list: false
  126. [10:23:43] [Server thread/INFO]: Experience Merge Radius: 3.0
  127. [10:23:43] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
  128. [10:23:43] [Server thread/INFO]: Max Entity Collisions: 8
  129. [10:23:43] [Server thread/INFO]: View Distance: 10
  130. [10:23:43] [Server thread/INFO]: -------- World Settings For [world] --------
  131. [10:23:43] [Server thread/INFO]: Allow undead horse types to be leashed: false
  132. [10:23:43] [Server thread/INFO]: Fix TNT cannons: false
  133. [10:23:43] [Server thread/INFO]: Water over lava flow speed: 5
  134. [10:23:43] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  135. [10:23:43] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
  136. [10:23:43] [Server thread/INFO]: World async lighting: false
  137. [10:23:43] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
  138. [10:23:43] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  139. [10:23:43] [Server thread/INFO]: Keep spawn chunk loaded: true
  140. [10:23:43] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  141. [10:23:43] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  142. [10:23:43] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  143. [10:23:43] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  144. [10:23:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
  145. [10:23:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  146. [10:23:43] [Server thread/INFO]: Item Merge Radius: 2.5
  147. [10:23:43] [Server thread/INFO]: Item Despawn Rate: 6000
  148. [10:23:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  149. [10:23:43] [Server thread/INFO]: Structure Info Saving: true
  150. [10:23:43] [Server thread/INFO]: Mob Spawn Range: 4
  151. [10:23:43] [Server thread/INFO]: Anti X-Ray: true
  152. [10:23:43] [Server thread/INFO]:         Engine Mode: 1
  153. [10:23:43] [Server thread/INFO]:         Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  154. [10:23:43] [Server thread/INFO]:         Replace Blocks: [1, 5]
  155. [10:23:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  156. [10:23:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  157. [10:23:43] [Server thread/INFO]: Random Lighting Updates: false
  158. [10:23:43] [Server thread/INFO]: Sending up to 10 chunks per packet
  159. [10:23:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
  160. [10:23:43] [Server thread/INFO]: Cane Growth Modifier: 100%
  161. [10:23:43] [Server thread/INFO]: Melon Growth Modifier: 100%
  162. [10:23:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  163. [10:23:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  164. [10:23:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
  165. [10:23:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
  166. [10:23:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  167. [10:23:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  168. [10:23:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  169. [10:23:43] [Server thread/INFO]: Max TNT Explosions: 100
  170. [10:23:43] [Server thread/INFO]: Chunks to Grow per Tick: 650
  171. [10:23:43] [Server thread/INFO]: Clear tick list: false
  172. [10:23:43] [Server thread/INFO]: Experience Merge Radius: 3.0
  173. [10:23:43] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
  174. [10:23:43] [Server thread/INFO]: Max Entity Collisions: 8
  175. [10:23:43] [Server thread/INFO]: View Distance: 10
  176. [10:23:43] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  177. [10:23:43] [Server thread/INFO]: Allow undead horse types to be leashed: false
  178. [10:23:43] [Server thread/INFO]: Fix TNT cannons: false
  179. [10:23:43] [Server thread/INFO]: Water over lava flow speed: 5
  180. [10:23:43] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  181. [10:23:43] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
  182. [10:23:43] [Server thread/INFO]: World async lighting: false
  183. [10:23:43] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
  184. [10:23:43] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  185. [10:23:43] [Server thread/INFO]: Keep spawn chunk loaded: true
  186. [10:23:43] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  187. [10:23:43] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  188. [10:23:43] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  189. [10:23:43] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  190. [10:23:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
  191. [10:23:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  192. [10:23:43] [Server thread/INFO]: Item Merge Radius: 2.5
  193. [10:23:43] [Server thread/INFO]: Item Despawn Rate: 6000
  194. [10:23:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  195. [10:23:43] [Server thread/INFO]: Structure Info Saving: true
  196. [10:23:43] [Server thread/INFO]: Mob Spawn Range: 4
  197. [10:23:43] [Server thread/INFO]: Anti X-Ray: true
  198. [10:23:43] [Server thread/INFO]:         Engine Mode: 1
  199. [10:23:43] [Server thread/INFO]:         Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  200. [10:23:43] [Server thread/INFO]:         Replace Blocks: [1, 5]
  201. [10:23:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  202. [10:23:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  203. [10:23:43] [Server thread/INFO]: Random Lighting Updates: false
  204. [10:23:43] [Server thread/INFO]: Sending up to 10 chunks per packet
  205. [10:23:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
  206. [10:23:43] [Server thread/INFO]: Cane Growth Modifier: 100%
  207. [10:23:43] [Server thread/INFO]: Melon Growth Modifier: 100%
  208. [10:23:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  209. [10:23:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  210. [10:23:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
  211. [10:23:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
  212. [10:23:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  213. [10:23:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  214. [10:23:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  215. [10:23:43] [Server thread/INFO]: Max TNT Explosions: 100
  216. [10:23:43] [Server thread/INFO]: Chunks to Grow per Tick: 650
  217. [10:23:43] [Server thread/INFO]: Clear tick list: false
  218. [10:23:43] [Server thread/INFO]: Experience Merge Radius: 3.0
  219. [10:23:43] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
  220. [10:23:43] [Server thread/INFO]: Max Entity Collisions: 8
  221. [10:23:43] [Server thread/INFO]: View Distance: 10
  222. [10:23:43] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  223. [10:23:43] [Server thread/INFO]: Allow undead horse types to be leashed: false
  224. [10:23:43] [Server thread/INFO]: Fix TNT cannons: false
  225. [10:23:43] [Server thread/INFO]: Water over lava flow speed: 5
  226. [10:23:43] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  227. [10:23:43] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 32 Hard: 128
  228. [10:23:43] [Server thread/INFO]: World async lighting: false
  229. [10:23:43] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
  230. [10:23:43] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  231. [10:23:43] [Server thread/INFO]: Keep spawn chunk loaded: true
  232. [10:23:43] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  233. [10:23:43] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  234. [10:23:43] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  235. [10:23:43] [Server thread/INFO]: Preparing start region for level 0 (Seed: 5047096347997830518)
  236. [10:23:44] [Server thread/INFO]: Preparing spawn area: 11%
  237. [10:23:45] [Server thread/INFO]: Preparing start region for level 1 (Seed: 5047096347997830518)
  238. [10:23:46] [Server thread/INFO]: Preparing spawn area: 61%
  239. [10:23:46] [Server thread/INFO]: Preparing start region for level 2 (Seed: 5047096347997830518)
  240. [10:23:47] [Server thread/INFO]: [PlayerSQL] Enabling PlayerSQL v2.1.1
  241. [10:23:47] [Server thread/INFO]: [PlayerSQL] Server version: v1_8_R3.
  242. [10:23:47] [Server thread/INFO]: [PlayerSQL] Build-in util work well!
  243. [10:23:47] [Server thread/ERROR]: ebean.properties not found
  244. [10:23:47] [Server thread/INFO]: Unable to check jar file PaperSpigot.jar for ebean-orm.xml
  245. [10:23:47] [Server thread/INFO]: Unable to check jar file PaperSpigot.jar for ebean-orm.xml
  246. [10:23:47] [Server thread/INFO]: DataSourcePool [PlayerSQL] autoCommit[false] transIsolation[READ_COMMITTED] min[1] max[8]
  247. [10:23:48] [Server thread/INFO]: DatabasePlatform name:PlayerSQL platform:mysql
  248. [10:23:48] [Server thread/INFO]: SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
  249. [10:23:48] [Server thread/INFO]: Entities enhanced[0] subclassed[1]
  250. [10:23:48] [Server thread/INFO]: [PlayerSQL] Tables already exists!
  251. [10:23:48] [Server thread/INFO]: [DisableCommands] Enabling DisableCommands v1.5
  252. [10:23:48] [Server thread/INFO]: [DisableCommands] Disable Commands version 1.5 has been enabled.
  253. [10:23:48] [Server thread/INFO]: [DisableCommands] Developed by: [lst96, Mindfulhacker]
  254. [10:23:48] [Server thread/WARN]: [DisableCommands] Default system encoding may have misread config.yml from plugin jar
  255. [10:23:48] [Server thread/ERROR]: [DisableCommands] Cannot load configuration from jar
  256. org.bukkit.configuration.InvalidConfigurationException: mapping values are not allowed here
  257. in 'string', line 2, column 9:
  258.     Messages:
  259.             ^

  260.         at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  261.         at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:214) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  262.         at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:162) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  263.         at net.mindfulhacker.disablecommands.DisableCommands.onEnable(DisableCommands.java:34) [DisableCommands%5B指令禁止%5D.jar:?]
  264.         at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  265.         at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  266.         at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  267.         at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:356) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  268.         at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:316) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  269.         at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  270.         at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  271.         at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  272.         at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  273.         at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560) [PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  274.         at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
  275. Caused by: org.yaml.snakeyaml.scanner.ScannerException: mapping values are not allowed here
  276. in 'string', line 2, column 9:
  277.     Messages:
  278.             ^

  279.         at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:871) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  280.         at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  281.         at org.yaml.snakeyaml.scanner.ScannerImpl.peekToken(ScannerImpl.java:249) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  282.         at org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentEnd.produce(ParserImpl.java:253) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  283.         at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  284.         at org.yaml.snakeyaml.parser.ParserImpl.getEvent(ParserImpl.java:168) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  285.         at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:124) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  286.         at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  287.         at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  288.         at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  289.         at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  290.         at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[PaperSpigot.jar:git-PaperSpigot-f6fba00-9935adc]
  291.         ... 14 more
  292. [10:23:48] [Server thread/INFO]: [AsyncKeepAlive] Enabling AsyncKeepAlive v1.1
  293. [10:23:48] [Server thread/INFO]: AsyncKeepAlive has been enbale.
  294. [10:23:48] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  295. [10:23:48] [Server thread/INFO]: [PermissionsEx] Initializing sql backend
  296. [10:23:50] [Server thread/INFO]: [PermissionsEx] Successfully connected to SQL database
  297. [10:23:51] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  298. [10:23:51] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  299. [10:23:51] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0.4
  300. [10:23:51] [Server thread/INFO]: [iConomy - April Fools] Enabled (21 ms)
  301. [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!
  302. [10:23:51] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
  303. [10:23:51] [Server thread/INFO]: [SQLibrary] Enabling SQLibrary v7.1
  304. [10:23:51] [Server thread/INFO]: SQLibrary loaded.
  305. [10:23:51] [Server thread/INFO]: [TreeAssist] Enabling TreeAssist v5.8.91
  306. [10:23:51] [Thread-12/INFO]: [iConomy - April Fools] Purged accounts with default balance.
  307. [10:23:51] [Server thread/INFO]: [TreeAssist] debugging: off
  308. [10:23:51] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b266
  309. [10:23:51] [Server thread/INFO]: Using locale zh
  310. [10:23:51] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as spawner provider.
  311. [10:23:51] [Server thread/INFO]: Using locale zh
  312. [10:23:51] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global PluginMetrics config.
  313. [10:23:51] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  314. [10:23:51] [Server thread/INFO]: [Essentials] Payment method found (iConomy version: 6)
  315. [10:23:51] [Server thread/INFO]: [CleanChat] Enabling CleanChat v0.0.1
  316. [10:23:51] [Server thread/INFO]: [CleanChat] 无法找到BarAPI, 已禁用BarAPI属性
  317. [10:23:51] [Server thread/INFO]: [CleanChat] 成功挂钩Vault!
  318. [10:23:51] [Server thread/WARN]: [CleanChat] Default system encoding may have misread config.yml from plugin jar
  319. [10:23:51] [Server thread/INFO]: [QuickShop] Enabling QuickShop v0.9.14
  320. [10:23:51] [Server thread/INFO]: [QuickShop] Limit cfg found...
  321. [10:23:51] [Server thread/INFO]: [QuickShop] Limits.use: false
  322. [10:23:51] [Server thread/INFO]: [QuickShop] {quickshop=0, quickshop.vip=20}
  323. [10:23:52] [Server thread/INFO]: [QuickShop] Loading shops from database...
  324. [10:23:52] [Server thread/INFO]: [QuickShop] Loaded 0 shops.
  325. [10:23:52] [Server thread/INFO]: Cleaning purchase messages from database that are over a week old...
  326. [10:23:53] [Server thread/INFO]: [QuickShop] Registering Listeners
  327. [10:23:53] [Server thread/INFO]: [QuickShop] QuickShop loaded!
  328. [10:23:53] [Server thread/INFO]: [PlayerPoints] Enabling PlayerPoints v2.1.4
  329. [10:23:53] [Server thread/INFO]: [InfoBoardReborn] Enabling InfoBoardReborn v1.7.0
  330. [10:23:53] [Server thread/INFO]: Metrics was started!
  331. [10:23:53] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.1
  332. [10:23:53] [Server thread/INFO]: [ChestCommands] Hooked PlayerPoints
  333. [10:23:53] [Server thread/INFO]: [Residence] Enabling Residence v4.0.6.3
  334. [10:23:53] [Server thread/INFO]: [Residence] Found Vault using permissions plugin:PermissionsEx
  335. [10:23:54] [Server thread/INFO]: [Residence] Your locale file for Czech is incorect! Use http://yaml-online-parser.appspot.com/ to find issue.
  336. [10:23:54] [Server thread/INFO]: [Residence] Your locale file for Chinese is incorect! Use http://yaml-online-parser.appspot.com/ to find issue.
  337. [10:23:54] [Server thread/INFO]: [Residence] Your locale file for ChineseTW is incorect! Use http://yaml-online-parser.appspot.com/ to find issue.
  338. [10:23:54] [Server thread/INFO]: [Residence] Scanning for economy systems...
  339. [10:23:54] [Server thread/INFO]: [Residence] Found Vault using economy system: iConomy 7
  340. [10:23:54] [Server thread/INFO]: [Residence] Loading save data for world world...
  341. [10:23:54] [Server thread/INFO]: [Residence] Loaded world data. (23 ms)
  342. [10:23:54] [Server thread/INFO]: [Residence] Loading save data for world world_nether...
  343. [10:23:54] [Server thread/INFO]: [Residence] Loaded world_nether data. (4 ms)
  344. [10:23:54] [Server thread/INFO]: [Residence] Loading save data for world world_the_end...
  345. [10:23:54] [Server thread/INFO]: [Residence] Loaded world_the_end data. (0 ms)
  346. [10:23:54] [Server thread/INFO]: [Residence] Loading world data into memory...
  347. [10:23:54] [Server thread/INFO]: [Residence] Loaded world data into memory. (9 ms)
  348. [10:23:54] [Server thread/INFO]: [Residence] Loading world_nether data into memory...
  349. [10:23:54] [Server thread/INFO]: [Residence] Loaded world_nether data into memory. (0 ms)
  350. [10:23:54] [Server thread/INFO]: [Residence] Loading world_the_end data into memory...
  351. [10:23:54] [Server thread/INFO]: [Residence] Loaded world_the_end data into memory. (0 ms)
  352. [10:23:54] [Server thread/INFO]: [Residence] WorldEdit NOT found!
  353. [10:23:54] [Server thread/INFO]: [Residence] Enabled! Version 4.0.6.3 by bekvon
  354. [10:23:54] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.0.1-b266
  355. [10:23:54] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.0.1-b266
  356. [10:23:54] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.0.1-b266
  357. [10:23:54] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.0.1-b266
  358. [10:23:54] [Server thread/INFO]: [Scavenger] Enabling Scavenger v1.6-23
  359. [10:23:54] [Server thread/INFO]: [Scavenger] Configuration loaded.
  360. [10:23:54] [Server thread/INFO]: [Scavenger] Economy disabled. Item recovery will be free.
  361. [10:23:54] [Server thread/INFO]: [Scavenger] Loaded ignore list. (Count = 0)
  362. [10:23:54] [Server thread/INFO]: [Scavenger] Offline-mode is set to false, no Authenticator Hook
  363. [10:23:54] [Server thread/INFO]: [NeverLag] Enabling NeverLag v1.3.0
  364. [10:23:54] [Server thread/WARN]: [NeverLag] Default system encoding may have misread config.yml from plugin jar
  365. [10:23:54] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.12
  366. [10:23:55] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
  367. [10:23:55] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  368. [10:23:55] [Server thread/INFO]: Done (12.356s)! For help, type "help" or "?"
  369. [10:23:55] [Craft Scheduler Thread - 14/INFO]: [Vault] Checking for Updates ...
  370. [10:24:00] [Thread-15/WARN]: [HolographicDisplays] Could not contact BukkitDev to check for updates.
  371. [10:24:03] [Craft Scheduler Thread - 14/INFO]: [Vault] There was an issue attempting to check for the latest version.
  372. [10:24:03] [Craft Scheduler Thread - 14/INFO]: [Vault] No new version available
  373. [10:24:05] [Thread-13/WARN]: [ChestCommands] Could not contact BukkitDev to check for updates.
  374. [10:37:55] [Server thread/INFO]: [服务器娘]地上的掉落物将在 60秒 后清除!
  375. [10:38:25] [Server thread/INFO]: [服务器娘]地上的掉落物将在 30秒 后清除!
  376. [10:38:45] [Server thread/INFO]: [服务器娘]地上的掉落物将在 10秒 后清除!
  377. [10:38:55] [Server thread/INFO]: [服务器娘]哎哟,这次清理了 0个 垃圾,我感觉自己萌萌哒~
  378. [10:43:13] [Thread-16/INFO]: UUID of player HanDsome_CarTon is 0f61595b-f267-3321-9b02-e3c009a3636c
  379. [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)
  380. [10:43:17] [pool-10-thread-1/INFO]: 创建空的配置:E:\服务端\A02-1生存\plugins\Essentials\userdata\0f61595b-f267-3321-9b02-e3c009a3636c.yml
  381. [10:43:20] [EbeanBackgroundThread/INFO]: DataSourcePool [PlayerSQL] grow; id[PlayerSQL.1] busy[2] max[8]
  382. [10:43:32] [Server thread/INFO]: HanDsome_CarTon has just earned the achievement [Taking Inventory]
  383. [10:44:02] [Server thread/INFO]: HanDsome_CarTon lost connection: Disconnected
  384. [10:44:02] [Server thread/INFO]: HanDsome_CarTon left the game.
  385. [10:52:55] [Server thread/INFO]: [服务器娘]地上的掉落物将在 60秒 后清除!
  386. [10:53:25] [Server thread/INFO]: [服务器娘]地上的掉落物将在 30秒 后清除!
  387. [10:53:45] [Server thread/INFO]: [服务器娘]地上的掉落物将在 10秒 后清除!
  388. [10:53:55] [Server thread/INFO]: [服务器娘]哎哟,这次清理了 0个 垃圾,我感觉自己萌萌哒~
  389. [11:07:55] [Server thread/INFO]: [服务器娘]地上的掉落物将在 60秒 后清除!
  390. [11:08:25] [Server thread/INFO]: [服务器娘]地上的掉落物将在 30秒 后清除!
  391. [11:08:45] [Server thread/INFO]: [服务器娘]地上的掉落物将在 10秒 后清除!
  392. [11:08:55] [Server thread/INFO]: [服务器娘]哎哟,这次清理了 0个 垃圾,我感觉自己萌萌哒~
  393. [11:22:57] [Server thread/INFO]: [服务器娘]地上的掉落物将在 60秒 后清除!
  394. [11:23:27] [Server thread/INFO]: [服务器娘]地上的掉落物将在 30秒 后清除!
  395. [11:23:47] [Server thread/INFO]: [服务器娘]地上的掉落物将在 10秒 后清除!
  396. [11:23:57] [Server thread/INFO]: [服务器娘]哎哟,这次清理了 0个 垃圾,我感觉自己萌萌哒~
  397. [11:35:49] [Thread-17/INFO]: UUID of player Forever_Xs is 769b2103-97f8-3d0f-9360-67aac761af5a
  398. [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)
  399. [11:35:50] [pool-10-thread-1/INFO]: 创建空的配置:E:\服务端\A02-1生存\plugins\Essentials\userdata\769b2103-97f8-3d0f-9360-67aac761af5a.yml
  400. [11:36:01] [Server thread/INFO]: Forever_Xs lost connection: Internal Exception: java.io.IOException: 你的主机中的软件中止了一个已建立的连接。
  401. [11:36:01] [Server thread/INFO]: Forever_Xs left the game.
  402. [11:37:57] [Server thread/INFO]: [服务器娘]地上的掉落物将在 60秒 后清除!
  403. [11:38:27] [Server thread/INFO]: [服务器娘]地上的掉落物将在 30秒 后清除!
  404. [11:38:47] [Server thread/INFO]: [服务器娘]地上的掉落物将在 10秒 后清除!
  405. [11:38:57] [Server thread/INFO]: [服务器娘]哎哟,这次清理了 0个 垃圾,我感觉自己萌萌哒~
  406. [11:52:58] [Server thread/INFO]: [服务器娘]地上的掉落物将在 60秒 后清除!
  407. [11:53:28] [Server thread/INFO]: [服务器娘]地上的掉落物将在 30秒 后清除!
  408. [11:53:48] [Server thread/INFO]: [服务器娘]地上的掉落物将在 10秒 后清除!
  409. [11:53:58] [Server thread/INFO]: [服务器娘]哎哟,这次清理了 0个 垃圾,我感觉自己萌萌哒~
  410. [12:07:58] [Server thread/INFO]: [服务器娘]地上的掉落物将在 60秒 后清除!
  411. [12:08:28] [Server thread/INFO]: [服务器娘]地上的掉落物将在 30秒 后清除!
  412. [12:08:48] [Server thread/INFO]: [服务器娘]地上的掉落物将在 10秒 后清除!
  413. [12:08:58] [Server thread/INFO]: [服务器娘]哎哟,这次清理了 0个 垃圾,我感觉自己萌萌哒~
  414. [12:22:59] [Server thread/INFO]: [服务器娘]地上的掉落物将在 60秒 后清除!
  415. [12:23:29] [Server thread/INFO]: [服务器娘]地上的掉落物将在 30秒 后清除!
  416. [12:23:49] [Server thread/INFO]: [服务器娘]地上的掉落物将在 10秒 后清除!
  417. [12:23:59] [Server thread/INFO]: [服务器娘]哎哟,这次清理了 0个 垃圾,我感觉自己萌萌哒~
  418. [12:35:06] [Thread-18/INFO]: UUID of player NBAluan is b2090631-947a-341f-81e2-3f974b2d18eb
  419. [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)
  420. [12:35:06] [pool-10-thread-1/INFO]: 创建空的配置:E:\服务端\A02-1生存\plugins\Essentials\userdata\b2090631-947a-341f-81e2-3f974b2d18eb.yml
  421. [12:35:16] [Server thread/INFO]: NBAluan has just earned the achievement [Taking Inventory]
  422. [12:35:18] [Server thread/INFO]: NBAluan issued server command: /spawn
  423. [12:35:29] [Server thread/INFO]: <NBAluan> 色
  424. [12:35:40] [Server thread/INFO]: NBAluan issued server command: /kit
  425. [12:35:43] [Server thread/INFO]: NBAluan issued server command: /kit tools
  426. [12:35:49] [Server thread/INFO]: NBAluan lost connection: Disconnected
  427. [12:35:49] [Server thread/INFO]: NBAluan left the game.
  428. [12:38:01] [Server thread/INFO]: [服务器娘]地上的掉落物将在 60秒 后清除!
  429. [12:38:28] [Thread-19/INFO]: UUID of player NBAluan is b2090631-947a-341f-81e2-3f974b2d18eb
  430. [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)
  431. [12:38:32] [Server thread/INFO]: NBAluan issued server command: /warp
  432. [12:38:32] [Server thread/INFO]: [服务器娘]地上的掉落物将在 30秒 后清除!
  433. [12:38:39] [Server thread/INFO]: NBAluan lost connection: Disconnected
  434. [12:38:39] [Server thread/INFO]: NBAluan left the game.
  435. [12:38:52] [Server thread/INFO]: [服务器娘]地上的掉落物将在 10秒 后清除!
  436. [12:39:02] [Server thread/INFO]: [服务器娘]哎哟,这次清理了 4个 垃圾,我感觉自己萌萌哒~
  437. [12:50:48] [Thread-20/INFO]: UUID of player HaoBi is c117047a-54d4-3c8a-9fcb-e12099f11fdb
  438. [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)
  439. [12:50:51] [pool-10-thread-1/INFO]: 创建空的配置:E:\服务端\A02-1生存\plugins\Essentials\userdata\c117047a-54d4-3c8a-9fcb-e12099f11fdb.yml
  440. [12:51:00] [Server thread/INFO]: HaoBi lost connection: Disconnected
  441. [12:51:00] [Server thread/INFO]: HaoBi left the game.
  442. [12:53:03] [Server thread/INFO]: [服务器娘]地上的掉落物将在 60秒 后清除!
  443. [12:53:33] [Server thread/INFO]: [服务器娘]地上的掉落物将在 30秒 后清除!
  444. [12:53:53] [Server thread/INFO]: [服务器娘]地上的掉落物将在 10秒 后清除!
  445. [12:54:03] [Server thread/INFO]: [服务器娘]哎哟,这次清理了 0个 垃圾,我感觉自己萌萌哒~
  446. [12:55:26] [Thread-21/INFO]: UUID of player HaoBi is c117047a-54d4-3c8a-9fcb-e12099f11fdb
  447. [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)
  448. [12:55:32] [Server thread/INFO]: HaoBi lost connection: Disconnected
  449. [12:55:32] [Server thread/INFO]: HaoBi left the game.
  450. [13:08:03] [Server thread/INFO]: [服务器娘]地上的掉落物将在 60秒 后清除!
  451. [13:08:33] [Server thread/INFO]: [服务器娘]地上的掉落物将在 30秒 后清除!
  452. [13:08:53] [Server thread/INFO]: [服务器娘]地上的掉落物将在 10秒 后清除!
  453. [13:09:03] [Server thread/INFO]: [服务器娘]哎哟,这次清理了 0个 垃圾,我感觉自己萌萌哒~
  454. [13:17:51] [Server thread/INFO]: Stopping the server
  455. [13:17:51] [Server thread/INFO]: Stopping server
  456. [13:17:51] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.1.12
  457. [13:17:51] [Server thread/INFO]: [NeverLag] Disabling NeverLag v1.3.0
  458. [13:17:51] [Server thread/INFO]: [SuperBan] Disabling SuperBan v2.0
  459. [13:17:51] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v3.6.5
  460. [13:17:51] [Server thread/INFO]: [Scavenger] Disabling Scavenger v1.6-23
  461. [13:17:51] [Server thread/INFO]: [Scavenger] Saved ignore list. (Count = 0)
  462. [13:17:51] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.0.1-b266
  463. [13:17:51] [Server thread/INFO]: [EssentialsAntiBuild] Disabling EssentialsAntiBuild v2.0.1-b266
  464. [13:17:51] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.0.1-b266
  465. [13:17:51] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect v2.0.1-b266
  466. [13:17:51] [Server thread/INFO]: [Residence] Disabling Residence v4.0.6.3
  467. [13:17:51] [Server thread/INFO]: [Residence] Disabled!
  468. [13:17:51] [Server thread/INFO]: [ChestCommands] Disabling ChestCommands v3.1.1
  469. [13:17:51] [Server thread/INFO]: [InfoBoardReborn] Disabling InfoBoardReborn v1.7.0
  470. [13:17:51] [Server thread/INFO]: [PlayerPoints] Disabling PlayerPoints v2.1.4
  471. [13:17:51] [Server thread/INFO]: [QuickShop] Disabling QuickShop v0.9.14
  472. [13:17:51] [Server thread/INFO]: [CleanChat] Disabling CleanChat v0.0.1
  473. [13:17:51] [Server thread/INFO]: [Essentials] Disabling Essentials v2.0.1-b266
  474. [13:17:51] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
  475. [13:17:51] [Server thread/INFO]: [Vault] Disabling Vault v1.5.6-b49
  476. [13:17:51] [Server thread/INFO]: [TreeAssist] Disabling TreeAssist v5.8.91
  477. [13:17:51] [Server thread/INFO]: [SQLibrary] Disabling SQLibrary v7.1
  478. [13:17:51] [Server thread/INFO]: SQLibrary stopped.
  479. [13:17:51] [Server thread/INFO]: [iConomy] Disabling iConomy v7.0.4
  480. [13:17:51] [Server thread/INFO]: [iConomy] Closing general data...
  481. [13:17:51] [Server thread/INFO]: [iConomy] Disabled. (0 ms)
  482. [13:17:51] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
  483. [13:17:51] [Server thread/INFO]: [AsyncKeepAlive] Disabling AsyncKeepAlive v1.1
  484. [13:17:51] [Server thread/INFO]: [DisableCommands] Disabling DisableCommands v1.5
  485. [13:17:51] [Server thread/INFO]: [DisableCommands] Disable Commands Disabled.
  486. [13:17:51] [Server thread/INFO]: [PlayerSQL] Disabling PlayerSQL v2.1.1
  487. [13:17:51] [Server thread/INFO]: Saving players
  488. [13:17:51] [Server thread/INFO]: Saving worlds
  489. [13:17:51] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  490. [13:17:51] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
  491. [13:17:51] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
复制代码