Skip to main content

Create Glyphs

tip

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

note

Glyph images should be 1:1 it's recommended to use 128x128 dimensional pictures to not lose the image quality. Also, the size dimension is suited for the best performance to prevent servers from lagging. Supported image formats are JPEG, PNG, BMP, and WEBMP.

Glyph category configuration file.​

File location: plugins/BedWars1058/Addons/Cosmetics/Categories/glyph.yml

Adding a new Glyph cosmetic.​

  1. Get your picture and put it in the directory according to your mode.

    Folder location: plugins/BedWars1058/Addons/Cosmetics/Glyph
  2. Go to the glyph's configuration file and add a new row under the cosmetics path, as shown in the snippet below.

glyph.yml (snippet)
your-glyph-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).
path: # Glyph's picture path (e.g new_glyph.png).
  1. Open your desired language file for your mode and then add a new row under the addons.cosmetics.cosmetics.glyph path, as shown in the snippet below.
File location: plugins/BedWars1058/Languages/messages_(lang).yml
messages_(lang).yml (snippet)
your-glyph-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 Glyph on the Glyphs menu via /cosmetic menu glyph.