Filled CommandMenu

Discussion in 'Plugin Requests' started by pale1, Jan 23, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    pale1

    Plugin category: Mechanics

    Suggested name: CommandMenu

    What I want:
    Typing a certain command will open up a GUI menu with different buttons (items) on the page. Pressing each item runs a command for the player. For example, if you configured the plugin menu to have a button for /spawn, clicking it will return you to spawn. Each menu should have a configurable amount of slots and each item should be able to be placed in any slot. You should also be able to create multiple menus by creating more files.

    Example picture:
    [​IMG]

    How the config should look:

    MenuCommand: <command>
    #For example, /perks could open up some donor perks.
    MenuName: <name>
    #The name the menu has. If you look at the picture, this spot would be "Example Menu"
    Slots: <number of slots>
    #The number of slots in the GUI.

    Slot-<#>:
    Item Name: <name> (What the item is called in the menu)
    Item Lore: <lore|lore|...|lore|lore> (The lore of the item. Different lines are separated with "|")
    ItemID: <Item id> (The minecraft item ID)
    DataValue: <data value> (The minecraft damage value for an item, used for different varieties of blocks like wool)
    Command: <command> (The command that the plugin runs when you click on the item)
    Deny Message: <the message given when the player doesn't have permission to run the command>

    To make multiple GUI menus you would have multiple config files all with the same format. Each menu would go by the name Menu1, Menu2, etc.

    Ideas for commands: /commandmenu reload (reloads the plugin)
    /<menu> (Opens up a specific command menu with matching command)

    Ideas for permissions:
    - CommandMenu.reload
    - CommandMenu.use.menu.<Menu1,Menu2,Menu3,etc.>.<slot1,slot2,slot3,etc. OR * for all>


    When I'd like it by:
    This week or friday next week.
     
  2. Offline

    _Hybrid

    I suggest CommandChestGUI,
    it does what you want and more
     
  3. Offline

    pale1

    I don't know if I like it since you can't just type 1 simple command to get each menu up. That's why I asked for my own. I like to have a lot of customization with my plugins.
     
  4. Offline

    _Hybrid

    @pale1
    You can. There is an option to do so.
    For example, on my server, players do
    /particles and it opens a particle gui
     
  5. Offline

    pale1

    How could I set that up?
     
  6. Offline

    KrypticIce

  7. Offline

    pale1

  8. Offline

    _Hybrid

    @pale1
    It is in the configuration
     
  9. Offline

    pale1

    Alright, I'll check it out. Thanks for the help :D
     
  10. Offline

    Solaris_88

    Yea, definitely recommend CommandChest. It's the best one that I've used so far.
     
  11. Im not staff, So you dont have to do this, But it will be apriceated;
    Since you dont want the plugin anymore (As confirmed in the post where you say 'Thanks for the help'),
    State the thread as Filled
    This way players wont click on the thread no more, Thinking they can help someone here
     
Thread Status:
Not open for further replies.

Share This Page