Inactive [SEC] PermissionsPlus v3.2.5p - Alternative commands to modify Permissions in-game now w/MWS [1337]

Discussion in 'Inactive/Unsupported Plugins' started by DigitalTyrant, Mar 20, 2011.

  1. Offline

    DigitalTyrant

    PermissionsPlus - Adds ability to modify Permissions in-game

    Updated: 10/6/2011
    Version: 3.2.5p [jar]
    CraftBukkit: [b1337jnks]
    Description:
    PermissionsPlus adds commands to allow administrators the ability to modify their Permissions config from within Minecraft client. The most complete Permissions editing plugin for Bukkit. Supports Multi-World. Updated for MultiPlay!​
    REQUIRES: Permissions 3.x - Permissions Thread

    Includes: P2Aliases updated 10/6/2011

    Feedback: http://p2.idea.informer.com/

    Get updates on TWITTER!

    Installation and Usage information and Permissions nodes
    are available at Mymchost.com

    Information:

    It appears that I am not the only server admin that stuck to Permissions v2.7.4 so, I have released PermissionsPlusLegacy v2.4. It is a RB1000+ compatible version of PermissionsPlus v2.3. You can download this in the change log below.
    • You can specify multiple worlds separated using a comma. Do not use any spaces after the comma.
      Code:
      w:World1,World2,World3
    • You can specify all worlds using an asterisk.
      Code:
      w:*
    • You can specify multiple groups using commas for the /user -addgroup command.
      Code:
      /user -addgroup u:Username s:Group1,Group2,Group3
    • All Usernames and Groups can be shortened. You will be notified if more than one possible match is found.
      Code:
      digital = DigitalTyrant, adm = Administrator
    • With 2.x+ you must add the info variable 'rank' to your groups in order to enable promote, demote and some group functions. You can set this variable from within the game using the command:
      Code:
      /group -setinfo g:GroupName i:rank s:1-100+
                           or
                         /rankset GroupName 1-100+ world 
      The higher the number the higher the rank. Make sure you use i:rank and not i:Rank it is case-sensitive.
    • You can now set Promote and Demote limits. The Promote limit is the highest rank they can promote to. Demote limit is the highest limit that they can demote from. You can set these using the commands:
      Code:
      /group -setinfo g:GroupName i:dlimit s:50
                         /group -setinfo g:GroupName i:plimit s:75 
    If you use want to Permissions + PermissionsPlus while using Essentials plugins, make sure you do not have FakePermissions or EssentialsGroupBridge enabled.



    Not sure how long this will be useful with Bukkit's upcoming Permissions system, but it allows the Moderators of my server to give new members access without having to modify the .yml file directly. I will continue development until the new Bukkit Permissions system has widely replaced Permissions plugin.
    Thanks to Nijikokun, original author of Permissions.

    Thanks and Enjoy!
     
  2. Offline

    DigitalTyrant

    I have done little testing with the negative number theory, but other users have said that it works. I may toss an option in 2.1 to accomplish this.
     
  3. Offline

    Lanuk

    I am pretty sure I am. I updated to the latest versions yesterday, 4 days after the 2.03 update.

    I will just wait for an update and hopefully a fix.
     
  4. Offline

    DigitalTyrant

    version 2.1 out --
     
  5. Offline

    cullyn

    can we have a setting to assume default at all times. as current world is worthless to me.

    assume default world: true/false
     
  6. Offline

    Wahrheit

    The only thing noteworthy is the Multiplay support. Hehe.

    Thanks so much for working with me on this broski.
     
  7. Offline

    Mushee

    hey, ive got the mod on a multiplay server and whenever i try to use a command it says
    '' [p2] group [rank] does not have a rank defined.''
    where [rank] is, it comes up with a line like that for every rank, then at the bottom it says
    ''some groups do not have a rank defined, some commands are diabled.''

    do you know how to fix this?
     

    Attached Files:

  8. Offline

    tomnicklin

    Im having this same problem, I am on Multiplay servers which have just uploaded a compatable version, I just cannot use this command, do i have to enter the rank manually?
     
  9. Offline

    Jonte1777

    Im also having this problem ;(
     
  10. Offline

    tomnicklin

    Ok I fixed this issues by going to :
    http://www.wi-alliance.com/yamlhelper/

    copying my permissions file in and adding the line "rank: 1" "rank: 2" etc etc under the info part of permissions then parsed it and copied it back and promotes work now :D

    just to make it more clear how to use this site:
    Go to http://www.wi-alliance.com/yamlhelper/
    Deleted the current permmisions text there
    Add your own permissions text
    Prees "Parse"
    Go to the group section and add the ranks to each
    when done press save and then parse again to fix spacing
    then copy to clipboard
    copy back to your main permissions file
    save/restart
    done
     
  11. Offline

    Jonte1777

    Can u copy you Permissions file and paste it here? this does not work for me... ;(
     
  12. Offline

    Mushee

    is the rank: 1 meant to be like this??
    Default:
    default: true
    info:
    rank: 1
    prefix: ''
    suffix: ''
    build: true
    inheritance: ''

    or

    Default:
    default: true
    info: rank: 1
    rank: 1
    prefix: ''
    suffix: ''
    build: true
    inheritance: ''
     
  13. Offline

    tomnicklin

    this is my permissions file:

    I use the YAML website and its important to parse!

    Code:
    ---
    plugin:
      permissions:
        system: 'default'
        copies: ''
    groups:
      Admin:
        default: ''
        info:
          prefix: '&d'
          suffix: ''
          build: true
          rank: 5
        inheritance:
          - 'Mod'
        permissions:
          - 'bb.admin.*'
      Default:
        default: true
        info:
          prefix: '&2'
          suffix: ''
          build: true
          rank: 1
        inheritance: ''
        permissions:
          - 'essentials.motd'
          - 'essentials.rules'
          - 'essentials.spawn'
          - 'lwc.protect'
      Mod:
        default: ''
        info:
          prefix: '&4'
          suffix: ''
          build: true
          rank: 4
        inheritance:
          - 'Trusted'
        permissions:
          - 'essentials.tp'
          - 'essentials.tphere'
          - 'essentials.kick'
          - 'essentials.ban'
          - 'essentials.unban'
          - 'herosneak.sneak'
          - 'herosneak.exempt'
          - 'vanish.vanish'
          - 'lwc.mod'
      Owner:
        default: ''
        info:
          prefix: '&6'
          suffix: ''
          build: true
          rank: 6
        inheritance: ''
        permissions:
          - '*'
          - 'logblock.lookup'
          - 'logblock.tool'
          - 'logblock.toolblock'
          - 'logblock.me'
          - 'logblock.area'
          - 'logblock.rollback'
          - 'logblock.hide'
      Trusted:
        default: ''
        info:
          prefix: '&b'
          suffix: ''
          build: true
          rank: 2
        inheritance:
          - 'Default'
        permissions:
          - 'essentials.spawn'
          - 'essentials.home'
          - 'essentials.sethome'
          - 'essentials.warp'
          - 'essentials.help'
      VIP:
        default: ''
        info:
          prefix: '&1'
          suffix: ''
          build: true
          rank: 3
        inheritance:
          - 'Trusted'
        permissions:
          - 'essentials.tp'
          - 'essentials.tphere'
          - 'essentials.time'
    users:
      AlexGreen:
        group: 'Trusted'
        permissions: ''
      Beatles123:
        group: 'Trusted'
        permissions: ''
      Benzio:
        group: 'Trusted'
        permissions: ''
      Birdmaster12:
        group: 'Trusted'
        permissions: ''
      Blaaze:
        group: 'Admin'
        permissions: ''
      Braderz2:
        group: 'Trusted'
        permissions: ''
      Chempenstall:
        group: 'Trusted'
        permissions: ''
      Collinhall:
        group: 'Trusted'
        permissions: ''
      CrystalsCarly:
        group: 'Trusted'
        permissions: ''
      Fenders:
        group: 'Trusted'
        permissions: ''
      FlxMati:
        group: 'Trusted'
        permissions: ''
      Gkwillie:
        group: 'Trusted'
        permissions: ''
      Hardcorepawn:
        group: 'Trusted'
        permissions: ''
      Hazza212:
        group: 'Mod'
        permissions: ''
      I_Am_Bombhead:
        group: 'Trusted'
        permissions: ''
      JasonPeters:
        group: 'Admin'
        permissions: ''
      Just_Testing:
        group: 'Trusted'
        permissions: ''
      Kaimane:
        group: 'Trusted'
        permissions: ''
      Lazer_Clawz:
        group: 'Trusted'
        permissions: ''
      Lethes:
        group: 'Trusted'
        permissions: ''
      Methodic82:
        group: 'Trusted'
        permissions: ''
      Nightmaros:
        group: 'Trusted'
        permissions: ''
      NoWayOut64:
        group: 'Trusted'
        permissions: ''
      Qwert26:
        group: 'Trusted'
        permissions: ''
      RainhamWolf:
        group: 'Trusted'
        permissions: ''
      Shanepretzel:
        group: 'Trusted'
        permissions: ''
      TheLeader13:
        group: 'Trusted'
        permissions: ''
      _Caboose_:
        group: 'Trusted'
        permissions: ''
      anty45:
        group: 'Trusted'
        permissions: ''
      b00merjh:
        group: 'Trusted'
        permissions: ''
      boysfun:
        group: 'Trusted'
        permissions: ''
      dafinalboss:
        group: 'Trusted'
        permissions: ''
      fendR:
        group: 'Trusted'
        permissions: ''
      mwright839:
        group: 'Trusted'
        permissions: ''
      rabid_slobber:
        group: 'Trusted'
        permissions: ''
      sansan03:
        group: 'Trusted'
        permissions: ''
      scurvs:
        group: 'Trusted'
        permissions: ''
      soxa:
        group: 'Trusted'
        permissions: ''
      thaizilla:
        group: 'Trusted'
        permissions: ''
      thesnoot:
        group: 'Trusted'
        permissions: ''
      thisguy001:
        group: 'Trusted'
        permissions: ''
      tomnicklin:
        group: 'Owner'
        permissions: ''
      trane_first:
        group: 'Trusted'
        permissions: ''
      xHahnx:
        group: 'Trusted'
        permissions: ''
      xX_Marius_Xx:
        group: 'Trusted'
        permissions: ''
      xxJetterxx:
        group: 'Trusted'
        permissions: ''
    
     
  14. Offline

    Mushee

    and the rfanks, is 1 bottom and u can make it higher and higher??
     
  15. Offline

    Jonte1777

  16. Offline

    Mushee

    ive done it and no errors come up, and it says it is succsessful but the rank doent change
     

    Attached Files:

  17. Offline

    PacketCollision

    I just tested the new 2.1 option, and it works great. Thanks for the super-quick response!
     
  18. Offline

    DigitalTyrant

    Sorry for the misinformation, but this change has already been made. If no world specified, it assumes DefaultWorld.

    @TJstriker @Lanuk @Mushee @tomnicklin @Jonte1777

    Are you still having issues? If so are there any errors in the console?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 12, 2016
  19. Offline

    QuackzMcDuck

    You should make a permission for this: p2.user.setgroup.Archer - That would allow a user with that permission to modify ONLY HIS GROUP. This would be useful to allow specific users to join a class in an RPG server type. environment without the help of an admin. Doing that would get rid of every problem I'm having on my RPG server.
     
  20. Offline

    DigitalTyrant

    Such large letters... without a better understanding of what RPG plugin specifically you have and what exactly you are trying to accomplish I can't tell you whether I could or would be willing to do this.

    No problem, Let me know if you come across any issues.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 12, 2016
  21. Offline

    Lanuk

    I will try ASAP! Thanks for the quick update!
     
  22. Offline

    Mushee

    i added all of the ranks but when i try /promote or /demote, or any other rank changing command, it says its ranked them up but they still the same rank but cant build =[
     
  23. Offline

    DigitalTyrant

    have you tried /reload
     
  24. Offline

    Mushee

    Works like a charm, TYVM Mate , hige help and a great mod, keeep up the good work
     
  25. Offline

    DigitalTyrant

    Thanks!
     
  26. Offline

    Lanuk

    Works now besides the fact I have to do the command
    Code:
     (/group -setinfo gGroup) i:rank w:world snumber))
    TWICE for it to work. Don't know why XD
     
  27. Offline

    DigitalTyrant

    Sorry, not sure what would cause that... :-/
     
  28. Offline

    Lanuk

    Basically when I do that command it will still have the rank on the red list above that has all the ranks that I still haven't modified. I try again and it disappears from the list. Maybe it had already taken action even though it said that
     
  29. Offline

    DigitalTyrant

    I will do some more testing with this, Thanks
     
  30. Offline

    blenderfreak1

    Hi. This plugin used to work for me, and I really want it to work, and I used to love it... but it doesn't anymore.
    It seems when I add a member to a group, it says it worked, and then does nothing. And when I define a rank for a group it says "[PermissionsPlus] Variable rank has been set to (number) for Group Admins in World world" no matter what group I tell it to set. Help would be much appreciated. Thanks. :)
     
  31. Offline

    DigitalTyrant

    It seems you are using an older version of this plugin. Can you try 2.1 and see if you get the same result?
     

Share This Page