Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ##################################################################################################################################################################### #
- # #
- # ArchonCrates Crate Loot Configuration #
- # #
- # Crate Loot: #
- # Diamonds: - Loot id which is used to define the loot for the keys (Can't have any the same) #
- # Item ID: 264 - The id of the display item which will display in the crate GUI #
- # Item Data: 0 - The data value of the item in the display of the crate GUI #
- # StackAmount: 10 - The stack size of the display item in the crate GUI #
- # Name: '&3Diamonds' - The display name of the item in the crate GUI #
- # Broadcast Win: true - If true it will broadcast the win message to the whole server #
- # Player Message: true - If true it will send the player a message #
- # Chance: 5.0 - The chance of the prize being won (MIN value: 0.01 - MAX value: 9999.99) #
- # Prize Name: 10 diamonds - The name used in the win messages #
- # Glow: true - If true the display item will glow in the crate GUI #
- # Use Permission: false - If true it will use the permission for players to win the prize #
- # Permission: archoncrates.prize.diamonds - The permission used to check if players can win the prize #
- # Win Amount: '*' - The amount of times a prize can be won ('*' means unlimited times) #
- # Commands: - A list of commands which will be run when a player wins the prize #
- # - minecraft:give <player> diamond 10 #
- # #
- # #
- # #
- # ##################################################################################################################################################################### #
- Crate Loot:
- DiamondBlocks:
- Item ID: 57
- Item Data: 0
- StackAmount: 64
- Name: '&b&lDiamond &f&lBlocks'
- Broadcast Win: false
- Player Message: true
- Chance: 20.0
- Prize Name: &b&lDiamond &f&lBlocks
- Glow: true
- Use Permission: false
- Permission: archoncrates.prize.diamonds
- Global Win Amount: '*'
- Player Win Amount: '*'
- Commands:
- - minecraft:give <player> 57 64
- DiamondKit:
- Item ID: 278
- Item Data: 0
- StackAmount: 1
- Name: '&b&lDiamond&f&l Kit'
- Broadcast Win: false
- Player Message: true
- Chance: 20.0
- Prize Name: &b&lDiamond&f&l Kit
- Glow: true
- Use Permission: false
- Permission: archoncrates.prize.food
- Global Win Amount: '*'
- Player Win Amount: '*'
- Commands:
- - minecraft:give <player> 276
- - minecraft:give <player> 277
- - minecraft:give <player> 278
- - minecraft:give <player> 279
- - minecraft:give <player> 293
- - minecraft:give <player> 264 128
- GodApples:
- Item ID: 322:1
- Item Data: 0
- StackAmount: 1
- Name: '&6&lGod&f&l Apples'
- Broadcast Win: false
- Player Message: true
- Chance: 20.0
- Prize Name: &6&lGod&f&l Apples
- Glow: true
- Use Permission: false
- Permission: archoncrates.prize.sword
- Global Win Amount: '*'
- Player Win Amount: '*'
- Commands:
- - minecraft:give <player> 322:1 64
- Money:
- Item ID: 41
- Item Data: 0
- StackAmount: 1
- Name: '&6&l$&a&lMoney&6&l$'
- Broadcast Win: false
- Player Message: true
- Chance: 20.0
- Prize Name: &6&l$&a&lMoney&6&l$
- Glow: true
- Use Permission: false
- Permission: archoncrates.prize.gold
- Global Win Amount: '*'
- Player Win Amount: '*'
- Commands:
- - eco give <player> 25000
- Dragon:
- Item ID: 397:5
- Item Data: 0
- StackAmount: 1
- Name: '&d&lDragon'
- Broadcast Win: true
- Player Message: true
- Chance: 10.0
- Prize Name: &d&lDragon
- Glow: true
- Use Permission: false
- Permission: archoncrates.prize.tools
- Global Win Amount: '*'
- Player Win Amount: '*'
- Commands:
- - minecraft:give <player> 397:5
- - minecraft:give <player> 122
- Repair:
- Item ID: 90
- Item Data: 0
- StackAmount: 1
- Name: '&c&l/Repair&f&l Command!'
- Broadcast Win: true
- Player Message: true
- Chance: 5.0
- Prize Name: &c&l/Repair&f&l Command!
- Glow: true
- Use Permission: false
- Permission: archoncrates.prize.godapple
- Global Win Amount: '*'
- Player Win Amount: '1'
- Commands:
- - pex user <player> add essentials.repair
- Feed:
- Item ID: 119
- Item Data: 0
- StackAmount: 1
- Name: '&c&l/Feed&f&l Command!'
- Broadcast Win: true
- Player Message: true
- Chance: 5.0
- Prize Name: &c&l/Feed&f&l Command!
- Glow: true
- Use Permission: false
- Permission: archoncrates.prize.cratekey
- Global Win Amount: '*'
- Player Win Amount: '1'
- Commands:
- - pex user <player> add essentials.feed
- file version: 0.0.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement