Command Block Spam Problem
Flick3rF3r opened this issue ยท 20 comments
Can I turn off command block /tell logs? Its spamming so much :(
Screenshot: https://ibb.co/hYucO5
No progress :(
Screenshot: https://ibb.co/eHyAt5
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
Interesting, I was unaware.
Can you confirm that the message disappears without Essentials enabled?
MC client view: https://ibb.co/cfkLRQ
Servers console view: https://ibb.co/hyj3fk
The problem is gone... ๐
But I need Essentials ๐
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.
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"}}]
Seriously: BIG THANKS for your help! ๐
I was stuck with this problem for 2 days ๐
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.
You are right, I recall it being /bukkit:tell
, since they also have (had?) their custom permissions renamed from minecraft.
to bukkit.
.