diff --git a/src/main/resources/storage/messages.json b/src/main/resources/storage/messages.json
index d6306c0..c2b6645 100644
--- a/src/main/resources/storage/messages.json
+++ b/src/main/resources/storage/messages.json
@@ -1,71 +1,65 @@
{
"error.not_a_player": "You must be a player to execute this command!",
"error.already_in_clan": "You are already in a clan!",
- "usage.clan_create": "Usage: /clan create ",
- "success.clan_created": "Clan created successfully!",
- "usage.clan_chat": "Usage: /clan chat ",
"error.not_in_clan_chat": "You are not in a clan!",
- "usage.clan_join": "Usage: /clan join ",
"error.clan_not_found": "Clan not found!",
"error.already_requested": "You have already requested to join this clan.",
- "success.join_request_sent": "Join request sent to clan %s!",
"error.player_not_online": "Player %s is not online!",
"error.player_already_in_clan": "%s is already in a clan!",
- "success.invite_sent": "Invite sent to %s.",
- "notification.invite": "Invite from clan %s.",
- "button.accept": "[Accept]",
- "button.deny": "[Deny]",
- "usage.clan_invite": "Usage: /clan invite ",
"error.not_authorized_invite": "You are not authorized to invite players to a clan!",
- "usage.clan_accept": "Usage: /clan accept ",
"error.invite_not_found": "No invite found from clan %s.",
- "success.join_clan": "You have joined the clan %s!",
- "success.invite_accepted_notify": "%s has accepted the clan invite.",
- "usage.clan_accept_request": "Usage: /clan accept ",
"error.no_join_requests": "No join requests available.",
"error.join_request_not_found": "No join request found from %s.",
- "success.join_request_accepted": "You have accepted %s's join request.",
- "success.join_request_accepted_notify": "Your join request for clan %s has been accepted.",
- "usage.clan_deny_invite": "Usage: /clan deny ",
- "error.invite_declined": "You have declined the clan invite from %s.",
- "error.invite_declined_notify": "%s has declined the clan invite.",
- "usage.clan_deny_request": "Usage: /clan deny ",
- "error.join_request_denied": "You have denied %s's join request.",
- "error.join_request_denied_notify": "Your join request for clan %s has been denied.",
- "error.no_clans": "No clans found!",
- "error.not_in_clan_info": "You are not in a clan!",
- "error.clan_not_found_info": "Could not find your clan.",
- "error.not_authorized_kick": "You are not authorized to kick players.",
- "usage.clan_kick": "Usage: /clan kick ",
- "error.player_not_found": "No such player found.",
"error.player_not_in_clan": "%s is not in your clan!",
"error.cannot_kick_leader": "You cannot kick the clan leader!",
- "success.player_kicked": "You kicked %s from the clan.",
- "error.player_kicked_notify": "You have been kicked from the clan %s.",
"error.only_leader_transfer": "Only the clan leader can transfer leadership.",
- "usage.clan_transfer": "Usage: /clan transfer ",
- "success.leadership_transferred": "You transferred leadership to %s.",
- "success.new_leader_notify": "You are now the leader of the clan %s.",
"error.only_leader_promote": "Only the clan leader can promote a member.",
- "usage.clan_promote": "Usage: /clan promote ",
"error.already_vice": "%s is already the vice!",
- "success.promoted_to_vice": "You promoted %s to vice leader.",
- "success.promoted_notify": "You have been promoted to vice leader of clan %s.",
"error.not_authorized_demote": "You are not authorized to demote anyone.",
- "usage.clan_demote": "Usage: /clan demote ",
"error.not_vice": "%s is not the vice leader!",
"error.only_self_demote": "You can only demote yourself!",
- "success.demoted": "You demoted %s to a normal member.",
- "error.demoted_notify": "You have been demoted to a normal member of clan %s.",
"error.only_leader_disband": "Only the clan leader can disband the clan.",
"error.leader_cannot_leave": "You must transfer leadership or disband the clan before leaving.",
- "success.clan_disbanded_leave": "You have disbanded your clan (no other members) and left.",
- "success.left_clan": "You have left the clan %s.",
"error.only_leader_modify": "Only the clan leader can modify clan settings.",
- "usage.clan_modify": "Usage: /clan modify ",
"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.",
+
+ "usage.clan_create": "Usage: /clan create ",
+ "usage.clan_chat": "Usage: /clan chat ",
+ "usage.clan_join": "Usage: /clan join ",
+ "usage.clan_invite": "Usage: /clan invite ",
+ "usage.clan_accept": "Usage: /clan accept ",
+ "usage.clan_accept_request": "Usage: /clan accept ",
+ "usage.clan_deny_invite": "Usage: /clan deny ",
+ "usage.clan_deny_request": "Usage: /clan deny ",
+ "usage.clan_kick": "Usage: /clan kick ",
+ "usage.clan_transfer": "Usage: /clan transfer ",
+ "usage.clan_promote": "Usage: /clan promote ",
+ "usage.clan_demote": "Usage: /clan demote ",
+ "usage.clan_modify": "Usage: /clan modify ",
+
+ "success.clan_created": "Clan created successfully!",
+ "success.join_request_sent": "Join request sent to clan %s!",
+ "success.invite_sent": "Invite sent to %s.",
+ "success.join_clan": "You have joined the clan %s!",
+ "success.invite_accepted_notify": "%s has accepted the clan invite.",
+ "success.join_request_accepted": "You have accepted %s's join request.",
+ "success.join_request_accepted_notify": "Your join request for clan %s has been accepted.",
+ "success.player_kicked": "You kicked %s from the clan.",
+ "success.leadership_transferred": "You transferred leadership to %s.",
+ "success.new_leader_notify": "You are now the leader of the clan %s.",
+ "success.promoted_to_vice": "You promoted %s to vice leader.",
+ "success.promoted_notify": "You have been promoted to vice leader of clan %s.",
+ "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.",
+
+ "notification.invite": "Invite from clan %s.",
+
+ "button.accept": "[Accept]",
+ "button.deny": "[Deny]",
+
"help.leader": "=== Clan Commands ===\n- /clan info\n- /clan invite\n- /clan kick\n- /clan transfer\n- /clan promote\n- /clan demote\n- /clan disband\n- /clan leave\n- /clan accept\n- /clan deny\n- /clan modify\n- /clan list\n=====================",
"help.vice": "=== Clan Commands ===\n- /clan info\n- /clan invite\n- /clan kick\n- /clan demote\n- /clan leave\n- /clan accept\n- /clan deny\n- /clan list\n=====================",
"help.member": "=== Clan Commands ===\n- /clan info\n- /clan leave\n- /clan list\n=====================",