Addon Setup & Configuration
1. Download this addon.
2. Put this into your plugins folder.
3. Restart or reload your server.
Configuration file location
plugins\BedWars1058\Addons\Compass\config.yml
Configuration File
How to create a custom communication message
Note: The tutorial down below is not a requirement it's just a utility
- Step 1 -
Create a new column in the config.yml file in
menus.communications.items and name it anything you want,
and add specified options below.
You may set
NONE,
RESOURCE, or
TEAM for the menu
if you set
RESOURCE you can use
{resource} placeholder in the message text
if you set
TEAM you may use
{team} placeholder in the message text
If you are using 1.8-1.12 for material use 'material: data' format
Use 'sound, volume, pitch' for sound format
Code (YAML):
'column-name':
material
: material here
enchanted
: false
slot
: slot here
menu
:
NONE, RESOURCE, TEAM
- Step 2 -
Go to:
plugins/BedWars1058/Languages
and then add display-name, lore and message in each language file in
addons.compass.menus.communications.items.column-name
Code (YAML):
'column-name':
message
: 'message for specified language'
display-name
: 'display name'
lore
:
- ''
- '&eClick to send!'