Inventory Kits
Whenever I play Minecraft with my friends, I always find myself spending the first minute on the server typing "/give <my name> 276", "/give <my name> 277", "/give <my name> 278", etc. So I made a plugin! With "Inventory Kits", you can give and receive all tools and armor of a certain material with just one command!
Commands
/invkit <material> - Give yourself the inventory kit for the specified material. The materials are:
- diamond
- gold
- stone
- wood
/invkit <material> <player> - Give the specified player the inventory kit for the specified material.
Permissions
- invkit.* - The parent permission. Has all the permissions below.
- invkit.diamond - Permission to give yourself a diamond inventory kit. Defaults to op.
- invkit.gold - Permission to give yourself a gold inventory kit. Defaults to op.
- invkit.stone - Permission to give yourself a stone inventory kit. Defaults to op.
- invkit.wood - Permission to give yourself a wood inventory kit. Defaults to true.
- invkit.give.diamond - Permission to give someone else a diamond inventory kit. Defaults to op.
- invkit.give.gold - Permission to give someone else a gold inventory kit. Defaults to op.
- invkit.give.stone - Permission to give someone else a stone inventory kit. Defaults to op.
- invkit.give.wood - Permission to give someone else a wood inventory kit. Defaults to op.
I specifically made permissions to give others inventory kits to prevent spamming other players with items.
To install, just put the jar file in the "plugins" folder. Enjoy!
You can find the source code in Github
-
View User Profile
-
Send Message
Posted Jun 6, 2013How is the wait time?