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:
- Diamonds:
- Item ID: 264
- Item Data: 0
- StackAmount: 2
- Name: '&3Diamonds'
- Broadcast Win: true
- Player Message: true
- Chance: 5.0
- Prize Name: 2 diamonds
- Glow: true
- Use Permission: false
- Permission: archoncrates.prize.diamonds
- Global Win Amount: '*'
- Player Win Amount: '*'
- Commands:
- - minecraft:give <player> diamond 2
- Food:
- Item ID: 364
- Item Data: 0
- StackAmount: 5
- Name: '&dFood'
- Broadcast Win: false
- Player Message: true
- Chance: 40.0
- Prize Name: food set
- Glow: false
- Use Permission: false
- Permission: archoncrates.prize.food
- Global Win Amount: '*'
- Player Win Amount: '*'
- Commands:
- - minecraft:give <player> cooked_beef 5
- - minecraft:give <player> cooked_chicken 5
- - minecraft:give <player> cooked_porkchop 5
- Sword:
- Item ID: 276
- Item Data: 0
- StackAmount: 1
- Name: '&bSword'
- Broadcast Win: false
- Player Message: true
- Chance: 10.0
- Prize Name: diamond sword
- Glow: true
- Use Permission: false
- Permission: archoncrates.prize.sword
- Global Win Amount: '*'
- Player Win Amount: '*'
- Commands:
- - minecraft:give <player> diamond_sword 1
- Gold:
- Item ID: 266
- Item Data: 0
- StackAmount: 10
- Name: '&6Gold'
- Broadcast Win: false
- Player Message: true
- Chance: 15.0
- Prize Name: 10 gold
- Glow: false
- Use Permission: false
- Permission: archoncrates.prize.gold
- Global Win Amount: '*'
- Player Win Amount: '*'
- Commands:
- - minecraft:give <player> gold_ingot 10
- Tools:
- Item ID: 257
- Item Data: 0
- StackAmount: 1
- Name: '&7Tools'
- Broadcast Win: false
- Player Message: true
- Chance: 15.0
- Prize Name: Iron tools
- Glow: false
- Use Permission: false
- Permission: archoncrates.prize.tools
- Global Win Amount: '*'
- Player Win Amount: '*'
- Commands:
- - minecraft:give <player> iron_pickaxe 1
- - minecraft:give <player> iron_axe 1
- - minecraft:give <player> iron_shovel 1
- GodApple:
- Item ID: 322
- Item Data: 1
- StackAmount: 1
- Name: '&6God Apple'
- Broadcast Win: true
- Player Message: true
- Chance: 3.0
- Prize Name: GOD APPLE
- Glow: true
- Use Permission: false
- Permission: archoncrates.prize.godapple
- Global Win Amount: '*'
- Player Win Amount: '*'
- Commands:
- - minecraft:give <player> golden_apple 1 1
- CrateKey:
- Item ID: 131
- Item Data: 0
- StackAmount: 1
- Name: '&aCrate Key'
- Broadcast Win: true
- Player Message: true
- Chance: 2.0
- Prize Name: crate key
- Glow: true
- Use Permission: false
- Permission: archoncrates.prize.cratekey
- Global Win Amount: '*'
- Player Win Amount: '*'
- Commands:
- - archoncrates key <player> default 1
- Your Head:
- Item ID: 397
- Item Data: 3
- StackAmount: 1
- Name: '&cYour own Head'
- Broadcast Win: false
- Player Message: true
- Chance: 20.0
- Prize Name: Your Head!
- Glow: false
- Use Permission: false
- Permission: archoncrates.prize.devhead
- Global Win Amount: '*'
- Player Win Amount: '*'
- Commands:
- - minecraft:give <player> skull 1 3 {SkullOwner:"<player>",Unbreakable:1}
- NetherStar:
- Item ID: 399
- Item Data: 0
- StackAmount: 1
- Name: '&fNether Star'
- Broadcast Win: true
- Player Message: true
- Chance: 3.0
- Prize Name: nether star
- Glow: true
- Use Permission: false
- Permission: archoncrates.prize.devhead
- Global Win Amount: '*'
- Player Win Amount: '*'
- Commands:
- - minecraft:give <player> nether_star 1
- Emeralds:
- Item ID: 388
- Item Data: 0
- StackAmount: 3
- Name: '&2Emeralds'
- Broadcast Win: true
- Player Message: true
- Chance: 5.0
- Prize Name: emeralds
- Glow: true
- Use Permission: false
- Permission: archoncrates.prize.devhead
- Global Win Amount: '*'
- Player Win Amount: '*'
- Commands:
- - minecraft:give <player> emerald 3
- Donator Rank:
- Item ID: 340
- Item Data: 0
- StackAmount: 1
- Name: '&aDonator Rank'
- Broadcast Win: true
- Player Message: true
- Chance: 0.02
- Prize Name: Donator Rank
- Glow: true
- Use Permission: false
- Permission: archoncrates.prize.rank
- Global Win Amount: '*'
- Player Win Amount: '*'
- Commands:
- - manuadd <player> donator
- Use Sub Commands: true
- Ranks To Sub:
- - Owner
- - Admin
- - moderator
- - hmoderator
- - builder
- - hbuilder
- - advertiser
- Sub-Commands:
- - manuaddsub <player> donator
- file version: 0.0.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement