Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.61 KB | None | 0 0
  1. [20:51:45] [main/INFO]: Loaded 0 recipes
  2. [20:51:45] [Server thread/INFO]: Starting minecraft server version 1.13.2
  3. [20:51:45] [Server thread/INFO]: Loading properties
  4. [20:51:45] [Server thread/INFO]: Default game type: SURVIVAL
  5. [20:51:45] [Server thread/INFO]: This server is running Paper version git-Paper-561 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
  6. [20:51:46] [Server thread/INFO]: Debug logging is disabled
  7. [20:51:46] [Server thread/INFO]: Server Ping Player Sample Count: 12
  8. [20:51:46] [Server thread/INFO]: Using 4 threads for Netty based IO
  9. [20:51:46] [Server thread/INFO]: Generating keypair
  10. [20:51:46] [Server thread/INFO]: Starting Minecraft server on *:25565
  11. [20:51:46] [Server thread/INFO]: Using default channel type
  12. [20:51:49] [Server thread/INFO]: [FastAsyncWorldEdit] Using com.boydti.fawe.bukkit.adapter.v1_13_1.Spigot_v1_13_R2 as the Bukkit adapter
  13. [20:51:49] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  14. [20:51:50] [Server thread/ERROR]: Could not load 'plugins\JaneSQ.jar' in folder 'plugins'
  15. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/jarkyc/janesq/ChatChannels has been compiled by a more recent version of the Java Runtime (class file version 54.0), this version of the Java Runtime only recognizes class file versions up to 52.0
  16. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.13.2.jar:git-Paper-561]
  17. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:330) ~[patched_1.13.2.jar:git-Paper-561]
  18. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:252) ~[patched_1.13.2.jar:git-Paper-561]
  19. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:331) ~[patched_1.13.2.jar:git-Paper-561]
  20. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.13.2.jar:git-Paper-561]
  21. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:786) ~[patched_1.13.2.jar:git-Paper-561]
  22. at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
  23. Caused by: java.lang.UnsupportedClassVersionError: me/jarkyc/janesq/ChatChannels has been compiled by a more recent version of the Java Runtime (class file version 54.0), this version of the Java Runtime only recognizes class file versions up to 52.0
  24. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_201]
  25. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_201]
  26. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_201]
  27. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:134) ~[patched_1.13.2.jar:git-Paper-561]
  28. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:84) ~[patched_1.13.2.jar:git-Paper-561]
  29. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_201]
  30. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_201]
  31. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_201]
  32. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_201]
  33. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:62) ~[patched_1.13.2.jar:git-Paper-561]
  34. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:130) ~[patched_1.13.2.jar:git-Paper-561]
  35. ... 6 more
  36. [20:51:50] [Server thread/ERROR]: Could not load 'plugins\Schematify.jar' in folder 'plugins'
  37. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/sk89q/worldedit/LocalWorld
  38. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:134) ~[patched_1.13.2.jar:git-Paper-561]
  39. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:330) ~[patched_1.13.2.jar:git-Paper-561]
  40. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:252) ~[patched_1.13.2.jar:git-Paper-561]
  41. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:331) ~[patched_1.13.2.jar:git-Paper-561]
  42. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.13.2.jar:git-Paper-561]
  43. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:786) ~[patched_1.13.2.jar:git-Paper-561]
  44. at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
  45. Caused by: java.lang.NoClassDefFoundError: com/sk89q/worldedit/LocalWorld
  46. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_201]
  47. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_201]
  48. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:62) ~[patched_1.13.2.jar:git-Paper-561]
  49. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:130) ~[patched_1.13.2.jar:git-Paper-561]
  50. ... 6 more
  51. Caused by: java.lang.ClassNotFoundException: com.sk89q.worldedit.LocalWorld
  52. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_201]
  53. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:138) ~[patched_1.13.2.jar:git-Paper-561]
  54. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:84) ~[patched_1.13.2.jar:git-Paper-561]
  55. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_201]
  56. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_201]
  57. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_201]
  58. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_201]
  59. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:62) ~[patched_1.13.2.jar:git-Paper-561]
  60. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:130) ~[patched_1.13.2.jar:git-Paper-561]
  61. ... 6 more
  62. [20:51:50] [Server thread/INFO]: [WorldManagement] Loading WorldManagement v1.0.4
  63. [20:51:50] [Server thread/WARN]: [WorldManagement] Could not save config.yml to plugins\WorldManagement\config.yml because config.yml already exists.
  64. [20:51:50] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.0
  65. [20:51:50] [Server thread/INFO]: [Vault] Loading Vault v1.7.1-b91
  66. [20:51:50] [Server thread/INFO]: [GroupManager] Loading GroupManager vGMBuildVer (Phoenix)
  67. [20:51:50] [Server thread/INFO]: [Essentials] Loading Essentials v2.16.1.9
  68. [20:51:50] [Server thread/INFO]: [FastAsyncWorldEdit] Loading WorldEdit vunspecified
  69. [20:51:50] [Server thread/INFO]: [Factions] Loading Factions v1.8.2
  70. [20:51:50] [Server thread/INFO]: [CT-Core] Loading CT-Core v3.3.1
  71. [20:51:50] [Server thread/INFO]: Version Support: v1_13_R2 Fork: PAPER
  72. [20:51:50] [Server thread/INFO]: [CT-Core] No HolographicDisplays found. HolographicBlocks are not supported.
  73. [20:51:50] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  74. [20:51:50] [Server thread/INFO]: [Vault] Enabling Vault v1.7.1-b91*
  75. [20:51:50] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  76. [20:51:50] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
  77. [20:51:50] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  78. [20:51:50] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
  79. [20:51:50] [Server thread/INFO]: [Vault] Enabled Version 1.7.1-b91
  80. [20:51:50] [Server thread/INFO]: Preparing level "world"
  81. [20:51:51] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
  82. [20:51:52] [Server thread/INFO]: Loaded 524 recipes
  83. [20:51:52] [Server thread/INFO]: -------- World Settings For [world] --------
  84. [20:51:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
  85. [20:51:52] [Server thread/INFO]: Item Despawn Rate: 6000
  86. [20:51:52] [Server thread/INFO]: Item Merge Radius: 2.5
  87. [20:51:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  88. [20:51:52] [Server thread/INFO]: View Distance: 10
  89. [20:51:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
  90. [20:51:52] [Server thread/INFO]: Cane Growth Modifier: 100%
  91. [20:51:52] [Server thread/INFO]: Melon Growth Modifier: 100%
  92. [20:51:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  93. [20:51:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  94. [20:51:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
  95. [20:51:52] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  96. [20:51:52] [Server thread/INFO]: Carrot Growth Modifier: 100%
  97. [20:51:52] [Server thread/INFO]: Potato Growth Modifier: 100%
  98. [20:51:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
  99. [20:51:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  100. [20:51:52] [Server thread/INFO]: Vine Growth Modifier: 100%
  101. [20:51:52] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  102. [20:51:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  103. [20:51:52] [Server thread/INFO]: Mob Spawn Range: 8
  104. [20:51:52] [Server thread/INFO]: Experience Merge Radius: 3.0
  105. [20:51:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  106. [20:51:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  107. [20:51:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  108. [20:51:52] [Server thread/INFO]: Random Lighting Updates: false
  109. [20:51:52] [Server thread/INFO]: Max TNT Explosions: 100
  110. [20:51:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  111. [20:51:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  112. [20:51:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  113. [20:51:52] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  114. [20:51:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
  115. [20:51:52] [Server thread/INFO]: Item Despawn Rate: 6000
  116. [20:51:52] [Server thread/INFO]: Item Merge Radius: 2.5
  117. [20:51:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  118. [20:51:52] [Server thread/INFO]: View Distance: 10
  119. [20:51:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
  120. [20:51:52] [Server thread/INFO]: Cane Growth Modifier: 100%
  121. [20:51:52] [Server thread/INFO]: Melon Growth Modifier: 100%
  122. [20:51:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  123. [20:51:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  124. [20:51:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
  125. [20:51:52] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  126. [20:51:52] [Server thread/INFO]: Carrot Growth Modifier: 100%
  127. [20:51:52] [Server thread/INFO]: Potato Growth Modifier: 100%
  128. [20:51:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
  129. [20:51:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  130. [20:51:52] [Server thread/INFO]: Vine Growth Modifier: 100%
  131. [20:51:52] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  132. [20:51:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  133. [20:51:52] [Server thread/INFO]: Mob Spawn Range: 8
  134. [20:51:52] [Server thread/INFO]: Experience Merge Radius: 3.0
  135. [20:51:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  136. [20:51:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  137. [20:51:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  138. [20:51:52] [Server thread/INFO]: Random Lighting Updates: false
  139. [20:51:52] [Server thread/INFO]: Max TNT Explosions: 100
  140. [20:51:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  141. [20:51:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  142. [20:51:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  143. [20:51:52] [Server thread/INFO]: Preparing start region for level minecraft:overworld (Seed: 5602853277164596925)
  144. [20:51:52] [Server thread/INFO]: Preparing start region for level minecraft:the_end (Seed: -807442491185857561)
  145. [20:51:52] [Server thread/INFO]: Time elapsed: 14 ms
  146. [20:51:52] [Server thread/INFO]: [WorldManagement] Enabling WorldManagement v1.0.4
  147. [20:51:52] [Server thread/INFO]: [WorldManagement] Loaded world config for world Duru
  148. [20:51:52] [Server thread/INFO]: [WorldManagement] All WorldConfigurations loaded, starting WorldLoad..
  149. [20:51:52] [Server thread/INFO]: -------- World Settings For [Duru] --------
  150. [20:51:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
  151. [20:51:52] [Server thread/INFO]: Item Despawn Rate: 6000
  152. [20:51:52] [Server thread/INFO]: Item Merge Radius: 2.5
  153. [20:51:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  154. [20:51:52] [Server thread/INFO]: View Distance: 10
  155. [20:51:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
  156. [20:51:52] [Server thread/INFO]: Cane Growth Modifier: 100%
  157. [20:51:52] [Server thread/INFO]: Melon Growth Modifier: 100%
  158. [20:51:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  159. [20:51:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  160. [20:51:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
  161. [20:51:52] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  162. [20:51:52] [Server thread/INFO]: Carrot Growth Modifier: 100%
  163. [20:51:52] [Server thread/INFO]: Potato Growth Modifier: 100%
  164. [20:51:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
  165. [20:51:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  166. [20:51:52] [Server thread/INFO]: Vine Growth Modifier: 100%
  167. [20:51:52] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  168. [20:51:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  169. [20:51:52] [Server thread/INFO]: Mob Spawn Range: 8
  170. [20:51:52] [Server thread/INFO]: Experience Merge Radius: 3.0
  171. [20:51:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  172. [20:51:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  173. [20:51:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  174. [20:51:52] [Server thread/INFO]: Random Lighting Updates: false
  175. [20:51:52] [Server thread/INFO]: Max TNT Explosions: 100
  176. [20:51:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  177. [20:51:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  178. [20:51:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  179. [20:51:52] [Server thread/INFO]: Preparing start region for level 2 (Seed: 9043417865629276466)
  180. [20:51:52] [Server thread/INFO]: [WorldManagement] Loaded Worldconfiguration for world Duru
  181. [20:51:52] [Server thread/INFO]: [WorldManagement] PvP: false
  182. [20:51:52] [Server thread/INFO]: [WorldManagement] Monsterspawn: true
  183. [20:51:52] [Server thread/INFO]: [WorldManagement] Monsterspawn: true
  184. [20:51:52] [Server thread/INFO]: [WorldManagement] Difficulty: HARD
  185. [20:51:52] [Server thread/INFO]: [WorldManagement] Keep Spawn Loaded: true
  186. [20:51:52] [Server thread/INFO]: [WorldManagement] Environment: NORMAL
  187. [20:51:52] [Server thread/INFO]: [WorldManagement] WorldType: FLAT
  188. [20:51:53] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.0*
  189. [20:51:53] [Server thread/INFO]: [GroupManager] Enabling GroupManager vGMBuildVer (Phoenix)
  190. [20:51:53] [Server thread/INFO]: GroupManager - INFO - World Found: world
  191. [20:51:53] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
  192. [20:51:53] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
  193. [20:51:53] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
  194. [20:51:53] [Server thread/INFO]: GroupManager version GMBuildVer (Phoenix) is enabled!
  195. [20:51:53] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
  196. [20:51:53] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
  197. [20:51:53] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
  198. [20:51:53] [Server thread/INFO]: [Essentials] Enabling Essentials v2.16.1.9
  199. [20:51:53] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
  200. [20:51:53] [Server thread/INFO]: [Essentials] No kits found to migrate.
  201. [20:51:53] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  202. [20:51:53] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
  203. [20:51:53] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  204. [20:51:53] [Server thread/INFO]: [Essentials] Loaded 19480 items from items.json.
  205. [20:51:53] [Server thread/INFO]: [Essentials] Using locale en_US
  206. [20:51:53] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
  207. [20:51:53] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  208. [20:51:53] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  209. [20:51:53] [Server thread/INFO]: [Essentials] Using Vault based permissions (GroupManager)
  210. [20:51:53] [Server thread/INFO]: [Factions] Enabling Factions v1.8.2
  211. [20:51:53] [Server thread/INFO]: [Factions v1.8.2] === ENABLE START ===
  212. [20:51:53] [Server thread/INFO]: [Factions v1.8.2] Creating default: plugins\Factions\conf.json
  213. [20:51:53] [Server thread/INFO]: [Factions v1.8.2] Loading board from disk
  214. [20:51:53] [Server thread/INFO]: [Factions v1.8.2] No board to load from disk. Creating new file.
  215. [20:51:53] [Server thread/INFO]: [Factions v1.8.2] Economy integration through Vault plugin successful.
  216. [20:51:53] [Server thread/INFO]: [Factions v1.8.2] NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true
  217. [20:51:53] [Server thread/INFO]: [Factions v1.8.2] === ENABLE DONE (Took 128ms) ===
  218. [20:51:53] [Server thread/INFO]: [CT-Core] Enabling CT-Core v3.3.1
  219. [20:51:53] [Server thread/INFO]: [CT-Core] Loading API version 3.3.1
  220. [20:51:53] [Server thread/INFO]: LanguageAPI loaded: en_us
  221. [20:51:53] [Server thread/INFO]: Worldguard: Not found.
  222. [20:51:53] [Server thread/INFO]: ProtocolLib: Not found.
  223. [20:51:53] [Server thread/INFO]: ScoreboardAPI: Not found.
  224. [20:51:53] [Server thread/INFO]: Redis: Not found.
  225. [20:51:53] [Server thread/INFO]: Nbt: Compatible
  226. [20:51:53] [Server thread/INFO]: Server Fork: v1_13_R2[PAPER]
  227. [20:51:54] [Server thread/INFO]: Done (3.927s)! For help, type "help"
  228. [20:51:54] [Server thread/INFO]: Timings Reset
  229. [20:51:54] [Server thread/INFO]: (FAWE) Plugin 'FactionsUUID' found. Using it now.
  230. [20:51:54] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
  231. [20:51:54] [Craft Scheduler Thread - 4/INFO]: [Vault] Checking for Updates ...
  232. [20:51:55] [Craft Scheduler Thread - 4/INFO]: [Vault] No new version available
  233. [20:51:56] [User Authenticator #1/INFO]: UUID of player Seamonster778 is ae528e24-04c2-46e1-aae9-d0c6c5522595
  234. [20:51:56] [Server thread/INFO]: Seamonster778[/173.216.124.182:55624] logged in with entity id 10 at ([world]4996.73554709757, 6.000635549029522, -4998.985603852833)
  235. [20:52:02] [Server thread/INFO]: Seamonster778 issued server command: /tp 0 5 0
  236. [20:52:03] [User Authenticator #1/INFO]: UUID of player Omega_Gay is 36cd0806-22bd-497c-b56f-e3ccb271d3f0
  237. [20:52:03] [Server thread/INFO]: Omega_Gay[/73.133.169.71:58151] logged in with entity id 135 at ([world]-218.5, 4.0, 6.5)
  238. [20:52:14] [Server thread/INFO]: Seamonster778 issued server command: /tp Omega_Gay
  239. [20:52:16] [Server thread/INFO]: Omega_Gay issued server command: /channel
  240. [20:52:18] [Server thread/INFO]: Omega_Gay issued server command: /pl
  241. [20:52:23] [Server thread/INFO]: Seamonster778 issued server command: /fly Omega_Gay
  242. [20:52:25] [Async Chat Thread - #0/INFO]: <Omega_Gay> can you do /pl and see if jane is on
  243. [20:52:27] [Server thread/INFO]: Seamonster778 issued server command: /pl
  244. [20:52:28] [Server thread/INFO]: Omega_Gay issued server command: /channel
  245. [20:52:30] [Async Chat Thread - #0/INFO]: <sea> .
  246. [20:52:33] [Async Chat Thread - #0/INFO]: <sea> i dont have perms
  247. [20:52:34] [Async Chat Thread - #0/INFO]: <sea> lmoa what
  248. [20:52:35] [Async Chat Thread - #0/INFO]: <Omega_Gay> REEEEEEEEEEEEEE
  249. [20:52:38] [Async Chat Thread - #0/INFO]: <Omega_Gay> are you op?
  250. [20:52:40] [Async Chat Thread - #0/INFO]: <sea> yes
  251. [20:52:44] [Server thread/INFO]: Omega_Gay issued server command: /help
  252. [20:52:51] [Async Chat Thread - #0/INFO]: <sea> i have level 4 op
  253. [20:52:51] [Async Chat Thread - #0/INFO]: <Omega_Gay> go into console and do /pl
  254. [20:52:59] [Async Chat Thread - #0/INFO]: <Omega_Gay> well just pl
  255. [20:52:59] [Server thread/INFO]: Seamonster778 issued server command: /j
  256. [20:53:02] [Server thread/INFO]: Plugins (8): CT-Core, Essentials, Factions, FastAsyncWorldEdit*, GroupManager, Vault*, WorldEdit, WorldManagement
  257. [20:53:03] [Async Chat Thread - #0/INFO]: <sea> ik
  258. [20:53:14] [Async Chat Thread - #0/INFO]: <sea> no
  259. [20:53:15] [Async Chat Thread - #0/INFO]: <sea> jane is off
  260. [20:53:18] [Server thread/INFO]: Seamonster778 issued server command: /thru
  261. [20:53:18] [Async Chat Thread - #0/INFO]: <Omega_Gay> OOF
  262. [20:53:20] [Server thread/INFO]: Seamonster778 issued server command: /plugins
  263. [20:53:28] [Server thread/INFO]: Seamonster778 issued server command: /tphere Omega_Gay
  264. [20:53:34] [Async Chat Thread - #0/INFO]: <Omega_Gay> can you copy and paste the console from when the server started up and paste bin it
  265. [20:53:37] [Async Chat Thread - #0/INFO]: <Omega_Gay> jesus lord
  266. [20:53:41] [Async Chat Thread - #0/INFO]: <sea> this is my baby
  267. [20:53:44] [Async Chat Thread - #0/INFO]: <Omega_Gay> its beautiful
  268. [20:53:47] [Async Chat Thread - #0/INFO]: <Omega_Gay> *sheds a tear*
  269. [20:54:02] [Server thread/INFO]: Seamonster778 issued server command: /tphere jar
  270. [20:54:04] [Server thread/INFO]: Seamonster778 issued server command: /tphere Omega_Gay
  271. [20:54:05] [Async Chat Thread - #0/INFO]: <sea> ye
  272. [20:54:06] [Async Chat Thread - #0/INFO]: <sea> hold on
  273. [20:54:10] [Async Chat Thread - #0/INFO]: <sea> look over there in the meantime
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement