Fix missing option descriptions + fix formatting of plugin.yml

This commit is contained in:
Evenprime 2011-09-12 00:22:56 +02:00
parent 0264eb97d5
commit 8442194f3c
2 changed files with 10 additions and 10 deletions

View File

@ -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:

View File

@ -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.");
} }