Skip to main content

Cosmetics Permissions

Each cosmetic has a corresponding permission, so you can simply grant a player the necessary permissions to allow them to have a cosmetic belonging to a particular category.

Here is the permission form: bedwars.cosmetics.cosmetic.<category>.<cosmetic>

Give a player a cosmetic from a category.​

Example: bedwars.cosmetics.cosmetic.bed-destroy.lady-bug

Give a player a whole category with their cosmetics.​

Exmaple: bedwars.cosmetics.cosmetic.victory-dance.*

Give a player all the categories and their cosmetics.​

Permission: bedwars.cosmetics.cosmetic.*

Category Identifiers​

Category NamePermission Identifier
Projectile Trailprojectile-trail
Victory Dancevictory-dance
Final Kill Effectfinal-kill
Sprayspray
Island Topperisland-topper
Death Crydeath-cry
Shopkeeper Skinshopkeeper-skin
Kill Messagekill-message
Glyphglyph
Bed Destroybed-destroy
Wood Skinwood-skin

Cosmetic Identifiers​

Those identifiers can be found in the each categories configuration file.

File location: plugins/BedWars1058/Addons/Cosmetics/Categories

For example

bed-destroy.yml (snippet)
cosmetics:
squid-missile: # < This is the identifier
enabled: true
obtaining-methods: COIN,PERMISSION
material: MONSTER_EGG:94
amount: 1
enchanted: false
price: 5000
rarity: common
fireworks: # < This is the identifier
enabled: true
obtaining-methods: COIN,PERMISSION
material: FIREWORK
amount: 1
enchanted: false
price: 5000
rarity: common