HypItems
HypItems
About
HypItems enables you to save blueprints of items in a database. The items may then at any time be retrieved or given to another player, in any amount.
Usage
To create a HypItem, hold an item in your hand and type /hi c MyItem.
A new HypItem called to MyItem should now be saved in the database. To retrieve it, type /hi r MyItem.
You should now receive a copy of MyItem. To delete the HypItem, type /hi d MyItem.
Commands
| Command | Description | Arguments | Permission |
|---|---|---|---|
| hi c | Create a new HypItem from the held item. | <hypitem> | hypitem.create |
| hi d | Delete a HypItem. | <hypitem> | hypitem.delete |
| hi i | View info about a HypItem. | <hypitem> | hypitem.info |
| hi r | Retrieve a HypItem. | <hypitem> <amount> | hypitem.retrieve |
| hi g | Give a HypItem to a player. | <hypitem> <player> <amount> | hypitem.give |
| hi l | List all existing HypItems. | <page> | hypitem.list |
Setup
The plugin uses a database, so you will need to get a database driver.
Source
Source available on Github.
Comments