Advertisement
Guest User

Untitled

a guest
Nov 30th, 2018
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. #
  2. # Single -> Only one reward
  3. # Multiple -> 3 or 5 rewards available. Player can choose only one! He doesn't know what is in package.
  4. # Random -> LuckyWheel. One reward will be random selected from list on available rewards!
  5. language: EN
  6. disabledWorlds:
  7. - world2_the_end
  8. - world2_nether
  9. - creative
  10. - mobarena
  11. date:
  12. time: 00:00
  13. month: 12
  14. year: 2018
  15. format: dd.MM.yyyy HH:mm
  16. economy:
  17. VAULT: false
  18. POINTS: false
  19. database:
  20. type: FILE
  21. user: name
  22. host: ip
  23. database: db
  24. password: password
  25. command:
  26. aliases:
  27. - advent
  28. - calendar
  29. - kalender
  30. sounds:
  31. CalendarGUI: BLOCK_STONE_PRESSURE_PLATE_CLICK_ON
  32. MultipleGUI: BLOCK_STONE_PRESSURE_PLATE_CLICK_ON
  33. RandomGUI:
  34. Start: BLOCK_STONE_PRESSURE_PLATE_CLICK_ON
  35. Wheel: BLOCK_NOTE_BLOCK_PLING
  36. Ending: BLOCK_NOTE_BLOCK_HAT
  37. Prize: ENTITY_PLAYER_LEVELUP
  38. santa:
  39. particles:
  40. enable: true
  41. carols:
  42. enable: true
  43. range: 5.0
  44. rewarding:
  45. type: Single
  46. GUI:
  47. settings:
  48. lines: 3
  49. windowSlots:
  50. - 0
  51. - 1
  52. - 2
  53. - 3
  54. - 4
  55. - 5
  56. - 6
  57. - 7
  58. - 8
  59. - 9
  60. - 10
  61. - 11
  62. - 12
  63. - 13
  64. - 14
  65. - 15
  66. - 16
  67. - 17
  68. - 18
  69. - 19
  70. - 20
  71. - 21
  72. - 22
  73. - 23
  74. randomPosition: false
  75. Calendar:
  76. Items:
  77. EMPTY_SLOT:
  78. material: STAINED_GLASS_PANE
  79. materialData: 15
  80. WINDOW:
  81. PreLocked:
  82. material: SKULL_ITEM
  83. materialData: 3
  84. skull: INCr3Mentj
  85. PostLocked:
  86. material: SKULL_ITEM
  87. materialData: 3
  88. skull: MHF_Present1
  89. UnLocked:
  90. material: SKULL_ITEM
  91. materialData: 3
  92. skull: thresh3
  93. Multiple:
  94. Items:
  95. PRESENT:
  96. material: SKULL_ITEM
  97. materialData: 3
  98. skull: thresh3
  99. Random:
  100. Items:
  101. EMPTY_SLOT:
  102. material: STAINED_GLASS_PANE
  103. materialData: 15
  104. ARROW_SLOT:
  105. material: STAINED_GLASS_PANE
  106. materialData: 1
  107. CLOSE_SLOT:
  108. material: STAINED_GLASS_PANE
  109. materialData: 5
  110. START_BUTTON:
  111. material: INK_SACK
  112. materialData: 10
  113. DISABLE_START_BUTTON:
  114. material: INK_SACK
  115. materialData: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement