From 0add60322e3957cd3def9d47bd57b5fa71855e64 Mon Sep 17 00:00:00 2001 From: Deauthorized <49701242+Deauthorized@users.noreply.github.com> Date: Thu, 2 May 2024 17:22:05 -0400 Subject: [PATCH] Update messages.yml --- server/src/main/resources/messages.yml | 40 ++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/server/src/main/resources/messages.yml b/server/src/main/resources/messages.yml index 9b97556..2376c4d 100644 --- a/server/src/main/resources/messages.yml +++ b/server/src/main/resources/messages.yml @@ -27,6 +27,8 @@ indefBanMessageReason: "Your {0} is indefinitely banned! You may appeal at playerNotFound: "Player not found!" specifyPlayer: "You must specify a player!" worldNotFound: "World not found!" +# This will always be used for punishments where the sanctioning administrator has not provided a reason. Will ignore MiniMessage tags. +noReasonProvided: "No reason provided." # 0 - The world you have been teleported to playerWorldTeleport: "You have been teleported to {0}." # 0 - The person who is freezing @@ -210,3 +212,41 @@ playersMaterialCleared: "{0} has been removed from the following players: nobodyHasThatMaterial: "No one online has that in their inventory." # 0 - The attempted material name materialNotFound: "{0} is not a valid item/block name." +# 0 - The players name +loginMessage: "{0} joined the game" +# 0 - The string that wasn't a valid integer +notANumber: "{0} is not a valid number!" +# 0 - Players currently online +# 1 - Max players +listHeader: "There is currently {0} player online out of {1} players." +# 0 - Players currently online +# 1 - Max players +listHeaderPlural: "There are currently {0} players online out of {1} players." +# 0 - Player who is having their notes fetched +notesHeader: "Player notes for: {0}" +# 0 - Note ID +# 1 - Author of the note +# 2 - Timestamp +notePrefix: "{0} - Written by: {1} on {2}" +# 0 - The content of the note +noteLine: "# {0}" +# 0 - The player +# 1 - The number of notes logged for said player +playerNoteAlert: "{0} has {1} note. Click here to view their note." +# 0 - The player +# 1 - The number of notes logged for said player +playerNoteAlertPlural: "{0} has {1} notes. Click here to view their notes." +smiteTitleHeader: "You've been smitten." +# 0 - The reason for the smite. Will default to noReasonProvided if no reason is specified. +# 1 - The admin / staff member +smiteTitleMessage: "Be sure to follow the rules!" +# 0 - The player +# 1 - The reason for the smite. Will default to noReasonProvided if no reason is specified. +# 2 - The admin / staff member +smiteBroadcast: "{0} has been smitten! - Reason: {1} - Smitten by: {2}" +# 0 - The player +smittenQuietly: "Smitten {0} quietly." +# 0 - The reason for being smitten +smitten: "You've been smitten. Reason: {0}" +nukerKickMessage: "Please turn off your nuker!" +antiSpamMessage: "Please refrain from spamming messages."