mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-02-19 13:11:43 +01:00
Fix missing option descriptions + fix formatting of plugin.yml
This commit is contained in:
parent
0264eb97d5
commit
8442194f3c
@ -3,7 +3,7 @@ name: NoCheat
|
|||||||
author: Evenprime
|
author: Evenprime
|
||||||
|
|
||||||
main: cc.co.evenprime.bukkit.nocheat.NoCheat
|
main: cc.co.evenprime.bukkit.nocheat.NoCheat
|
||||||
version: 2.03
|
version: 2.03a
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
||||||
|
@ -70,9 +70,9 @@ public class Explainations {
|
|||||||
set("chat.check", "If true, do various checks on PlayerChat events.");
|
set("chat.check", "If true, do various checks on PlayerChat events.");
|
||||||
|
|
||||||
set("chat.spam.check", "If true, check if a player is spamming the chat.");
|
set("chat.spam.check", "If true, check if a player is spamming the chat.");
|
||||||
set("interact.spam.timeframe", "Over what timeframe (in seconds) should the messages be counted?");
|
set("chat.spam.timeframe", "Over what timeframe (in seconds) should the messages be counted?\nWhen the time is over, counting starts at 0 again.");
|
||||||
set("interact.spam.limit", "How many messages per timeframe may the player send?");
|
set("chat.spam.limit", "How many messages per timeframe may the player send without it counting as spamming?");
|
||||||
set("interact.spam.actions", "What should be done if a player is trying to spam the chat.\nUnit is number of chat messages above the given limit.");
|
set("chat.spam.actions", "What should be done if a player is trying to spam the chat.\nUnit is number of chat messages above the limit you declared above.");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user