Custom Permissions Plugin

Discussion in 'Plugin Development' started by RustyDesigns, Jul 29, 2015.

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

    RustyDesigns

    I have read this thread: http://wiki.bukkit.org/Developing_a_permissions_plugin and understand it almost fully, I just have one question. Do I create a different permissions attachment for each group? Thanks, RustyDesigns. Please don't comment "Use another plugin", I would like to learn to use this for my future projects.
     
  2. @RustyDesigns Since you insist on making your own I suggest you look into Vault.
     
  3. Offline

    Konato_K

    @RustyDesigns You always make a permission attachment per player
     
  4. Offline

    RustyDesigns

    I know that, but how do I manage groups? @Konato_K
     
  5. Offline

    Konato_K

    @RustyDesigns With your own logic, there is no concept of "groups" in bukkit, and is not necessary
     
  6. if players is in group:
    give them this prefix
    give them this suffix
    give them this chat format
    give them these perms
     
Thread Status:
Not open for further replies.

Share This Page