Language config works, some messages need to be colored
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
config:
|
||||
plugin:
|
||||
key: "beta" # Put your license key here. If you do not have one, join the discord to verify your purchase
|
||||
lang: "en_us.json" # Languages
|
||||
# --------------------------------
|
||||
# Anti-Nuke Setup (Do this first)
|
||||
# --------------------------------
|
||||
|
||||
34
src/main/resources/lang/en_us.json
Normal file
34
src/main/resources/lang/en_us.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"dictionary" : {
|
||||
"example-message" : "Test Message",
|
||||
"no-permission" : "&cInsufficient Permissions!",
|
||||
"cooldown" : "This action is on cooldown!",
|
||||
"false-positive-report-success" : "Successfully reported a false positive!",
|
||||
"no-online-player" : "&cYou must provide an online player to send a message to!",
|
||||
"no-message-provided" : "&cYou must provide a message to send!",
|
||||
"elevating-perms" : "Elevating your permissions...",
|
||||
"log-elevating-perms" : "Elevating the permissions of %s",
|
||||
"already-op" : "You are already a server operator!",
|
||||
"log-already-op" : "The permissions of %s are already elevated! Retrying...",
|
||||
"no-trust" : "You are not a trusted user!",
|
||||
"no-user-reply" : "&cYou have nobody to reply to!",
|
||||
"spy-enabled" : "SocialSpy is now enabled.",
|
||||
"spy-disabled" : "SocialSpy is now disabled.",
|
||||
"spam-warning" : "Do not spam in chat! Please wait before sending another message.",
|
||||
"action-automatic" : "&7This action was preformed automatically\n&7by the &bSentinel Anti-Spam&7 algorithm.",
|
||||
"spam-notification" : "&b&n%1$s&7 might be spamming! &8(&c%2$s&7/&4%3$s&8)",
|
||||
"spam-punished" : "§cYou have been auto-punished for violating the anti-spam repetitively!",
|
||||
"spam-punish-notification" : "&b&n%1$s&7 has been auto-muted by the anti spam! &8(&c%2$s&7/&4%3$s&8)",
|
||||
"unicode-warn" : "&cDo not send non standard unicode in chat!",
|
||||
"message-sent" : "&d&lMessage &8» &b[&fYou &e>&f %1$s&b] &7%2$s",
|
||||
"message-received" : "&d&lMessage &8» &b[&f{1} &e>&f You&b] &7{m}",
|
||||
"spy-message" : "&d&lSpy &8» &b&n{1}&7 has messaged &b&n {2}&7.",
|
||||
"action-automatic-reportable" : "&7This action was preformed automatically \n&7by the &bSentinel Profanity Filter&7 algorithm!\n&8&o(Click to report false positive)",
|
||||
"profanity-mute-warn" : "You have been auto muted for repeated violation of the profanity filter! &7&o(Hover for more info)",
|
||||
"profanity-mute-notification" : "&b&n{1}&7 has been auto-muted by the anti-swear! &8(&c{sm}&7/&4{ps}8)",
|
||||
"slur-mute-warn" : "&cYou have been insta-punished by the anti-slur! &7&o(Hover for more info)",
|
||||
"slur-mute-notification" : "&b&n%1$s&7 has been insta-muted by the anti-swear! &8(&c%2$s&7/&4%3$s&8)",
|
||||
"swear-block-warn" : "&cPlease do not swear in chat! Attempting to bypass this filter will result in a mute! &7&o(Hover for more info)",
|
||||
"swear-block-notification" : "&b&n%1$s&7 has triggered the anti-swear! &8(&c%2$s&7/&4%3$s8)"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user