Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Pouches
- Pouches:
- MoneyPouch:
- Item: ENDER_CHEST
- PouchStand: ENDER_CHEST
- Enchanted: true
- Name: "&e&lTier I Money Pouch &r&7(Right Click)"
- ConvertBigNumbers: true #makes it so prizes from thousands to quintillions are changed to letters such as K, Mil, Bil, etc.
- EndHologram:
- - "&e&lMONEY POUCH"
- - "&7You have won ${random_number} from this pouch!"
- TitleMessage: "&a&l+{random_number}"
- Lores:
- - ''
- - '&7Place the Money Pouch to receive a'
- - '&7Mystery reward of money!'
- - ''
- - '&6&l* &eTier &f1'
- - ''
- - '&6&l* &eReward'
- - '&8- &f$10,000 - $50,000'
- - ''
- - '&7&o(( Place down to open! ))'
- RandomNumberMin: 10000
- RandomNumberMax: 50000
- Rewards:
- - "eco give {player_name} {random_number}"
- DiamondPouch:
- Item: DIAMOND_BLOCK
- PouchStand: DIAMOND_BLOCK
- Enchanted: true
- Name: "&b&lTier I Diamond Pouch &r&7(Right Click)"
- EndHologram:
- - "&e&lDIAMOND POUCH"
- - "&7You have found {random_number} Diamond Blocks from this pouch!"
- Lores:
- - ''
- - '&7Place the Diamond Pouch to receive a'
- - '&7Mystery reward of Diamond Blocks!'
- - ''
- - '&6&l* &bTier &f1'
- - ''
- - '&6&l* &bReward'
- - '&8- &f1 - 128 Diamond Blocks'
- - ''
- - '&7&o(( Place down to open! ))'
- RandomNumberMin: 1
- RandomNumberMax: 128
- Rewards:
- - "give {player_name} DIAMOND_BLOCK {random_number}"
- ExpPouch:
- Item: CHEST
- PouchStand: CHEST
- Enchanted: true
- Name: "&a&lTier I EXP Pouch &r&7(Right Click)"
- EndHologram:
- - "&e&lEXP POUCH"
- - "&7You have found {random_number} EXP from this pouch!"
- Lores:
- - ''
- - '&7Place the EXP Pouch to receive a'
- - '&7Mystery reward of Experience!'
- - ''
- - '&6&l* &aTier &f1'
- - ''
- - '&6&l* &aReward'
- - '&8- &f100 - 1000 EXP'
- - ''
- - '&7&o(( Place down to open! ))'
- RandomNumberMin: 100
- RandomNumberMax: 1000
- Rewards:
- - "minecraft:xp {random_number} {player_name}"
Add Comment
Please, Sign In to add comment