* The title may be changed within the future *
CosmicCrates is a plugin which brings crates to your server in which have an awesome rotating animation! It's a great plugin for a donation perk!

CosmicCrates is a plugin which brings crates to your server in which have an awesome rotating animation! It's a great plugin for a donation perk!

Code:
################
### Messages ###
################
Messages:
GotCrate: '&a&LSUCCESS &2You have received a &a{CRATE} &2Cosmic Crate!'
GotMultipleCrate: '&a&LSUCCESS &2You have received &f{AMOUNT} &a{CRATE} &2Cosmic Crate!'
##############
### Chests ###
##############
Chests:
Ultimate:
Chest:
DisplayName: '&6&lGOD &7&lCrate'
Lores: []
Rotations: 10
ItemsInRotation: 5
Speed: 2 # ticks (20 = 1 second)
InventoryTitle: '&6&lGOD &7&lCrate'
Items:
0:
Chance: 10
ItemStackDisplay: 'DIAMOND_SWORD'
AmountOfItem: 1
Name: '&6&lGOD &7&lSword'
Lores:
- '&cEquipping this sword will allow you'
- '&cto grant yourself regeneration III.'
Enchantments:
DAMAGE_ALL: 5
Attributes:
- HIDE_ATTRIBUTES
- HIDE_DESTROYS
- HIDE_ENCHANTS
- HIDE_PLACED_ON
- HIDE_UNBREAKABLE
- HIDE_POTION_EFFECTS
Control:
GiveItem: true
CommandsToRun: []
1:
Chance: 30
ItemStackDisplay: 'DIAMOND_AXE'
AmountOfItem: 1
Name: '&6&lGOD &7&lAxe'
Lores:
- '&cEquipping this axe will allow you'
- '&cto utilize the skull splitter ability.'
Enchantments:
DAMAGE_ALL: 4
Attributes:
- HIDE_ATTRIBUTES
- HIDE_DESTROYS
- HIDE_ENCHANTS
- HIDE_PLACED_ON
- HIDE_UNBREAKABLE
- HIDE_POTION_EFFECTS
Control:
GiveItem: true
CommandsToRun: []
2:
Chance: 70
ItemStackDisplay: 'DIAMOND_PICKAXE'
AmountOfItem: 1
Name: '&6&lGOD &7&lPickaxe'
Lores:
- '&cEquipping this pickaxe will allow you'
- '&cto utilize the quick block-breaker ability'
- '&cwhile mining.'
Enchantments:
DIG_SPEED: 5
Attributes:
- HIDE_ATTRIBUTES
- HIDE_DESTROYS
- HIDE_ENCHANTS
- HIDE_PLACED_ON
- HIDE_UNBREAKABLE
- HIDE_POTION_EFFECTS
Control:
GiveItem: true
CommandsToRun: []
3:
Chance: 80
ItemStackDisplay: 'DIAMOND_HOE'
AmountOfItem: 1
Name: '&6&lGOD &7&lHoe'
Lores:
- '&cThis is just a regular old diamond hoe you HOE!'
Enchantments: []
Attributes:
- HIDE_ATTRIBUTES
- HIDE_DESTROYS
- HIDE_ENCHANTS
- HIDE_PLACED_ON
- HIDE_UNBREAKABLE
- HIDE_POTION_EFFECTS
Control:
GiveItem: true
CommandsToRun: []
4:
Chance: 90
ItemStackDisplay: 'PAPER'
AmountOfItem: 1
Name: '&e&lMONEY NOTE'
Lores:
- '&7Gain &a$400,000 &7dollars'
Enchantments: []
Attributes:
- HIDE_ATTRIBUTES
- HIDE_DESTROYS
- HIDE_ENCHANTS
- HIDE_PLACED_ON
- HIDE_UNBREAKABLE
- HIDE_POTION_EFFECTS
Control:
GiveItem: false
CommandsToRun:
- eco give {PLAYER} 400000
- sendMessage&a&lMONEY >> &2You have earned &a$400,000 &2dollars!



