Multinode

Discussion in 'Archived: Plugin Requests' started by Tsrizchris, Sep 20, 2012.

  1. Offline

    Tsrizchris

    Plugin category: Permissions

    Suggested name: MultiNode

    What I want: A plugin that allows you to give person nodes to people by using a command, configurable through a configuration. The nodes would have to be multiword & permissionEX compatible. Basically what would happen would be that you type a command, and certain pre-configured nodes will be added to the player in the world (Configured in the plugin).

    Ideas for commands: /mn <player> add 1, /mn <player> add 2, etc.

    Ideas for permissions: multinode.setgroup.X (Where X represents a ladder defined in the config)

    When I'd like it by: Soon, would today or tomorrow work?
     
  2. Offline

    Woobie

    You are asking a plugin that allows you to give permission nodes with commands, but then the commands are "setgroup"
    EDIT: Whats the difference between /mn and /mb ?
     
  3. Offline

    Tsrizchris

    Both /mn sorry. Typo on my part- let me edit. And you're right, it adds nodes. The setgroup was just something I put as I wasn't really too sure what word would work. "Addnodes"? "add"?
     
  4. Offline

    WarmakerT

    VariableTriggers.
     
  5. Offline

    Tsrizchris

    I don't know how to create it using VariableTriggers. Could you help explain?
     
  6. Offline

    WarmakerT

    @CMDOP pex user <playername> add (node)
    Something like that.
     
  7. Offline

    Tsrizchris

    How do I make it into a command?
     
  8. Offline

    WarmakerT

    Read the variable trigger's page for help. The page has very good documentation.
     
  9. Offline

    Tsrizchris

    I did :S I don't understand it
     
  10. Offline

    Kiakaha

    to make it a command while in game you would type

    "/vtcmd EXAMPLE @CMDOP pex user <playername> add (node)"

    this would make it so if PLAYERA typed "/example" he would be granted (node)
     
  11. Offline

    Tsrizchris

    Is there a way to grant multiple nodes into one command? That's the big thing I'm looking for.
     
  12. Offline

    1mpre55

  13. Offline

    Tsrizchris

    Could someone please just make my life 200x easier and make this plugin.. :\
     
  14. Offline

    np98765

    This can be accomplished with a plugin such as CommandHelper.

    You can have the command /perms <user> run 20 PEX commands that adds nodes to the specified user.
     
  15. Offline

    1mpre55

    You don't need any other plugins, use either permission groups or permissions.yml:
    1. In PEX's permissions.yml make a new permission group with all the permissions you need. In game use /pex user <player> group add <group> [world]. To revert use remove instead of add
    2. Use Bukkit's permissions.yml to add a new permission node that combines multiple other nodes and then use /pex user <player> add <your-permission-node> [world]
    You can combine these 2 methods if you want to give permissions to multiple predefined players at the same time. Just make a new group with no permissions and add it to all players you want. Group all your permissions with Bukkit's permissions.yml and use /pex group <group> add <your-permission-node> [world]
    More about PEX commands
    Plugin like this is possible and fairly easy to make using Vault, but it wouldn't be useful in your case, because PEX provides you with commands to do this.
     

Share This Page