Guest User

Untitled

a guest
Jul 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. settings {
  2. general {
  3. playerQueueLimit=1
  4. # When to announce how much time a booster has remaining (in seconds)
  5. announceTimes=[30, 60]
  6. }
  7. menu {
  8. active {
  9. title="&cPokeBoosters: Active Boosters"
  10. size=6
  11. close {
  12. slot=4
  13. id="minecraft:dirt"
  14. name="&aActive Boosters"
  15. lore=["&cLore1"]
  16. }
  17. border {
  18. "1" {
  19. id="minecraft:glass"
  20. }
  21. }
  22. }
  23. stored {
  24. title="&cPokeBoosters: Stored Boosters"
  25. size=6
  26. border {
  27. "1" {
  28. id="minecraft:glass"
  29. }
  30. }
  31. }
  32. main {
  33. title="&cPokeBoosters: Main Menu"
  34. size=3
  35. active {
  36. slot=11
  37. id="minecraft:dirt"
  38. name="&aActive Boosters"
  39. lore=["&cLore1"]
  40. }
  41. stored {
  42. slot=15
  43. id="minecraft:grass"
  44. name="&aStored Boosters"
  45. lore=["&cLore1"]
  46. }
  47. border {
  48. "1" {
  49. id="minecraft:glass"
  50. }
  51. }
  52. }
  53. }
  54. }
Add Comment
Please, Sign In to add comment