Skip to main content

Create Wood Skins

tip

If you need additional help, we'll be happy to help you on our Discord server.

Wood Skin category configuration file.​

File location: plugins/BedWars1058/Addons/Cosmetics/Categories/wood-skin.yml

Adding a new Wood Skin cosmetic.​

  1. Go to the glyph's configuration file and add a new row under the cosmetics path, as shown in the snippet below.
wood-skin.yml (snippet)
your-wood-skin-identifier:
enabled: true
material: # The icon's item material.
amount: # The icon's item amount.
enchanted: # True if you want to have an enchanted icon otherwise false.
price: # The price (e.g 5.000, 10.000, 100.000).
rarity: # The rarity (e.g common, rare, epic, legendary).
skin-material: # The skin material that should be applied in-game.
  1. Open your desired language file for your mode and then add a new row under the addons.cosmetics.cosmetics.wood-skin path, as shown in the snippet below.
File location: plugins/BedWars1058/Languages/messages_(lang).yml
messages_(lang).yml (snippet)
your-wood-skin-identifier:
display-name: # The display name for current language.
description: # The description for current language.
- 'Description line 1'
- 'Description line 2'
  1. Save all these files and restart your server.
  2. You're done, now you should see your custom Wood Skin on the Wood Skins menu via /cosmetic menu wood-skin.