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

    e_zach

    agreed
    that still doesn't mean he has to drop everything and do it for you, he is after all doing this as a favor. if you really want it now, ask for the source and do it yourself.
     
  3. Offline

    Donny

    [rage]
    Then make your own...
    Why don't you have any publishes?
    If you didn't notice, more than half the time spent "developing" plugins is them spending time working with the people who use the plugin, fixing issues that aren't the plugins problem.
    [/rage]
     
    e_zach likes this.
  4. Offline

    xtream1101

    If you still want to use this plugin, revert back to Permissions 2.7.x and use the current version of this plugin. It works great with bukkit 819. Once this gets updated I will then start to use perms 3.0.

    I like the commands in your plugin much more then the new perms 3.0. I love how the promote/demote works, and with the new perms 3.0, its not as simple to use to add a member if you have multi worlds.

    Keep up the good work and I appreciate all of the work and time you have given for something you are not even getting paid for. [cake]
     
  5. Offline

    werwertuu

    Call me a blind noob but, are there any permission nodes. I can´t find them. Please help I want my Mods to be able to add too. (via p2aliases)
     
  6. Offline

    Chromana

    Hi Blind Noob, open the Commands section in the original post. Each command has its permissions node next to it.
     
    werwertuu likes this.
  7. Offline

    inversation

    Hey DigitalTyrant, I love this plugin, it makes promoting and demoting users super easy and it's implemented just perfect. I was really hoping you might update it to support Permissions 3.x sometime soon, as their idea of in-game commands is, quite frankly, ridiculously complex.

    Cheers! =)
     
  8. Offline

    badboy80

    So how would you change what commands each rank can use?
     
  9. Offline

    palz2015

    Now P2 is throwing errors. I'm on 860, but things were fine on the previous recommended build.
    Code:
    org.bukkit.command.CommandException: Unhandled exception executing command 'demo
    te' in plugin PermissionsPlus v2.3.1
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    8)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    87)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:712)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:678)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:671)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
            at net.codej.permissionsplus.PermissionsPlus.rankOf(PermissionsPlus.java
    :1268)
            at net.codej.permissionsplus.PermissionsPlus.dLimitOf(PermissionsPlus.ja
    va:1381)
            at net.codej.permissionsplus.PermissionsPlus.onCommand(PermissionsPlus.j
    ava:1165)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
     
  10. Offline

    DigitalTyrant

    I haven't done any testing with 860 and P2 v2.3. I am currently finishing up v2.4 and I will make sure it works with rb860.
     
  11. Offline

    raffi287

    can i also use the plugin with permission 2.7.3???
     
  12. Offline

    DigitalTyrant

    The current version 2.3 will work with Permissions 2.7. P2 2.4 will require Permissions 3.0+

    Just an update, trying to wrap up 2.4. Running into a few issues with multiple group management unfortunately. Of the additions to Permissions, Multiple groups was the most unnecessary in my opinion. Let the flaming begin lol.

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

    Trigg3rlHappy

    Should i try and download the version you have now and use it or should i wait for the next version?
     
  14. Offline

    DigitalTyrant

    What version of Permissions are you running?

    Another update. I have finished the update, but not satisfied with the mechanics; reworking promote, demote and group assignments. Trying to make it a seamless transition without having to learn new commands. Most of the trouble comes with Multiple groups, so I suggest set up inheritance properly and don't bother with setting multiple groups. There is functionality in 2.4 to add and remove multiple groups, but I still advise against it.
     
  15. Offline

    e_zach

    agreed, there's no real-world use for them, not that i can see anyway. just makes it unnecessarily complex.
    depends if you want to use permissions 3.x or not. 2.3 only works with 2.7 of permissions
     
  16. Offline

    Trigg3rlHappy

    Well i Have permissions 3.x but i am having problems promoting people thats why i turned to PurmissionsPlus.
    Do you know how to promote with just permissions 3.x?
    Thank you!
     
  17. Offline

    e_zach

    i have another mod called bShortcut which i use to alias the command and make it less complex (so my mods can understand it and just make it /promote NAME CURRENT_GROUP) but the basic layout of the command is /permissions NAME promote CURRENT_GROUP TRACK
    where TRACK is the track to promote along and CURRENT_GROUP is the name of the permissions group, it's a pain to type out :(
     
  18. Offline

    mastervinh

    I'm a new minecraft hoster too and I really think this plugin would come in handy, could I get a less complexes guide (short) you know, just to show me the basics because all these codes aren't working and I don't know why >_<
     
  19. Offline

    jasonsj10

    The Command is /pr (player) parents add (rank)
     
  20. Offline

    e_zach

    /permissions (player) promote (Default Rank) (track)
    also works, you don't need to give a player a rank to promote them, it assumes they are in the Default group when attempting to promote them
    EDIT: handy if you only want to give MODS the power to promote untrusted to trusted (add rank is to any rank instead of specific groups)
    NOTE: this works on 3.1.1 before you say it doesn't :)
     
  21. Offline

    wisby

    hello first can i just say great plugin ive been useing it with the old permissions for ages and it works great

    ive been wanting to update to permissions 3 for ages now and had a quick demo run of it on my server but couldnt get the promote thing to work and when i did thought it was to complex for what it needs to be.

    with the update to permissionsplus will it still use /promote <name> and /demote <name> ?
    im not worried about multigroup i just want a easy way to promote and demote people

    also i know it hard to say when coding something to give a definate answer but will it be much longer before pplus 2.4 is ready?

    because this is the only thing holding me back from upgrading to permissions 3

    thanks for your time

    wisby
     
  22. Offline

    Philly

    I got a server from Multiplay, and I've set the ranks for all my groups.
    But when I try to set a player as admin, I get the message that it did and all, but for some reason, it doesn't save it.
    And when I try to promote, it keeps promoting to the same rank all the time.
    I got PermissionsPlus 2.1.1 and Permissions 3.0a+mp.
     
  23. Offline

    Superbun

    Permissions Plus is not compatible with Permissions 3.x
     
  24. Offline

    Philly

    Ah, didn't know that.
     
  25. Offline

    Trigg3rlHappy

    Do you think its going to be updated today perhaps??
     
  26. Offline

    Superbun

    Probably not, he said the update was essentially finished on Tuesday, Depending on his free time I wouldn't expect it finished until at least next week.
     
  27. Offline

    jasonsj10

  28. Offline

    Trigg3rlHappy

    poooey
     
  29. Offline

    mooman219

    YOU CAN ALREADY DO THIS ON PERMISSIONS 3.X.... no need to install this plugin
     
  30. Offline

    e_zach

    the point is it's retardedly complicated for what it does, a non-technical mod can't remember the command, the fact with this you can go /promote NAME instead of a command that takes too long to type is why this mod is so appealing. when permissions does a simple /promote without all the bells and whistles, no-one will grab this mod. its simplicity is the appeal.
     
  31. Offline

    mooman219

    I understand where you are coming from, but because i already learned the overly complicated and long permissions command, i get mad when i see something easier (3.X is still better)
     

Share This Page