Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.00 KB | None | 0 0
  1. [20:59:43] [Server thread/INFO]: Starting minecraft server version 1.8.8
  2. [20:59:43] [Server thread/INFO]: Loading properties
  3. [20:59:43] [Server thread/INFO]: Default game type: SURVIVAL
  4. [20:59:43] [Server thread/INFO]: This server is running CraftBukkit version git-PaperSpigot-"4c7641d" (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
  5. [20:59:43] [Server thread/INFO]: Debug logging is disabled
  6. [20:59:43] [Server thread/INFO]: Spigot Timings: true - Verbose: true - Interval: 5m - Length: 60m
  7. [20:59:43] [Server thread/INFO]: Server Ping Player Sample Count: 12
  8. [20:59:43] [Server thread/INFO]: Using 4 threads for Netty based IO
  9. [20:59:43] [Server thread/INFO]: Data value allowed items:
  10. [20:59:43] [Server thread/INFO]: Generating keypair
  11. [20:59:44] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25525
  12. [20:59:44] [Server thread/INFO]: Using epoll channel type
  13. [20:59:44] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  14. [20:59:44] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.0.108
  15. [20:59:44] [Server thread/INFO]: [FateHubCore] Loading FateHubCore v2.0.11
  16. [20:59:44] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.0.108
  17. [20:59:44] [Server thread/INFO]:   __ 
  18. [20:59:44] [Server thread/INFO]:  | |__) LuckPerms v5.0.108
  19. [20:59:44] [Server thread/INFO]:  |___ | Running on Bukkit - CraftBukkit
  20. [20:59:44] [Server thread/INFO]: 
  21. [20:59:44] [Server thread/INFO]: [LuckPerms] Loading configuration...
  22. [20:59:44] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MYSQL]
  23. [20:59:44] [Server thread/WARN]: SLF4J: The requested version 1.5.6 by your slf4j binding is not compatible with [1.6, 1.7]
  24. [20:59:44] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#version_mismatch for further details.
  25. [20:59:44] [Server thread/ERROR]: Error occurred while enabling LuckPerms v5.0.108 (Is it up to date?)
  26. java.lang.NoSuchMethodError: org.slf4j.helpers.MessageFormatter.format(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String;
  27. at org.slf4j.impl.Log4jLoggerAdapter.debug(Log4jLoggerAdapter.java:223) ~[?:?]
  28. at me.lucko.luckperms.lib.hikari.HikariConfig.logConfiguration(HikariConfig.java:1020) ~[?:?]
  29. at me.lucko.luckperms.lib.hikari.HikariConfig.validate(HikariConfig.java:964) ~[?:?]
  30. at me.lucko.luckperms.lib.hikari.HikariDataSource.<init>(HikariDataSource.java:77) ~[?:?]
  31. at me.lucko.luckperms.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory.init(HikariConnectionFactory.java:91) ~[?:?]
  32. at me.lucko.luckperms.common.storage.implementation.sql.SqlStorage.init(SqlStorage.java:151) ~[?:?]
  33. at me.lucko.luckperms.common.storage.Storage.init(Storage.java:114) ~[?:?]
  34. at me.lucko.luckperms.common.storage.StorageFactory.getInstance(StorageFactory.java:88) ~[?:?]
  35. at me.lucko.luckperms.common.plugin.AbstractLuckPermsPlugin.enable(AbstractLuckPermsPlugin.java:145) ~[?:?]
  36. at me.lucko.luckperms.bukkit.LPBukkitBootstrap.onEnable(LPBukkitBootstrap.java:158) ~[?:?]
  37. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[server.jar:git-PaperSpigot-"4c7641d"]
  38. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [server.jar:git-PaperSpigot-"4c7641d"]
  39. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [server.jar:git-PaperSpigot-"4c7641d"]
  40. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [server.jar:git-PaperSpigot-"4c7641d"]
  41. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318) [server.jar:git-PaperSpigot-"4c7641d"]
  42. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203) [server.jar:git-PaperSpigot-"4c7641d"]
  43. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [server.jar:git-PaperSpigot-"4c7641d"]
  44. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
  45. [20:59:44] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.0.108
  46. [20:59:44] [Server thread/INFO]: [LuckPerms] Starting shutdown process...
  47. [20:59:44] [Server thread/ERROR]: Error occurred while disabling LuckPerms v5.0.108 (Is it up to date?)
  48. java.lang.NullPointerException
  49. at me.lucko.luckperms.common.plugin.AbstractLuckPermsPlugin.disable(AbstractLuckPermsPlugin.java:216) ~[?:?]
  50. at me.lucko.luckperms.bukkit.LPBukkitBootstrap.onDisable(LPBukkitBootstrap.java:174) ~[?:?]
  51. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[server.jar:git-PaperSpigot-"4c7641d"]
  52. at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:360) [server.jar:git-PaperSpigot-"4c7641d"]
  53. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336) [server.jar:git-PaperSpigot-"4c7641d"]
  54. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [server.jar:git-PaperSpigot-"4c7641d"]
  55. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [server.jar:git-PaperSpigot-"4c7641d"]
  56. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318) [server.jar:git-PaperSpigot-"4c7641d"]
  57. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203) [server.jar:git-PaperSpigot-"4c7641d"]
  58. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [server.jar:git-PaperSpigot-"4c7641d"]
  59. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
  60. [20:59:44] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  61. [20:59:44] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  62. [20:59:44] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
  63. [20:59:44] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
  64. [20:59:44] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  65. [20:59:44] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  66. [20:59:44] [Server thread/INFO]: Preparing level "world"
  67. [20:59:44] [Server thread/INFO]: -------- World Settings For [world] --------
  68. [20:59:44] [Server thread/INFO]: Mob Spawn Range: 4
  69. [20:59:44] [Server thread/INFO]: Anti X-Ray: true
  70. [20:59:44] [Server thread/INFO]: Engine Mode: 1
  71. [20:59:44] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  72. [20:59:44] [Server thread/INFO]: Replace Blocks: [1, 5]
  73. [20:59:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  74. [20:59:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
  75. [20:59:44] [Server thread/INFO]: Cane Growth Modifier: 100%
  76. [20:59:44] [Server thread/INFO]: Melon Growth Modifier: 100%
  77. [20:59:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  78. [20:59:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  79. [20:59:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
  80. [20:59:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
  81. [20:59:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  82. [20:59:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  83. [20:59:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  84. [20:59:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  85. [20:59:44] [Server thread/INFO]: Random Lighting Updates: false
  86. [20:59:44] [Server thread/INFO]: Structure Info Saving: true
  87. [20:59:44] [Server thread/INFO]: Sending up to 10 chunks per packet
  88. [20:59:44] [Server thread/INFO]: Max Entity Collisions: 8
  89. [20:59:44] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  90. [20:59:44] [Server thread/INFO]: Max TNT Explosions: 100
  91. [20:59:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  92. [20:59:44] [Server thread/INFO]: View Distance: 10
  93. [20:59:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  94. [20:59:44] [Server thread/INFO]: Item Despawn Rate: 6000
  95. [20:59:44] [Server thread/INFO]: Item Merge Radius: 2.5
  96. [20:59:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
  97. [20:59:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  98. [20:59:44] [Server thread/INFO]: Chunks to Grow per Tick: 650
  99. [20:59:44] [Server thread/INFO]: Clear tick list: false
  100. [20:59:44] [Server thread/INFO]: Experience Merge Radius: 3.0
  101. [20:59:44] [Server thread/INFO]: -------- World Settings For [world] --------
  102. [20:59:44] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  103. [20:59:44] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  104. [20:59:44] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  105. [20:59:44] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  106. [20:59:44] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  107. [20:59:44] [Server thread/INFO]: Water over lava flow speed: 5
  108. [20:59:44] [Server thread/INFO]: Fix TNT cannons: false
  109. [20:59:44] [Server thread/INFO]: Allow undead horse types to be leashed: false
  110. [20:59:44] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
  111. [20:59:44] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  112. [20:59:44] [Server thread/INFO]: Keep spawn chunk loaded: true
  113. [20:59:44] [Server thread/INFO]: World async lighting: false
  114. [20:59:45] [Server thread/INFO]: Preparing start region for level 0 (Seed: -4216530450634206070)
  115. [20:59:46] [Server thread/INFO]: Preparing spawn area: 51%
  116. [20:59:46] [Server thread/INFO]: [FateHubCore] Enabling FateHubCore v2.0.11
  117. [20:59:47] [Server thread/INFO]: ================================
  118. [20:59:47] [Server thread/INFO]: HUB License is successfully passed. Don't leak plugin.
  119. [20:59:47] [Server thread/INFO]: ================================
  120. [20:59:47] [Server thread/INFO]: RaiderzMC » Registered queue for Hub!
  121. [20:59:47] [Server thread/INFO]: RaiderzMC » Registered queue for Factions!
  122. [20:59:47] [Server thread/INFO]: ================================
  123. [20:59:47] [Server thread/INFO]: Plugin: FateHubCore
  124. [20:59:47] [Server thread/INFO]: Version: v2.0.11
  125. [20:59:47] [Server thread/INFO]: Author: [Activated_/FaceSlap_]
  126. [20:59:47] [Server thread/INFO]: ================================
  127. [20:59:47] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  128. [20:59:47] [Server thread/INFO]: Done (3.133s)! For help, type "help" or "?"
  129. [20:59:47] [Server thread/INFO]: Starting GS4 status listener
  130. [20:59:47] [Query Listener #1/INFO]: Query running on 0.0.0.0:25525
  131. [20:59:47] [Server thread/INFO]: Timings Reset
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement