Power Tool Essentials Minecraft
PowerTool — Bind commands to itemsOriginally requested by InflamedSebi.PowerTool allows you to bind commands to your in-hand items. Any item may be assigned commands for both left-click and right-click. Bound commands remain until you manually clear the binding.Please post bugs and/or feature requests as. Features. Bound commands may include special tokens which are appropriately substituted when the item is used. Currently, these are:TokenDescription%pThe name of the player you left-clicked or right-clicked.%xX-coordinate of the block targeted by your crosshairs%yY-coordinate of the block targeted by your crosshairs%zZ-coordinate of the block targeted by your crosshairs%YY-coordinate of the nearest air block above the block targeted by your crosshairsAll of these tokens are configurable.Works in creative mode.
Right-clicking and left-clicking players in creative mode will generally work, even when far away (up to 100 blocks).Ability to define global power tools. These are administrator-defined binds that can be made available to whoever you want (based on permissions).Fine-grained control over the use of power tools via permissions.Global power tools may grant temporary permissions or even be run as the console. Needless to say, these features should be used with care.The number of player-created binds may be limited based on group/permission.Items may be further differentiated by custom display name (e.g. When given one via Anvils).
Note this option is off by default, enable it in the configuration file.CommandsThere's only one command, /powertool which may also be abbreviated /pt or /ptool:. /powertool left — Binds the command (and its arguments) to the left-click action of the current item. The command must not include the first slash.
Minecraft Essentials Commands
This may also be abbreviated as /powertool l. /powertool right — Binds the command (and its arguments) to the right-click action of the current item. This may also be abbreviated as /powertool r. /powertool left — With no command to bind, the currently-bound left-click command is cleared from the current item.
Use /powertool right to clear the right-click command. /powertool list — Displays all player-defined power tools for the current player. /powertool clear — Clears all bound commands from the current item. /powertool clear — Clears all bound commands from the specified item. /powertool clear -a — Clears all bound commands from all items.
/powertool on — Enable power tools for this session (default is on). /powertool off — Disable power tools for this session. /powertool toggle — Toggle power tools availability. Can also be abbreviated as /powertool t.
/powertool reload — Re-reads config.yml.PermissionsPowerTool only supports Bukkit permissions (aka Superperms). By default, ops have all permissions. powertool.use — Allows the use and creation of power tools. (Has powertool.use. and powertool.create as child permissions.). powertool.use. — Allows the use of all power tools.
powertool.use. — Allows the use of a specific power tool identified by item-id. Item-id may be numeric (e.g. 322 for golden apple), or the with or without underscores (e.g.
Essentials Powertool Minecraft
GOLDENAPPLE or GOLDENAPPLE). Note that Bukkit permissions are not case-sensitive, so both powertool.use.goldenapple and powertool.use.GOLDENAPPLE work fine. powertool.create — Allows the creation of personal power tools. A player must be given this permission in order to use the left/right/list/clear subcommands. powertool.reload — Allows use of /powertool reloadAdditionally, per-group power tool limits may be defined using permissions. See the options section in config.yml for details.
Global, Administrator-defined BindsBy editing config.yml, the server administrator can define binds for use by anyone with the powertool.use permission.For example: powertools:string:left-click: pluginsright-click: versionThe item ID ('string' in the above example) may be an integer item ID or a name. If using an integer item ID, you must quote it as a string, e.g. '287' for 'string.' If using a name, you must use a standard Bukkit material name. For example, for golden apples, you may use one of:. GOLDENAPPLE.
'golden apple' (since it has a space, it must be quoted). goldenappleExamples.Promote and demote users using the left-click and right-click actions of the current item:/powertool l promote%p/powertool r demote%p.Bind WorldEdit's copy & paste commands. Remember that many WorldEdit commands normally start with two slashes, but you must always omit the first slash./powertool left /copy/powertool right /pasteLicense & SourcePowerTool is released under the.Sources may be found on GitHub:.Development builds of this project can be acquired at the provided continuous integration server.These builds have not been approved by the BukkitDev staff.
Use them at your own risk. (Requires ToHPluginUtils.jar). (includes ToHPluginUtils, like the version distributed on dev.bukkit.org)To Do. Allow setting/clearing global power tools from the command line (for those with the proper permission, of course). Allow player-specific power tools to override global ones.
Allow global power tool flags (e.g. Run-as-console) to be assigned to each individual action.Comments.