mirror of
https://github.com/TotalFreedomMC/TF-Marriage.git
synced 2024-12-27 18:44:20 +00:00
Update Message.java
Add message
This commit is contained in:
parent
51f7b69c9a
commit
7a568b529d
1 changed files with 2 additions and 1 deletions
|
@ -55,6 +55,7 @@ public enum Message {
|
|||
CONFIG_RELOAD("&aConfiguration settings were reloaded, please note that some settings may not apply until reboot."),
|
||||
GENDER_ALREADY_CHANGED("&cYou have already specified your gender, you can only do this once."),
|
||||
TELEPORT_UNSAFE("&cThe location you are trying to teleport to is unsafe or obstructed"),
|
||||
PARTNER_INVENTORY_FULL("&cYour partner's inventory is full!"),
|
||||
|
||||
// COMMANDS
|
||||
COMMAND_MARRY("Request a marriage with another player"),
|
||||
|
@ -105,4 +106,4 @@ public enum Message {
|
|||
|
||||
config.save();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue