Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.52 KB | None | 0 0
  1. [00:30:08 INFO]: [Proton] Enabling Proton v1.1-SNAPSHOT
  2. >
  3. [00:30:08 ERROR]: [Proton]
  4. >
  5. [00:30:08 ERROR]: [Proton] Could not find any queue plugin to hook into!
  6. >
  7. [00:30:08 ERROR]: [Proton] Want your queue plugin to be added? Join https://discord.gg/vV3EYjT
  8. >
  9. [00:30:08 ERROR]: [Proton]
  10. >
  11. [00:30:08 ERROR]: [Proton]
  12. >
  13. [00:30:08 ERROR]: [Proton] Could not find any permission plugin to hook into!
  14. >
  15. [00:30:08 ERROR]: [Proton] Want your permission plugin to be added? Join https://discord.gg/vV3EYjT
  16. >
  17. [00:30:08 ERROR]: [Proton]
  18. >
  19. [00:30:08 WARN]: [Proton] Could not save proton.yml to plugins/Proton/proton.yml because proton.yml already exists.
  20. >
  21. [00:30:08 ERROR]: Cannot load plugins/Proton/proton.yml
  22. org.bukkit.configuration.InvalidConfigurationException: expected '<document start>', but found BlockMappingStart
  23. in 'string', line 31, column 1:
  24. CHAT_FORMAT: '[RANK_PREFIX][PLAY ...
  25. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  26. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  27. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  28. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  29. at me.blazingtide.proton.config.ConfigFile.loadYML(ConfigFile.java:41) [Proton.jar:?]
  30. at me.blazingtide.proton.config.ConfigFile.<init>(ConfigFile.java:37) [Proton.jar:?]
  31. at me.blazingtide.proton.config.ConfigFile.<clinit>(ConfigFile.java:18) [Proton.jar:?]
  32. at me.blazingtide.proton.inventory.impl.ServerSelectorInventory.<clinit>(ServerSelectorInventory.java:27) [Proton.jar:?]
  33. at me.blazingtide.proton.Proton.onEnable(Proton.java:65) [Proton.jar:?]
  34. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) [hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  35. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  36. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  37. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  38. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  39. at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  40. at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  41. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  42. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  43. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  44. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  45. Caused by: org.yaml.snakeyaml.parser.ParserException: null; expected '<document start>', but found BlockMappingStart; in 'string', line 31, column 1:
  46. CHAT_FORMAT: '[RANK_PREFIX][PLAY ...
  47. at org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentStart.produce(ParserImpl.java:225) ~[hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  48. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  49. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  50. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:108) ~[hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  51. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  52. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) ~[hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  53. at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) ~[hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  54. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  55. ... 19 more
  56. >
  57. [00:30:08 WARN]: [Proton] Could not save lang.yml to plugins/Proton/lang.yml because lang.yml already exists.
  58. >
  59. [00:30:08 WARN]: [Proton] Could not save toggles.yml to plugins/Proton/toggles.yml because toggles.yml already exists.
  60. >
  61. [00:30:08 WARN]: [Proton] Could not save scoreboard.yml to plugins/Proton/scoreboard.yml because scoreboard.yml already exists.
  62. >
  63. [00:30:08 WARN]: [Proton] Could not save tab.yml to plugins/Proton/tab.yml because tab.yml already exists.
  64. >
  65. [00:30:08 ERROR]: Error occurred while enabling Proton v1.1-SNAPSHOT (Is it up to date?)
  66. java.lang.NullPointerException
  67. at me.blazingtide.proton.inventory.impl.ServerSelectorInventory.setup(ServerSelectorInventory.java:40) ~[?:?]
  68. at me.blazingtide.proton.Proton.onEnable(Proton.java:65) ~[?:?]
  69. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  70. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  71. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  72. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  73. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  74. at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  75. at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  76. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  77. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  78. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  79. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [hub.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
  80. >
  81. [00:30:08 INFO]: Server permissions file permissions.yml is empty, ignoring it
  82. >
  83. [00:30:08 INFO]: Done (0.592s)! For help, type "help" or "?"
  84. [Pterodactyl Daemon] Server marked as ON
  85. >
  86. [00:30:08 INFO]: Stopping server
  87. >
  88. [00:30:08 INFO]: [Proton] Disabling Proton v1.1-SNAPSHOT
  89. >
  90. [00:30:08 INFO]: [LuckPerms] Disabling LuckPerms v5.0.63
  91. >
  92. [00:30:08 INFO]: [LuckPerms] Closing storage...
  93. >
  94. [00:30:08 INFO]: [LuckPerms] Shutting down internal scheduler...
  95. >
  96. [00:30:08 INFO]: [LuckPerms] Goodbye!
  97. >
  98. [00:30:08 INFO]: Saving players
  99. >
  100. [00:30:08 INFO]: Saving worlds
  101. >
  102. [00:30:08 INFO]: Saving chunks for level 'world'/Overworld
  103. >
  104. [00:30:08 INFO]: Saving chunks for level 'world_nether'/Nether
  105. >
  106. [00:30:08 INFO]: Saving chunks for level 'world_the_end'/The End
  107. [Pterodactyl Daemon] Server marked as OFF
  108. [Pterodactyl Daemon] ---------- Detected server process in a crashed state! ----------
  109. [Pterodactyl Daemon] Exit Code: 0
  110. [Pterodactyl Daemon] Out of Memory: false
  111. [Pterodactyl Daemon] Error Response:
  112. [Pterodactyl Daemon] Aborting automatic reboot due to crash within the last 60 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement