diff --git a/docs/customization/config.md b/docs/customization/config.md index e92fe98..ab15289 100644 --- a/docs/customization/config.md +++ b/docs/customization/config.md @@ -17,9 +17,9 @@ server: motd: "%servername% - Minecraft %mcversion%" colorize_motd: true -# Ban message is customized here. Additional messages can be configured in messages.yml +# Ban message is customized in the messages.yml file. The URL to appeal at is below. banning: - message: "&cYou are banned! Please appeal on the forums at https://forum.plex.us.org/" + ban_url: 'https://forum.plex.us.org' # Settings for commands relating to Plex diff --git a/docs/customization/messages.md b/docs/customization/messages.md index c96ff9a..2978cc2 100644 --- a/docs/customization/messages.md +++ b/docs/customization/messages.md @@ -15,6 +15,11 @@ baseColor: "7" broadcastColor: "b" errorColor: "c" +# 1: Appeal URL +# 2: Reason +# 3: Expiry +# 4: Punisher +banMessage: "&cYou have been banned! You may appeal at &6.\n&cReason: &6\n&cEnd date: &6\n&cBanned by: &6" test: "this is a test message!" # 1: the command sender's username variableTest: "variable test with !" @@ -49,6 +54,7 @@ nameHistoryTitle: "Name History of " nameHistoryBody: " - ()" # 1: the username that failed nameHistoryFail: "Something went wrong while trying to retrieve name history of ! Try again later!" +nameHistoryDoesntExist: "Couldn't find this user! Please check if your spelling was correct and this player exists" gameModeSetTo: "Your gamemode has been set to ." setOtherPlayerGameModeTo: "You set 's gamemode to ." playerSetOtherGameMode: " set your gamemode to ." @@ -68,6 +74,9 @@ banningPlayer: " - Banning " unbanningPlayer: " - Unbanning " playerNotBanned: "That player is not banned!" teleportedToWorldSpawn: "Teleporting to the local spawn" +toggleCommandSpy: "CommandSpy has been " +enabled: "enabled" +disabled: "disabled" ``` ## Troubleshooting