Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. THE CONFIG:
  2. Settings:
  3. Prefix: '&7[&cCrazyEnvoy&7]: ' #The prefix before the messages CrazyEnvoys sends.
  4. Toggle-Metrics: true #Turn on and off if your server stats are sent to http://mcstats.org/plugin/CrazyEnvoy.
  5. Falling-Block-Toggle: true #Toggle if it spawns a falling block or if the crates just appear.
  6. Falling-Block: '138' #The block that will be falling.
  7. Fall-Height: 15 #How high the falling blocks spawn.
  8. Max-Crate-Toggle: true #If ture then only a specified amount of crates will spawn and if false then all crates will spawn.
  9. Max-Crates: 15 #The max amount of crates that will spawn.
  10. Random-Locations: true #If true you will need to make sure to set the center location.
  11. Max-Radius: 150 #The maximum distance the crates will fall from the center.
  12. Min-Radius: 20 #The minimum distance from the middle the crates will fall from.
  13. Envoy-Run-Time: '5m' #The amount of time the envoy event will go for.
  14. Envoy-Timer-Toggle: true #If the envoy will happen on an interval. If false the only wait it will start is if its started with the command or flare.
  15. Envoy-Cooldown-Toggle: true #Toggle if it uses a cooldown or a specified time of the day.
  16. Envoy-Cooldown: '1h' #The time till the envoy event will happen again.
  17. Envoy-Time: '5:00 PM' #A specified time of the day that an envoy will happen. Please use 1-12 for hours and 0-59 for minutes.
  18. Minimum-Players-Toggle: true #When the envoy is about to start toggle if there needs to be a minimum amount of players. (Does not affect flares)
  19. Minimum-Flare-Toggle: false #Toggle if using a flare has to meet the minimum players requirement. Minimum-Players-Toggle must be true for this to work.
  20. Minimum-Players: 2 #The minimum amount of players needed to start the envoy.
  21. World-Messages:
  22. Toggle: false #Toggle if the broadcasted messages are only in a specific worlds.
  23. Worlds: #The worlds you wish to have the messages only show up in.
  24. - 'world'
  25. Envoy-Warnings: #The times that will make the warning messages.
  26. - '30m'
  27. - '15m'
  28. - '10m'
  29. - '1m'
  30. - '30s'
  31. - '20s'
  32. - '10s'
  33. - '5s'
  34. - '3s'
  35. - '1s'
  36. Flares: #Options about flares. Players need the crazyenvoy.flare.use permission to use the flares.
  37. Item: '76' #The time the flares are.
  38. Name: '&7&l(&4&l!&7&l) &cFlare' #The name of the flare.
  39. Lore: #The lore of the flare.
  40. - '&7Right click me to'
  41. - '&7start an envoy event.'
  42. World-Guard: #The options for when using world guard regions to make flares work only in those regions.
  43. Toggle: false #If they have to use flares in specified regions.
  44. Regions: #The name of the regions you can use flares in.
  45. - 'WarZone'
  46. |
  47. |
  48. |
  49. |
  50. |
  51. |
  52. SPACER
  53. |
  54. |
  55. |
  56. |
  57. |
  58. |
  59.  
  60. ERROR:
  61. [12:29:05] [Server thread/WARN]: Unexpected exception while parsing console command "envoy start"
  62. org.bukkit.command.CommandException: Unhandled exception executing command 'envoy' in plugin CrazyEnvoy v1.2.4.3
  63. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-96235ab-2aa5ac6]
  64. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot.jar:git-Spigot-96235ab-2aa5ac6]
  65. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.dispatchCommand(CraftServer.java:650) ~[spigot.jar:git-Spigot-96235ab-2aa5ac6]
  66. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.dispatchServerCommand(CraftServer.java:636) [spigot.jar:git-Spigot-96235ab-2aa5ac6]
  67. at net.minecraft.server.v1_11_R1.DedicatedServer.aM(DedicatedServer.java:437) [spigot.jar:git-Spigot-96235ab-2aa5ac6]
  68. at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot.jar:git-Spigot-96235ab-2aa5ac6]
  69. at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot.jar:git-Spigot-96235ab-2aa5ac6]
  70. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot.jar:git-Spigot-96235ab-2aa5ac6]
  71. at java.lang.Thread.run(Unknown Source) [?:1.8.0_121]
  72. Caused by: java.lang.NullPointerException
  73. at me.BadBones69.envoy.api.Envoy.getBlocks(Envoy.java:703) ~[?:?]
  74. at me.BadBones69.envoy.api.Envoy.startEnvoyEvent(Envoy.java:602) ~[?:?]
  75. at me.BadBones69.envoy.Main.onCommand(Main.java:241) ~[?:?]
  76. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-96235ab-2aa5ac6]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement