πŸ› οΈEdit Basic Content

Learn how to edit the most important components of the setup

TAB / SCOREBOARD / BOSSBAR

circle-info

Locate the folder plugins/tab/config.ymland edit them there.

COMMAND PREFIXES

circle-info

Locate the folder plugins/itsmyconfig/placeholders/default.yml and edit it there.

circle-info

Locate the folder plugins/conditionalevents/events/discord_store_commands.ymland edit the links.

MULTIPLAYER SERVER INFO (MOTD)

circle-info

Locate the folder plugins/minimotd/main.conf and edit it as you want.

WELCOME MESSAGE AND PLAYER JOIN/LEAVE MESSAGES

circle-info

Locate the file at plugins/conditionalevents/events/welcome_message.yml and edit it as you want.

NPC ATTACHED COMMANDS

circle-info

Locate the folder plugins/conditionalevents/events/npc_commands.yml and edit them there.

RESET CUSTOM WORLDS

To reset the custom worlds (Survival & ResourceWorld) you will need to delete the world you want to reset, for example "survival" one, by using:

/mv delete corrupted_world

After that you will need to regenerate that world using the custom generator by running the command:

/mvcreate corrupted_world normal -g TerraformGenerator

circle-info

NOTE: Remember that world names are case sensitive, so type the name exactly as it is.

CHANGE A PLAYER RANK:

circle-info

As OP use the following command:

/lp user (PLAYER NAME) parent set (RANK)

For example: /lp user HyperDev_ parent set owner

Always use "parent set" instead of "parent add" since having more than one rank at the same time, may cause some permissions errors, and the player will just display the higher rank at tab/chat/name tag.

Last updated