The "Cosmetics & Coins" is an addon for the MBedwars plugin that adds 300 cosmetics which can be purchased by the user with coins that he earned while playing, opening loot crates or by buying server ranks. While all animations, GUIs, items and etc. are fully customizable, the default configuration has a lot to deliver on its own and is ready to be used on any production environment.
/bw info
)/plugins/MBedwars/add-ons
./bw reload
config.yml
file of MBedwars:endlobby-countdown-time
is greater than 15 (you may set it to less, but otherwise the victory dances will be shorter)endlobby-tptolobby
to falseThe Cosmetics also has some PlaceholderAPI placeholders included out of the box.
Use /papi info mbedwars-cosmetics
to find a list of all placeholders that you can use.
Value | Description |
%mbedwars-cosmetics_items-count-total% | The amount of items that exist in total |
%mbedwars-cosmetics_items-count-bought% | The amount of item that the player has bought |
%mbedwars-cosmetics_items-count-bought-percentage% | The percentage of the amount of the items that the player has bought |
%mbedwars-cosmetics_currency-<currency id>-name% | Returns the configured name of a currency given by its id |
%mbedwars-cosmetics_currency-<currency id>-balance% | Returns a formatted (e.g. $50) balance of the player for the given currency id |
%mbedwars-cosmetics_currency-<currency id>-balance-unformatted% | Returns an unformatted (e.g. 50) balance of the player for the given currency id |