Marcely's Bedwars comes with quite many configurations out of the box.
It may be difficult to understand how everything is structured and where a config is located at the beginning, but the plugin follows a very simple schematic.
Generally, everything that is being created by the MBedwars plugin is being stored within the /plugins/MBedwars
folder. If you want to reset your customizations, it is safe to delete all files apart from the data
folder, as that one includes e.g. the created arenas, added dealers, and possibly even the player's statistics, if they are being stored locally.
You may click on the blue tinted buttons to read more about them.
- 🏝️ Base / Miscellaneous
config.yml
Contains all kinds of various configurations, especially for smaller parts that don't need an extra file.
- 🍭 Teams
teams.yml
Modify all the properties of each team, including name, colors and initials.
- 🕳️ Spawners
spawners.yml
A spawner is a generator that frequently drops items during a match. You may create new ones or edit the existing ones.
- 🛒 Shop
shop.yml
Contains all the items and pages that are being displayed on the shop. You may add your own ones or edit the existing ones. You may change the complete layout here as well.
- ⚔️ Upgrades Shop
upgrades-shop.yml
Similar to the normal shop config, you may edit the existing upgrades, add new ones, or change the complete layout.
- 🎨 Shop Layouts Properties
shop-layouts-properties.yml
Apply fine correction for the shop and upgrade shop layouts.
- 🔊 Sounds
sounds.yml
The plugin may play a sound on specific event. You may configure what exact sound it should play.
- 😴 Lobby Hotbar
lobby-hotbar.yml
Contains all the items that will be given to the player during the lobby phase. You may add your own ones or edit the existing ones.
- 🎒 Spectator Hotbar
spectator-hotbar.yml
Contains all the items that will be given to the player while he's spectating. You may add your own ones or edit the existing ones.
- 🏆 Achievements
achievements.yml
Edit the achievements that players are able to obtain.
- 🖼️ Lines of the stats hologram
ranking-lines.cm2
Contains the lines that will be displayed on the leaderboard statue. You may spawn it with /bw spawn rankingstatue
- 💬 Messages
languages folder
There's a separate file for every language. They contain all the messages that the plugin will display to the player.
- 📄 Scoreboard Layouts
scoreboard-layouts folder
There are separate scoreboard config files for different game states.
- 📱 ArenasGUI Layouts
arenasgui-layouts folder
An ArenaGUI is a scheme for displaying arenas in a GUI. You may add your own layouts in here.
- 🔌 Add-Ons
add-ons folder
You may configure or install add-ons in here. Keep in mind that not all support this folder. Read the instructions of the add-on you're trying to install.
- 📦 Plugin's Internal Data
data folder
Very technical! Likely only needed for developers.
Contains all the data the plugin uses internally, such as arenas data, player stats, spawned dealers and holograms, etc. You shouldn't have to do anything in here as you might break things easily, and you're able to do everything via commands.