Can I turn off command block /tell logs? Its spamming so much :(
Screenshot: https://ibb.co/hYucO5
Use /gamerule logAdminCommands false. This is not Essentials related.
No progress :(
Screenshot: https://ibb.co/eHyAt5
That was the wrong one, try /gamerule commandBlockOutput false.
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?
hm....I'll try. wait a min.
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.
What else can I use to send links/messages to players by commandblocks?
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"}}]
Ok. I'll tell you if it works for me 馃槂
Thanks...it works fine 馃憤
But anyway: It should be added in the future updates. Do you agree with me? ;)
Should I close this issue?
I agree that it should be toggleable, and you do too, so no I guess.
okay
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..
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.
Most helpful comment
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"}}]