The Meaning of Life, the Universe, and Everything.
Join Date:
1/24/2019
Posts:
56
Member Details
Hi,
I admin a server and have a scoreboard counting "CollGem" [A Unique Player Head] in player's inventory,
How do I make the command not visible to me when I have the item?
(Only appears when I have the items)
The server's gamerule:
sendCommandFeedback - False
CommandBlockOutput - False
The Commands functioning the scoreboard:
To make the Scoreboard:
scoreboard objectives add CollGem dummy
To have the Scoreboard count for the specific [Player Head] in player's inventory {Repeating CommandBlock, Always Active}
execute as @a store result score @s CollGem run clear @s minecraft:player_head{SkullOwner:{Id:[I;1044791293,803162932,-2018068839,-1065596049],Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzM5MGM3MWNjOTQ3YWFiYzA1NzU4ZjNjNDk5NGEzMWZiNTgyMWZkNTE2ZjExYjBkOWUxOWU5YzQ3MWE2NDZmNyJ9fX0="}]}, Name: "Colloseum Gem"}} 0
Please give any advice,
preferably vanilla server related,
or any changes to the Scoreboard command to hide the command
Have you tried the logadmincommand gamerule? since your'e running the command as the player you (the admin) would be the one it would be running through. I may be wrong but this command may not work for someone who isnt an operator...
Hi,
I admin a server and have a scoreboard counting "CollGem" [A Unique Player Head] in player's inventory,
How do I make the command not visible to me when I have the item?
(Only appears when I have the items)
The server's gamerule:
sendCommandFeedback - False
CommandBlockOutput - False
The Commands functioning the scoreboard:
To make the Scoreboard:
scoreboard objectives add CollGem dummy
To have the Scoreboard count for the specific [Player Head] in player's inventory {Repeating CommandBlock, Always Active}
execute as @a store result score @s CollGem run clear @s minecraft:player_head{SkullOwner:{Id:[I;1044791293,803162932,-2018068839,-1065596049],Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzM5MGM3MWNjOTQ3YWFiYzA1NzU4ZjNjNDk5NGEzMWZiNTgyMWZkNTE2ZjExYjBkOWUxOWU5YzQ3MWE2NDZmNyJ9fX0="}]}, Name: "Colloseum Gem"}} 0
Please give any advice,
preferably vanilla server related,
or any changes to the Scoreboard command to hide the command
Thanks in advance,
Ventus
Have you tried the logadmincommand gamerule? since your'e running the command as the player you (the admin) would be the one it would be running through. I may be wrong but this command may not work for someone who isnt an operator...
- Cubic
I did do that, but the message still turns up
Are you sure you disabled both commandfeedback and commandblockOutput, the success shouldn't turn up unless you're directly executing from chat
@crazy_dave, yes I did
Resolved:
My server has multiple worlds and the comandblockOutput was set to true in one of them
Take a look at your level.dat with an NBT Editor
https://github.com/jaquadro/NBTExplorer/releases
At Data - GameRules
Check the entries
commandBlockOutput and logAdminCommands
both should be false
Maybe also make a test with setting
sendCommandFeedback to false