InventoryControls
Awesome GUI Interaction done simply
Usage
- Download the plugin
- Add it to your plugins folder
- With a reload the plugin should be working with the default configuration
- Change the configuration accordingly and reload
- Connect to your server, you will receive the activator item
- The activator can not be placed in chests or inventories and everybody just gets one
The configuration file contains many specific details: Example Config
# InventoryControls Configuration # The amount of slots in the inventory, 9 is a row, 18 is two rows # Must be divisible by 9 inventory-size: 9 # The name that appears in the inventory screen, must be unique inventory-name: "Player Contol Panel" # NOT IMPLEMENTED # Valid times: first-join, join #item-give: "join" # The list of items # Remember to use spaces instead of tabs items: activator: id: 345 #damage: 0 -- Damage is optional for these items (ex: dyes) name: "&3Player Control Panel" lore: - "&cOpen your personal player control panel" slot2: id: 339 name: "&3Your Commands" lore: - "&cLists page 1 of the commands you can access" commands: - "help" slot5: id: 398 name: "&3Pig Summoner" lore: - "&cSummons a pig to your location" commands: - "summon pig" slot8: id: 283 name: "&3Create A Faction" lore: - "&cStart your own faction with the click of a button" - "&cRename your faction with /f tag <new_name>" commands: - "f create {PLAYER_NAME}fac"
Video of InventoryControls in action

