Guest User

Untitled

a guest
Dec 3rd, 2012
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. #
  2. # Example game
  3. # To use one of these, when creating a game do
  4. # /hga add itemset <name-of-game> <name-of-itemset> NOTE make sure there are no space in the list of itemsets
  5. # test:
  6. # inherits: itemset1
  7. global:
  8. use-match-material: false
  9. chests:
  10. standaard:
  11. inherits: standaard1
  12. DIAMOND:
  13. stack-size: 10
  14. chance: 0.5
  15. IRON_BOOTS,2:
  16. stack-size: 1
  17. chance: 1
  18. rewards:
  19. static:
  20. APPLE,1:
  21. stack-size: 1
  22. max-random: 5
Advertisement
Add Comment
Please, Sign In to add comment