Moved into messages.yml

This commit is contained in:
james 2024-05-31 03:35:43 +01:00
parent a78196d4d5
commit 20da53789d
2 changed files with 2 additions and 10 deletions

View file

@ -121,6 +121,7 @@ public class TFMExtras extends PlexModule
addDefaultMessage("cantVisitIsland", "<red>You can't visit this player's island!");
addDefaultMessage("islandMemberExists", "<red>This player is already a member of your island!");
addDefaultMessage("receivedInviteForIsland", "<green>You have been invited to join "); //TODO: Finish this message... my laptop isn't liking minecraft so I can't do formatting for it, and do receivedInviteForIsland message
addDefaultMessage("playersExpelled", "<gray>Pushed away players: <white><em>{0}", "0 - The list of players");
}
@Override