diff --git a/src/main/resources/storage/messages.json b/src/main/resources/storage/messages.json index c2b6645..722e79a 100644 --- a/src/main/resources/storage/messages.json +++ b/src/main/resources/storage/messages.json @@ -24,6 +24,10 @@ "error.modify_invalid": "You can only modify 'name' or 'tag'.", "error.unknown_subcommand": "Unknown subcommand. Use /clan for help.", "error.clan_disbanded_notify": "Your clan %s has been disbanded by the leader.", + "error.no_clans": "No clans found.", + "error.not_in_clan": "To claim you need to be in a clan!", + "error.chunk_already_claimed": "Chunk is already claimed!", + "error.max_claims_reached": "You cannot claim more than 50 chunks!", "usage.clan_create": "Usage: /clan create ", "usage.clan_chat": "Usage: /clan chat ", @@ -54,6 +58,7 @@ "success.demoted": "You demoted %s to a normal member.", "success.clan_disbanded_leave": "You have disbanded your clan (no other members) and left.", "success.left_clan": "You have left the clan %s.", + "success.chunk_claimed": "Successfully claimed the chunk!", "notification.invite": "Invite from clan %s.", @@ -77,7 +82,6 @@ "info.members_list_header": "Members List:\n", "info.member_line": " - Member: %s\n", "info.footer": "=====================", - "home.error.not_a_player": "You must be a player to use this command!", "home.sethome.success": "Home set!", "home.delhome.success": "Home removed!", @@ -104,9 +108,11 @@ "claim.territory": "Territory of %s - %s!", "command.blocked": "Unknown or incomplete command, see below for error\n%s <--[HERE]", + "player.join": "[+] ", "pressureplate.teleport": "You need to wait 5 seconds to be teleported.", + "teleport.cancelled": "Teleporting cancelled, you moved!", "teleport.success": "Teleported!", "teleport.countdown": "Teleporting to home in %s seconds!"