Baibee

Untitled

Jan 26th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. # ######################################################################################################################################## #
  2. # #
  3. # Virtual Crate Type Configuration File #
  4. # #
  5. # Virtual Crates: #
  6. # title: '&a Mystery Crate' - The title of the GUI when the crate is opened #
  7. # blockID: 54 - The ID of the block you want the crate to be eg: 54 would be a chest block #
  8. # blockData: 0 - The data value of the block you want the crate to be eg: 5:2 would be birch planks #
  9. # openSound: CHEST_OPEN - The sound played to the player when they open a crate #
  10. # winSound: LEVEL_UP - The sound played to the player when they win a prize #
  11. # scrollSound: NOTE_BASS - The sound played as the prizes are scrolling in the crate GUI #
  12. # openDuration: 8 - The duration of how long the crate GUI is open for until the player wins (seconds) #
  13. # prizeDisplayDuration: 10 - The duration of which every prize is displayed (ticks 20 ticks = 1 second) #
  14. # #
  15. # #
  16. # #
  17. # ######################################################################################################################################## #
  18.  
  19. Virtual Crates:
  20. title: '&a Mystery Crate'
  21. blockID: 54
  22. blockData: 0
  23. openSound: BLOCK_CHEST_OPEN
  24. winSound: ENTITY_PLAYER_LEVELUP
  25. scrollSound: BLOCK_NOTE_BASS
  26. firework: true
  27. openDuration: 8
  28. prizeDisplayDuration: 10
  29. disableColouredGlass: false
Add Comment
Please, Sign In to add comment