EssentialsX

EssentialsX

2M Downloads

Command Block Spam Problem

Flick3rF3r opened this issue ยท 20 comments

commented

Can I turn off command block /tell logs? Its spamming so much :(
Screenshot: https://ibb.co/hYucO5

commented

Use /gamerule logAdminCommands false. This is not Essentials related.

commented

No progress :(
Screenshot: https://ibb.co/eHyAt5

commented

That was the wrong one, try /gamerule commandBlockOutput false.

commented

Still won't work: https://ibb.co/crT76Q
Also I have found something like this in EssentialsX files: https://ibb.co/mkxvt5
directory: Essentials.jar\com\earth2me\essentials\Essentials.class

commented

Interesting, I was unaware.
Can you confirm that the message disappears without Essentials enabled?

commented

hm....I'll try. wait a min.

commented

MC client view: https://ibb.co/cfkLRQ
Servers console view: https://ibb.co/hyj3fk
The problem is gone... ๐Ÿ˜„
But I need Essentials ๐Ÿ˜ž

commented

Seems like you are out of luck for now, as Essentials commands are always logged right now, no matter what. Only way to remove it is to use a different messaging plugin, Bukkit seems to no longer support the default /tell from what I can see unfortunately.

commented

What else can I use to send links/messages to players by commandblocks?

commented

Try /tellraw @p ["",{"text":"www.google.com"}].

(Doesn't make the link clickable, use https://www.minecraftjson.com/).

Clickable link example: /tellraw @p ["",{"text":"Google!","color":"blue","clickEvent":{"action":"open_url","value":"http://google.com"}}]

commented

Ok. I'll tell you if it works for me ๐Ÿ˜ƒ

commented

Thanks...it works fine ๐Ÿ‘

commented

But anyway: It should be added in the future updates. Do you agree with me? ;)

commented

Should I close this issue?

commented

I agree that it should be toggleable, and you do too, so no I guess.

commented

okay

commented

Seriously: BIG THANKS for your help! ๐Ÿ˜„
I was stuck with this problem for 2 days ๐Ÿ˜…

commented

Bukkit seems to no longer support the default /tell from what I can see unfortunately.

Hm? /minecraft:tell (which, without plugins, is just /tell) should still work, you just don't have /bukkit:tell anymore. Though in commandblocks, /tellraw is probably better.

commented

You are right, I recall it being /bukkit:tell, since they also have (had?) their custom permissions renamed from minecraft. to bukkit..

commented

Yea, for a while there were both bukkit: and minecraft: versions of most commands (such as /bukkit:say which used purple text); a while ago (I think in 1.8) those were removed because the vanilla commands worked fine and it was better to be consistent.