I remember back when TheArchon had an extremely active player base, their crate plugin was extremely cool, and it was unique, instead of using key items, it stored the players crates in the config, or mysql, or whatever they used, and instead of having a separate crate for each crate type, it had 1 which would open up a gui which then you could choose your keys
On a new server, called NoxiousPvP (something like that), they have recreated this.
I don't know if any other (active, being updated) crate plugins can do this, so I'm thinking of recreating this.
The config would look like this:
I'm wondering if this would actually sell, if it was well coded & extremely customizable
On a new server, called NoxiousPvP (something like that), they have recreated this.
I don't know if any other (active, being updated) crate plugins can do this, so I'm thinking of recreating this.
The config would look like this:
Code:
gui:
title: "&4&lCrates"
crates:
- EPIC, GOLDEN_APPLE, 12
- LEGEND, GOLDEN_APPLE, 14
rewards:
epic:
amountperkey: 1
rewards:
- give %player% DIAMOND_SWORD, 1%
- give %player% IRON_SWORD, 99%
legend:
amountperkey: 3
rewards:
- give %player% DIAMOND_SWORD, 5%
- give %player% IRON_SWORD, 95%
I'm wondering if this would actually sell, if it was well coded & extremely customizable
