1

CONSOLE: blah blah blah

MarreNator 11/4/13 3:48 pm
154
11/6/2013 3:06 pm
Hey! Everything is actually fine with my server, but i installed a kitpvp plugin, when it runs the command /effect <player> speed 120 5(example) or any command runned by CONSOLE then it says in chat to ALL OP: CONSOLE: Given INVISIBILITY (ID 14) * 0 to MarreNator for 9999 seconds And it really pisses me off! when 10 players change their kits all the time it spams the chat(only for OP)

is it any plugin which just take it away from chat??? (i have tried /ignore @console/console/@, none of them works) so a plugin which remove any message from chat???
please help me

- MarreNator(Owner On MarreSteik)
Posted by
MarreNator
Level 1 : New Enderdragon
20

  Have something to say?

JoinSign in

5

MarreNator
11/06/2013 3:06 pm
Level 1 : New Enderdragon
and the kit is picked when clicken on a sign, the "kit" executes a set of command i can set,i set it to potion effects. then players get effect when chosing the specific kit. but, when given the effect it says in chat for OP(the ones with perms to see it) can see CONSOLE: given effect blah blah to blah blah, i want to remove this!

I use the plugin BattleKits

any help please?
1
MarreNator
11/06/2013 3:04 pm
Level 1 : New Enderdragon
sorry
installed*
1
oggehej
11/06/2013 2:21 pm
Level 18 : Journeyman Toast
When you said that you made the plugin, I assume you literally did it.

As it sounds, you're probably using the Bukkit.dispatchCommand() method. Instead, you should try to use:
int seconds = 60;
int multiplier = 5;
PotionEffectType effect = PotionEffectType.SPEED;

player.addPotionEffect(new PotionEffect(effect, seconds * 20, multiplier), true);

It will add a speed potion for 60 seconds with the multiplier of 5 to the defined player.
1
mpmumau
11/06/2013 2:56 pm
Level 1 : New Technomancer
I'd guess the same. dispatchCommand "Dispatches a command on the server, and executes it if found." Whereas all you really want to do is provide the effect.
1
MarreNator
11/06/2013 1:36 pm
Level 1 : New Enderdragon
HELLO?!??! PLEASE HELP!!!
1

Welcome