PowerTool — Bind commands to items
Originally requested by InflamedSebi in this thread.
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 dev.bukkit.org tickets.
Features
- Bound commands may include special tokens which are appropriately substituted when the item is used. Currently, these are:
| Token | Description |
|---|---|
| %p | The name of the player you left-clicked or right-clicked. |
| %x | X-coordinate of the block targeted by your crosshairs |
| %y | Y-coordinate of the block targeted by your crosshairs |
| %z | Z-coordinate of the block targeted by your crosshairs |
| %Y | Y-coordinate of the nearest air block above the block targeted by your crosshairs |
All 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.
Commands
There's only one command, /powertool which may also be abbreviated /pt or /ptool:
/powertool left <the-command-to-bind>— Binds the command (and its arguments) to the left-click action of the current item. The command must not include the first slash. This may also be abbreviated as/powertool l./powertool right <the-command-to-bind>— 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 rightto 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 <item-id-or-name>— 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.
Permissions
PowerTool only supports Bukkit permissions (aka Superperms). By default, ops have all permissions.
powertool.use— Allows the use and creation of power tools. (Haspowertool.use.*andpowertool.createas child permissions.)powertool.use.*— Allows the use of all power tools.powertool.use.<item-id>— 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 Bukkit Material name with or without underscores (e.g. GOLDEN_APPLE or GOLDENAPPLE). Note that Bukkit permissions are not case-sensitive, so bothpowertool.use.golden_appleandpowertool.use.GOLDEN_APPLEwork 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 reload
Additionally, per-group power tool limits may be defined using permissions. See the options section in config.yml for details.
Global, Administrator-defined Binds
By editing config.yml, the server administrator can define binds for use by anyone with the powertool.use permission.
For example:
powertools:
string:
left-click: plugins
right-click: version
The 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 (found here). For example, for golden apples, you may use one of:
GOLDEN_APPLE'golden apple'(since it has a space, it must be quoted)goldenapple
Examples
-
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 /paste
License & Source
PowerTool is released under the Apache License, Version 2.0.
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.
- PowerTool (Requires ToHPluginUtils.jar)
- PowerTool-standalone (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.
Facts
- Date created
- Oct 03, 2011
- Category
- Last update
- May 05, 2013
- Development stage
- Beta
- Language
- enUS
- License
- Apache License version 2.0
- Curse link
- PowerTool
- Downloads
- 11,197
- Recent files
- Reply
- #7
ZerothAngel Feb 23, 2012 at 05:30 UTC - 0 likesBTW, I added coordinate substitution and released 0.9.4. But the BukkitDev team must be busy since it's been stuck in limbo for over 26 hours now.
BFAK:ZerothAngel,90566764,079d521650974a1ac3fb552228a2240d1310edef5ea774c56eecb3ea3ffeab59
- Reply
- #6
ZerothAngel Feb 21, 2012 at 20:45 UTC - 0 likes@Yazzeh: Go
Hey there. Well, I'm not too happy with the way PowerTool is configured right now, so I've been meaning to re-do that part of it. But I haven't had time to really think about it so I've been putting it off... and off... and off... :)
The %loc thing should be pretty easy, but in order to be really general, it raises a few questions:
I'll look into adding it soon.
- Reply
- #5
Yazzeh Feb 21, 2012 at 16:38 UTC - 0 likesHey ZerothAngel, thanks for making this great, simple plugin! I was wondering when you'd have the block target feature put in? I want to be able to use items with the spawnmob command and #target so I can have a game where the players on my server have to fight off hordes of mobs that I can spawn randomly around them! Will your future %loc substitution allow this? Thanks again!
- Reply
- #4
InflamedSebi Feb 02, 2012 at 10:12 UTC - 0 likes@ZerothAngel: Go
Hay thx again for doing this and "Thisguy128512" meant, that u change the command syntax from: "/pt <command>" to "/pt </command>" so it can be used as macro for chatting or somethimg:
"/pt Pease read the rules first!" will get done in the chat:"Pease read the rules first!"
but this will allow the meber to spam a lot easier ... @Thisguy128512: Go
if u want it for chattung just use the /say or /broadcast command, so it would have the same effect and its not possible to spam for Members ...
BFAK:90588743,5db0382f1faee93879c0f471084dbb330b887d856578a65afbb9771de6f75097
- Reply
- #3
ZerothAngel Oct 18, 2011 at 17:29 UTC - 0 likes@Thisguy128512: Go
I'm not sure I understand, and I'm not familiar with Tiki Toolkit (though if I did know about it, I probably wouldn't have created this :P)
When you select an equipped item that has commands bound to it, the plugin will let you know what those commands are.
The only issue right now is that when you swap your current item with a power tool (bound item) from your inventory, nothing is displayed. This is something I'll be looking into in the future.
- Reply
- #2
Thisguy128512 Oct 18, 2011 at 13:30 UTC - 0 likesSo maybe you could have it so it says what's programmed in, not add a slash to it, like Tiki Toolkit does. Then this would be perfect- bind macros as well as commands, plus it'd be easier to understand the binding for some people.
- Reply
- #1
scottjpaquette Oct 08, 2011 at 12:03 UTC - 0 likesThis is a great idea for a plugin, and once the command bindings can be saved permanently it will be extremely useful to me. I submitted an enhancement ticket as I would love to see permanent bindings added that were server wide so that all users on the server could make use of it once the server admin created the binding. Having this functionality would allow me to get rid of at least three other plugins that I have kludged together to produce a similar effect.