From 070bcac0da544770ad45f3b312124d488e50dd52 Mon Sep 17 00:00:00 2001 From: asofold Date: Mon, 10 Sep 2012 11:08:55 +0200 Subject: [PATCH] Add example string for tempkick. --- src/fr/neatmonster/nocheatplus/config/DefaultConfig.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fr/neatmonster/nocheatplus/config/DefaultConfig.java b/src/fr/neatmonster/nocheatplus/config/DefaultConfig.java index e0508fa0..5fb44dbb 100644 --- a/src/fr/neatmonster/nocheatplus/config/DefaultConfig.java +++ b/src/fr/neatmonster/nocheatplus/config/DefaultConfig.java @@ -372,6 +372,7 @@ public class DefaultConfig extends ConfigFile { set(ConfPaths.STRINGS + ".nopwnage", start + "acted like spamming (IP: [ip])" + end); set(ConfPaths.STRINGS + ".noswing", start + "didn't swing arm" + end); set(ConfPaths.STRINGS + ".tellglchat", tell + "&cNCP: &eChat can by annoying at times..."); + set(ConfPaths.STRINGS + ".tempkick5", "ncp tempkick [player] 5 You have five minutes to think about it!"); // Update internal factory based on all the new entries to the "actions" section. regenerateActionLists();