Advertisement
Guest User

Untitled

a guest
Dec 25th, 2018
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.16 KB | None | 0 0
  1. [13:04:45] [Server thread/INFO]: [Thirst] Enabling Thirst v2.8.5
  2. [13:04:45] [Server thread/INFO]: [Thirst] First time run - Creating files
  3. [13:04:45] [Server thread/INFO]: [Thirst] BYTE Folder created
  4. [13:04:45] [Server thread/INFO]: [Thirst] Player Data folder Created
  5. [13:04:45] [Server thread/INFO]: [Thirst] Plugin Loading
  6. [13:04:45] [Server thread/INFO]: [Thirst] Thanks for using BYTE Thirst plugin - www.byte.org.uk!
  7. [13:04:45] [Server thread/INFO]: [Thirst] Adding allowed world: world
  8. [13:04:45] [Server thread/INFO]: [Thirst] Adding allowed world: world_nether
  9. [13:04:45] [Server thread/INFO]: [Thirst] Adding allowed world: world_the_end
  10. [13:04:45] [Server thread/INFO]: [Thirst] Adding refeshing object: POTION with value 20
  11. [13:04:45] [Server thread/INFO]: [Thirst] Adding refeshing object: MUSHROOM_STEW with value 10
  12. [13:04:45] [Server thread/INFO]: [Thirst] Adding refeshing object: RABBIT_STEW with value 10
  13. [13:04:45] [Server thread/INFO]: [Thirst] Adding refeshing object: MILK_BUCKET with value 15
  14. [13:04:45] [Server thread/INFO]: [Thirst] Adding refeshing object: MELON with value 5
  15. [13:04:45] [Server thread/INFO]: [Thirst] Action bar enabled
  16. [13:04:45] [Server thread/INFO]: [Thirst] XP thirst score disabled in config
  17. [13:04:45] [Server thread/INFO]: [Thirst] BYTE scoreboard Enabled
  18. [13:04:45] [Server thread/INFO]: Creating custom eggywater craft recipe
  19. [13:04:45] [Server thread/INFO]: [Thirst] Adding custom refeshing object: eggywater with value 10
  20. [13:04:45] [Server thread/INFO]: [Thirst] Custom recipe testpotion Does not exist
  21. [13:04:45] [Server thread/INFO]: Creating boiled water recipe
  22. [13:04:45] [Server thread/INFO]: Creating snow to water custom recipe
  23. [13:04:45] [Server thread/WARN]: java.lang.Throwable: Warning: A plugin is creating a recipe using a Deprecated method. This will cause you to receive warnings stating 'Tried to load unrecognized recipe: bukkit:<ID>'. Please ask the author to give their recipe a static key using NamespacedKey.
  24. [13:04:45] [Server thread/WARN]: at org.bukkit.inventory.ShapedRecipe.<init>(ShapedRecipe.java:26)
  25. [13:04:45] [Server thread/WARN]: at com.hmmcrunchy.thirst.ItemFactory.createPureWater(ItemFactory.java:52)
  26. [13:04:45] [Server thread/WARN]: at com.hmmcrunchy.thirst.Thirst.onEnable(Thirst.java:291)
  27. [13:04:45] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  28. [13:04:45] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316)
  29. [13:04:45] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  30. [13:04:45] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395)
  31. [13:04:45] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344)
  32. [13:04:45] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442)
  33. [13:04:45] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403)
  34. [13:04:45] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341)
  35. [13:04:45] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289)
  36. [13:04:45] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616)
  37. [13:04:45] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  38. [13:04:45] [Server thread/ERROR]: Error occurred while enabling Thirst v2.8.5 (Is it up to date?)
  39. java.lang.NoSuchFieldError: SNOWBALL
  40. at com.hmmcrunchy.thirst.ItemFactory.createPureWater(ItemFactory.java:54) ~[?:?]
  41. at com.hmmcrunchy.thirst.Thirst.onEnable(Thirst.java:291) ~[?:?]
  42. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[PaperSpigot-1.12.2-b1562.jar:git-Paper-1562]
  43. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316) ~[PaperSpigot-1.12.2-b1562.jar:git-Paper-1562]
  44. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[PaperSpigot-1.12.2-b1562.jar:git-Paper-1562]
  45. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395) ~[PaperSpigot-1.12.2-b1562.jar:git-Paper-1562]
  46. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344) ~[PaperSpigot-1.12.2-b1562.jar:git-Paper-1562]
  47. at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442) ~[PaperSpigot-1.12.2-b1562.jar:git-Paper-1562]
  48. at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403) ~[PaperSpigot-1.12.2-b1562.jar:git-Paper-1562]
  49. at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341) ~[PaperSpigot-1.12.2-b1562.jar:git-Paper-1562]
  50. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289) ~[PaperSpigot-1.12.2-b1562.jar:git-Paper-1562]
  51. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[PaperSpigot-1.12.2-b1562.jar:git-Paper-1562]
  52. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  53. [13:04:45] [Server thread/INFO]: [Thirst] Disabling Thirst v2.8.5
  54. [13:04:45] [Server thread/INFO]: [Thirst] Saving players to file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement