main/Commands

A quick note before you go reading all of these. NONE of these will work from the console. I don't ever plan on allowing this, even the reload command.

/ib - toggle InstaBreak mode for yourself.

  • Enables/disables InstaBreak mode for yourself. This setting is not persistent (reverts to DISABLED upon reconnect or server restart)
  • requires permission instabreak.toggle, instabreak.force, or instabreak.config


/ib save - save InstaBreak settings to the configuration file

  • This will save any settings you have currently in memory to the configuration file. Useful if you used commands to edit settings and wanted to preserve them.
  • requires permission instabreak.config


/ib reload - load InstaBreak configuration file settings into memory

  • This will load any settings you have changed in the configuration file to memory. Useful for after manually editing the config.yml and wanting to update it's effects in-game.
  • requires permission instabreak.config


/ib info - display InstaBreak status/settings. (alias "/ib i")

  • This will display various information about the current global and user based status of InstaBreak.
  • requires being in InstaBreak mode, whether given or toggled yourself


/ib list - list players with InstaBreak mode enabled.

  • Lists ALL players that currently have InstaBreak mode enabled. Players who have been granted InstaBreak mode via the "/ib enable" command will be colored grey, players who have sufficient permissions to toggle InstaBreak mode themselves will be colored gold
  • requires permission instabreak.force or instabreak.config


/ib enable <playerName> - enable InstaBreak mode for <playerName> (alias "/ib e")

  • Will enable InstaBreak mode for the specified player (except for players who have sufficient permissions to toggle InstaBreak mode in that world themselves). The target player does not require any permissions and will only be able to use the "/ib info" command.
  • requires permission instabreak.force or instabreak.config


/ib disable <playerName> - disable InstaBreak mode for <playerName> (alias "/ib d")

  • Will disable InstaBreak mode for the specified player (except for players who have sufficient permissions to toggle InstaBreak mode in that world themselves.)
  • requires permission instabreak.force or instabreak.config


/ib disable * - disable InstaBreak mode for all players (alias "/ib d")

  • Will disable InstaBreak mode for all players (except for players who have sufficient permissions to toggle InstaBreak mode themselves). * = asterix sign, this is just a string value I used - there is no wildcard support in typing in player names.
  • requires permission instabreak.force or instabreak.config


/ib tool <typeId> - change the universal InstaBreak tool to <typeId>.

  • Will change the InstaBreak tool to any existing typeId. Only accepts numeric representation (see Block IDs and Item IDs sections here). This setting is global (for all players) and persistent (will be saved after successful server "stop") ID 0 (zero for AIR) = bare hand, ID 9999 = ANY block/tool
  • requires permission instabreak.config


/ib drop - toggle dropping of miniblocks upon block breaking.

  • Will toggle the dropping of miniblocks from blocks broken with the InstaBreak tool. This setting is global (for all players) and persistent (will be saved after successful server "stop")
  • requires permission instabreak.config


/ib ranged - toggle ranged breaking of blocks

  • Will toggle the ability to break blocks at range ( > 4 meters). This setting is restricted to players with proper permissions and persistent (will be saved after successful server "stop")
  • requires permission instabreak.config and instabreak.ranged


/ib bedrock - toggle breaking bedrock (except bottom most layer).

  • Will toggle the ability to break bedrock above the bottom most layer. This setting is restricted to players with proper permissions and persistent (will be saved after successful server "stop")
  • requires permission instabreak.config and instabreak.bedrock


/ib stats - toggle tracking statistics for "blocks mined"

  • Will toggle the tracking of blocks being mined while in InstaBreak mode
  • requires permission instabreak.config


/ib protection - toggle respecting of region protection plugins

  • Will toggle respecting region protection plugins
  • requires permission instabreak.config


/ib serverwide - toggle server wide InstaBreak mode

  • Will toggle InstaBreak mode for the entire server indefinitely! Everyone will be able to use InstaBreak if holding the InstaBreak tool regardless of if they have permission or not.
  • Once this mode is activated, all commands except "/ib serverwide", "/ib save", and "/ib reload" will work. Also all players joining the server will be notified that it is active.
  • requires permission instabreak.config and instabreak.serverwide

Comments

Posts Quoted:
Reply
Clear All Quotes