SimpleCrates is a comprehensive plugin that allows you to create and manage custom reward crates.
Players can open crates using specific keys and win random rewards with a configurable probability system.
Code (YAML):
crates:
example:
rewards:
'0':
item:
==
: org.bukkit.inventory.ItemStack
v
: 4189
type
: DIAMOND
chance
: 5.0
'1':
item:
==
: org.bukkit.inventory.ItemStack
v
: 4189
type
: IRON_INGOT
amount
: 10
chance
: 25.0
'2':
item:
==
: org.bukkit.inventory.ItemStack
v
: 4189
type
: GOLD_INGOT
amount
: 5
chance
: 35.0
'3':
item:
==
: org.bukkit.inventory.ItemStack
v
: 4189
type
: EMERALD
amount
: 3
chance
: 35.0
in-game GUI crate creator... put rewards items and click "confirm"
Commands:
Permission System
- simplecrates.create - Create new crates
- simplecrates.give - Give keys to players
- simplecrates.getcrate - Obtain physical crates
- simplecrates.list - View crate list
- simplecrates.preview - See reward previews
- simplecrates.delete - Delete crates
- simplecrates.reload - Reload configurations
- simplecrates.break - Break placed crates