# Edit Basic Content

## TAB / SCOREBOARD / BOSSBAR

{% hint style="info" %}
Locate the folder <kbd>plugins/tab/config.yml</kbd>and edit them there.
{% endhint %}

## COMMAND PREFIXES

{% hint style="info" %}
Locate the folder <kbd>plugins/itsmyconfig/placeholders/default.yml</kbd> and edit it there.
{% endhint %}

## DISCORD and STORE LINKS

{% hint style="info" %}
Locate the folder <kbd>plugins/conditionalevents/events/discord\_store\_commands.yml</kbd>and edit the links.
{% endhint %}

## MULTIPLAYER SERVER INFO (MOTD)

{% hint style="info" %}
Locate the folder <kbd>plugins/minimotd/main.conf</kbd> and edit it as you want.
{% endhint %}

## WELCOME MESSAGE AND PLAYER JOIN/LEAVE MESSAGES

{% hint style="info" %}
Locate the file at <kbd>plugins/conditionalevents/events/welcome\_message.yml</kbd> and edit it as you want.
{% endhint %}

## NPC ATTACHED COMMANDS

{% hint style="info" %}
Locate the folder <kbd>plugins/conditionalevents/events/npc\_commands.yml</kbd> and edit them there.
{% endhint %}

## RESET CUSTOM WORLDS

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

<kbd><mark style="color:green;">/mv delete corrupted\_world<mark style="color:green;"></kbd>

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

<kbd><mark style="color:green;">/mvcreate corrupted\_world normal -g TerraformGenerator<mark style="color:green;"></kbd> <br>

{% hint style="info" %} <mark style="color:green;">**NOTE:**</mark> Remember that world names are case sensitive, so type the name exactly as it is.
{% endhint %}

CHANGE A PLAYER RANK:

{% hint style="info" %}
As OP use the following command:&#x20;

<kbd>/lp user (PLAYER NAME) parent set (RANK)</kbd> <br>

For example: /lp user HyperDev\_ parent set owner <br>

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