Hide Command Output

Discussion in 'Archived: Plugin Requests' started by DJ_SLIM3, Apr 6, 2014.

  1. Offline

    DJ_SLIM3

    Hello everyone! I have a simple request for a plugin (in theory). Could someone code a plugin that hides the output of the "/summon" command in chat and in console as well? (i.e. sending "[server] object successfully summoned")?
     
  2. Offline

    timtower Administrator Administrator Moderator

    DJ_SLIM3 There is a gamerule that can do that. /gamerule commandBlockOutput false
     
    tcvs likes this.
  3. Offline

    DJ_SLIM3

    timtower I thought that only worked for command blocks. Does it work for console commands as well? I'm wanting a plugin that hides command streams from console, not command blocks
     
  4. Offline

    timtower Administrator Administrator Moderator

    DJ_SLIM3 Do you mean the "player issued server command" ?
    I know that there also is a gamerule / option for that
     
  5. Offline

    DJ_SLIM3

    timtower I'm not concerned with the player being the command sender. I'm meaning when the console runs a command (i.e. [CONSOLE] Set time to 0). I'm wanting to hide/prevent the commands from being logged in the players' chat.
     
  6. Offline

    timtower Administrator Administrator Moderator

    Then take a look at this: http://wiki.bukkit.org/CraftBukkit_commands Bottom part.
    And de-opping them will have that result
     
  7. Offline

    DJ_SLIM3

    timtower sweet! I'll try using that! Thanks bro!
     

Share This Page