-
Notifications
You must be signed in to change notification settings - Fork 26
Home
IamTheDefender edited this page Jun 6, 2026
·
6 revisions
BedWars Cosmetics is a BedWars addon that adds a full cosmetics system in one plugin:
- Bed Break Effects
- Death Cries
- Final Kill Effects
- Glyphs
- Island Toppers
- Kill Messages
- Projectile Trails
- Shopkeeper Skins
- Sprays
- Victory Dances
- Wood Skins
It also gives you:
- GUI menus
- previews
- economy purchases through Vault
- permission based unlocks
- multiple storage backends
- language-file based user text
- an API you can use from your own plugin
For server owners, you can follow the instructions below:
For server owners looking to customize the plugin, look here:
If you are a developer and want to build on top of the plugin:
If something is broken, read Troubleshooting before opening an issue or making a support ticket.
Supported BedWars targets:
- BedWars1058
- BedWars2023
- BedWarsProxy / BWProxy2023
- Screaming BedWars
- More to come; have a suggestion? let me know.
If none of those are installed, the plugin disables itself.
- Do not put user-facing text in config files. Messages, names and lore belong in language files.
- Do not use SQLite in proxy mode.
- Do not assume storage is only MySQL now. Read the storage section and set
database.typecorrectly. - Do not skip preview setup and then complain that previews do not work.
- Do not skip the wiki and then ask why a category that needs assets has no assets.
- Main repo: GitHub
- Support server: Discord
- Author site: iamthedefender.xyz
- License: GPL-3.0