Advertisement
Guest User

thing

a guest
Oct 24th, 2021
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.75 KB | None | 0 0
  1. Server starting, setting up fifo connections and writing server ready.
  2. OpenJDK 64-Bit Server VM warning: Option --illegal-access is deprecated and will be removed in a future release.
  3. System Info: Java 16 (OpenJDK 64-Bit Server VM 16.0.1+9) Host: Linux 5.11.0-38-generic (amd64)
  4. Loading libraries, please wait...
  5. 2021-10-24 10:18:25,461 main WARN Advanced terminal features are not available in this environment
  6. [10:18:29 INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
  7. [10:18:30 INFO]: Reloading ResourceManager: Default, bukkit
  8. [10:18:31 INFO]: Loaded 7 recipes
  9. [10:18:32 INFO]: Starting minecraft server version 1.16.5
  10. [10:18:32 INFO]: Loading properties
  11. [10:18:32 INFO]: This server is running Paper version git-Paper-790 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
  12. [10:18:32 INFO]: Debug logging is disabled
  13. [10:18:32 INFO]: Server Ping Player Sample Count: 12
  14. [10:18:32 INFO]: Using 4 threads for Netty based IO
  15. [10:18:32 INFO]: Default game type: SURVIVAL
  16. [10:18:32 INFO]: Generating keypair
  17. [10:18:33 INFO]: Starting Minecraft server on *:25575
  18. [10:18:33 INFO]: Using epoll channel type
  19. [10:18:34 INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.17-106;45a8030
  20. [10:18:34 INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@368a346f]
  21. [10:18:34 INFO]: [ViaVersion] Loading ViaVersion v4.0.1
  22. [10:18:34 INFO]: [ViaVersion] ViaVersion 4.0.1 is now loaded, injecting!
  23. [10:18:35 INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...
  24. [10:18:35 INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...
  25. [10:18:35 INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
  26. [10:18:35 INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...
  27. [10:18:35 INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
  28. [10:18:35 INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...
  29. [10:18:35 INFO]: [ViaVersion] Loading 1.16.2 -> 1.17 mappings...
  30. [10:18:35 INFO]: [PlotSquared] Loading PlotSquared v4.515-MH
  31. [10:18:35 INFO]: [Multiverse-Core] Loading Multiverse-Core v4.3.1-b861
  32. [10:18:35 INFO]: Server permissions file permissions.yml is empty, ignoring it
  33. [10:18:35 INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.17-106;45a8030
  34. [10:18:36 INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
  35. [10:18:37 INFO]: WEPIF: Using the Bukkit Permissions API.
  36. [10:18:38 INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.fawe.FAWE_Spigot_v1_16_R3 as the Bukkit adapter
  37. [10:18:41 INFO]: [ViaVersion] Loading block connection mappings ...
  38. [10:18:45 INFO]: [PlotSquared] Enabling PlotSquared v4.515-MH
  39. [10:18:45 INFO]: Version is PlotSquared-4.515
  40. [10:18:45 INFO]: [P2] PlotSquared is using online UUIDs
  41. [10:18:45 WARN]: java.lang.NullPointerException: Cannot invoke "javax.script.ScriptEngine.eval(String)" because "this.engine" is null
  42. [10:18:45 WARN]: at com.github.intellectualsites.plotsquared.plot.commands.DebugExec.init(DebugExec.java:46)
  43. [10:18:45 WARN]: at com.github.intellectualsites.plotsquared.plot.commands.DebugExec.<init>(DebugExec.java:27)
  44. [10:18:45 WARN]: at com.github.intellectualsites.plotsquared.plot.commands.MainCommand.getInstance(MainCommand.java:88)
  45. [10:18:45 WARN]: at com.github.intellectualsites.plotsquared.plot.commands.SubCommand.<init>(SubCommand.java:20)
  46. [10:18:45 WARN]: at com.github.intellectualsites.plotsquared.plot.commands.SubCommand.<init>(SubCommand.java:24)
  47. [10:18:45 WARN]: at com.github.intellectualsites.plotsquared.bukkit.commands.DebugUUID.<init>(DebugUUID.java:44)
  48. [10:18:45 WARN]: at com.github.intellectualsites.plotsquared.bukkit.util.BukkitCommand.<init>(BukkitCommand.java:24)
  49. [10:18:45 WARN]: at com.github.intellectualsites.plotsquared.bukkit.BukkitMain.registerCommands(BukkitMain.java:291)
  50. [10:18:45 WARN]: at com.github.intellectualsites.plotsquared.plot.PlotSquared.<init>(PlotSquared.java:239)
  51. [10:18:45 WARN]: at com.github.intellectualsites.plotsquared.bukkit.BukkitMain.onEnable(BukkitMain.java:153)
  52. [10:18:45 WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
  53. [10:18:45 WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
  54. [10:18:45 WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500)
  55. [10:18:45 WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518)
  56. [10:18:45 WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432)
  57. [10:18:45 WARN]: at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:270)
  58. [10:18:45 WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074)
  59. [10:18:45 WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291)
  60. [10:18:45 WARN]: at java.base/java.lang.Thread.run(Thread.java:831)
  61. [10:18:45 INFO]: [P2] PlotSquared is now enabled
  62. [10:18:45 INFO]: [P2] Metrics enabled.
  63. [10:18:45 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  64. [10:18:45 WARN]: The server will make no attempt to authenticate usernames. Beware.
  65. [10:18:45 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.
  66. [10:18:45 WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
  67. [10:18:45 WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  68. [10:18:45 INFO]: Preparing level "world"
  69. [10:18:46 INFO]: Preparing start region for dimension minecraft:overworld
  70. [10:18:46 INFO]: Preparing spawn area: 0%
  71. [10:18:46 INFO]: Time elapsed: 403 ms
  72. [10:18:46 INFO]: Preparing start region for dimension minecraft:the_nether
  73. [10:18:47 INFO]: Time elapsed: 701 ms
  74. [10:18:47 INFO]: Preparing start region for dimension minecraft:the_end
  75. [10:18:48 INFO]: Time elapsed: 1012 ms
  76. [10:18:48 INFO]: [ViaVersion] Enabling ViaVersion v4.0.1
  77. [10:18:48 INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
  78. [10:18:48 WARN]: [Multiverse-Core] "Multiverse-Core v4.3.1-b861" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dumptruckman, Rigby, fernferret, lithium3141, main--].
  79. [10:18:48 INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
  80. [10:18:48 INFO]: [Multiverse-Core] 3 - World(s) loaded.
  81. [10:18:48 WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! If you would like not to see this message, use `/mv conf enablebuscript false` to disable Buscript from loading.
  82. [10:18:48 INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
  83. [10:18:49 INFO]: Running delayed init tasks
  84. [10:18:49 WARN]: [FastAsyncWorldEdit] Loaded class com.github.intellectualsites.plotsquared.plot.util.SchematicHandler from PlotSquared v4.515-MH which is not a depend, softdepend or loadbefore of this plugin.
  85. [10:18:49 INFO]: [com.fastasyncworldedit.bukkit.FaweBukkit] Plugin 'PlotSquared' found. Using it now.
  86. [10:18:49 INFO]: [ViaVersion] ViaVersion detected server version: 1.16.4/5 (754)
  87. [10:18:49 INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
  88. [10:18:49 INFO]: Done (16.690s)! For help, type "help"
  89.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement