Dynamic Custom Menu Plugin

Discussion in 'Plugin Requests' started by Trustinlies, Jul 20, 2015.

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

    Trustinlies

    Plugin category: Custom Menus

    Suggested name: DynamicMenus

    What I want: I need a plugin that allows me to create a .yml for a menu so for example travel.yml. Then inside the menu yml I designate the items for the menu and the required permission for that item to show. As the players do different things they will be granted the permission and then from that point on when they open the menu it will show them their available options but nothing they havent unlocked.

    Each menu.yml file should have the following options for each item:
    - Item Name (allow for color formatting)
    - Item Lore
    - Item (use item number for custom items as it will be used on a cauldron server)
    - Commands (what commands will the item run when clicked - Run by console)
    - Permission (permission required to display this item in the menu, setting to none will mean no perm is required and all players can see it)

    Requirements:
    - Needs to be bukkit and work with cauldron 1403 (not sure which specific bukkit build its using)
    - Core feature is that if the player doesnt have the perm, the menu option doesnt show.
    - Optional and configurable chat prompts.

    Ideas for commands:
    - dynamicmenu reload (reloads config and menus)
    - dynamicmenu open <menu name> (opens the menu.yml of the specified name)
    - dynamicmenu close (closes the open menu)

    Ideas for permissions:
    - dynamicmenu.admin (allows use of all commands)
    - dynamicmenu.open (allows use of open and close commands)

    When I'd like it by: As soon as possible. Would like to start setting it up in the next few days, but not needed for a week or two.
     
Thread Status:
Not open for further replies.

Share This Page