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. It works now, thanks :D
    But i couldnt find it because the link next to the version number is the wrong link : /
     
  3. Offline

    DigitalTyrant

    Which one is incorrect? they all appear to be going to the correct versions
     
  4. Offline

    iUga

    I have a problem when i tipe /promote it says An internal error occurred while attempting to perform this command plz help me.

    My version are:
    Bukkit 1317
    Permision: 3.1.6 Yeti
    Permision plus 3.2.5

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  5. Offline

    valdu91

    I have a problem:
    When I use Command /grouset "player "group"; i had that:
    An internal error occured while attempting to perform this command

    Logs:
    14:34:20 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'grou
    pset' in plugin p2Aliases v1.1
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    3)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    58)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:757)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :500)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NullPointerException
    at net.codej.p2aliases.P2Aliases.onCommand(P2Aliases.java:57)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 13 more
    Same thing with /group

    Logs:
    14:34:07 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'grou
    p' in plugin PermissionsPlus v3.2
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    3)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    58)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:757)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :500)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NullPointerException
    at net.codej.permissionsplus.PermissionsPlus.getPath(PermissionsPlus.jav
    a:294)
    at net.codej.permissionsplus.PermissionsPlus.loadConfigs(PermissionsPlus
    .java:1329)
    at net.codej.permissionsplus.PermissionsPlus.onCommand(PermissionsPlus.j
    ava:325)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 13 more
    If you want a plugin list I can post it.
     
  6. Offline

    Raz0r.

    If i want to rank someone from e.g Starter to Citizen in my permissions 2.x, what would the command for that be? I didn't quite understand the above content..
     
  7. Offline

    DigitalTyrant

    Can you send the exception that is in the console please
     
  8. This one:

    Updated: 10/6/2011
    Version: 3.2.5p [jar] <-------
    CraftBukkit: [b1240jnks]
     
  9. Offline

    DigitalTyrant

    Interesting, I just downloaded using that link and got 3.2.5p. What version did you get when you downloaded it?

    Which bukkit version are you using?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  10. Offline

    iUga

    08:59:14 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'prom
    ote' in plugin PermissionsPlus v3.2.5p
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    3)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    55)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:757)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)

    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NullPointerException
    at net.codej.permissionsplus.PermissionsPlus.onCommand(PermissionsPlus.j
    ava:1233)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 12 more
    08:59:21 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'prom
    ote' in plugin PermissionsPlus v3.2.5p
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    3)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    55)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:757)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)

    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NullPointerException
    at net.codej.permissionsplus.PermissionsPlus.onCommand(PermissionsPlus.j
    ava:1233)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 12 more
    That is my exception of my console
     
  11. Offline

    DigitalTyrant

    How are your groups setup?
     
  12. Offline

    iUga

    How setup like groups admin modernator default?
     
  13. Offline

    DigitalTyrant

    Yea, can you post the YML plz
     
  14. Offline

    iUga

    I dont no where to find it or write in maybe its because its empty and I don't now where it is can you tell where to find?
     
  15. Offline

    DigitalTyrant

    Should be plugins/Permissions/*WorldName*/groups.yml
     
  16. Offline

    iUga

    Where no groups.yml its just users
     
  17. Offline

    DigitalTyrant

    Try these commands:
    /group -add s:Admin
    /group -add s:Moderator
    /group -add s:Member
    /group -add s:Guest

    let me know if those work
     
  18. Offline

    iUga

    An internal error occurred while atempting to perform this command

    Maybe i need co create groups.yml
    No still dont working :(

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

    DigitalTyrant

    Yea, was hoping the commands would let you but guess you need something started first.
     
  20. Offline

    iUga

    I Created but it still doesnt work maybe you can send be you folder if youcan,and have because nothing works.\
    Or can you give link of the permision meybe i download the wrong permison?
     
  21. Offline

    DigitalTyrant

    open the file and paste this in:
    Code:
    groups:
        Guest:
            default: true
            info:
                build: 'false'
                rank: 1
        Member:
            default: false
            info:
                build: true
                rank: 2
        Moderator:
            default: false
            info:
                build: true
                rank: 3
        Admin:
            default: false
            info:
                build: true
                rank: 4
    
     
  22. Offline

    iUga

    Its worked i need pre download thanks very much Best plugin ever

    whats the plugin callded what names would be colored like red admin purple modernator ?
    And how to add permisions?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  23. Offline

    DigitalTyrant

    I use iChat to get colors, but there are many others. for permissions you can use the command detailed @ http://www.mymchost.com/development.php#p2_usage

    should put you on the right track. Thank for the compliment :)
     
  24. Offline

    iUga

    I dont understand how to add permisions can you tell me how like in text file or in the game some command?
     
  25. Offline

    DigitalTyrant

    Permissions can be added to either users or groups. You can define them by typing them into the yml like:
    Code:
    users:
        Digitaltyrant:
            Permissions:
                -p2.user.*
                -p2.group.*
    
    Or you can use the commands:
    Code:
    /group -setperm g:Administrator s:go.go.gadget
    /user -setperm g:Digitaltyrant s:go.go.gadget
    
    All of the commands are detailed with examples @ mymchost.com
    To learn the Permissions system, there is a wiki @ github.com
     
  26. Offline

    iUga

    N0w i Have a problem I put my server on host but then i tipe promote its says an internal error how can i fix my host is winSCP
     
  27. Offline

    Subrosa20

    Hey,
    I got a problem. I was using Permissions 3.0 by Yeti and an older version of permissionsplus. Now i did something wrong and everything crashed. I deleted both Plugins to update them. Now I downloaded Permissionsplus. But it seems like Yeti stopped Permissions. Can you give me a link where I can download a Permissions Plugin, that works with permissionsplus? Cant find a downloadlink for Yeti's.

    Thank you :)
     
  28. Offline

    DigitalTyrant

    What error does it give you in the console or server.log file?

    You can download from http://forums.bukkit.org/threads/in...sions-3-1-6-the-plugin-of-tomorrow-935.18430/
    It is the only permissions plugin that PermissionsPlus works with.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  29. Offline

    mario00037

    Seems to generate the PermissionsPlus folder. But not the files included.

    Code:
    17:42:41 [SEVERE] Error occurred while enabling PermissionsPlus v3.2.5p (Is it up to date?): console
    java.lang.NoSuchFieldError: console
    	at net.codej.permissionsplus.PermissionsPlus.onEnable(PermissionsPlus.java:81)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:920)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    	at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
    	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  30. Offline

    deadh0b0

    Those are the results in my console -_-
     
  31. Offline

    mario00037

    This happen's when I turn on.

    Code:
    >16:30:25 [INFO] [36m[ [33mP2 [36m] version [33m3.2.5p [36m has been enabled. [0m
    >16:30:25 [INFO] [36m[ [33mP2 [36m] [31mGroup Default does not have a rank defined in World [33mCool_World [0m
    >16:30:25 [INFO] [36m[ [33mP2 [36m] [31mGroup Veteran does not have a rank defined in World [33mCool_World [0m
    >16:30:25 [INFO] [36m[ [33mP2 [36m] [31mGroup Admin does not have a rank defined in World [33mCool_World [0m
    >16:30:25 [INFO] [36m[ [33mP2 [36m] [31mGroup Builder does not have a rank defined in World [33mCool_World [0m
    >16:30:25 [INFO] [36m[ [33mP2 [36m] [31mSome groups do not have a rank defined, some commands are disabled. [0m
    >16:30:25 [INFO] [36m[ [33mP2 [36m] [31mGroup Default does not have a rank defined in World [33mCool_World_nether [0m
    >16:30:25 [INFO] [36m[ [33mP2 [36m] [31mGroup Veteran does not have a rank defined in World [33mCool_World_nether [0m
    >16:30:25 [INFO] [36m[ [33mP2 [36m] [31mGroup Admin does not have a rank defined in World [33mCool_World_nether [0m
    >16:30:25 [INFO] [36m[ [33mP2 [36m] [31mGroup Builder does not have a rank defined in World [33mCool_World_nether [0m
    >16:30:25 [INFO] [36m[ [33mP2 [36m] [31mSome groups do not have a rank defined, some commands are disabled. [0m
    >16:30:25 [INFO] [36m[ [33mP2 [36m] [31mGroup Default does not have a rank defined in World [33mdungeon [0m
    >16:30:25 [INFO] [36m[ [33mP2 [36m] [31mGroup Veteran does not have a rank defined in World [33mdungeon [0m
    >16:30:25 [INFO] [36m[ [33mP2 [36m] [31mGroup Admin does not have a rank defined in World [33mdungeon [0m
    >16:30:25 [INFO] [36m[ [33mP2 [36m] [31mGroup Builder does not have a rank defined in World [33mdungeon [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mSome groups do not have a rank defined, some commands are disabled. [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mGroup Default does not have a rank defined in World [33malpha [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mGroup Veteran does not have a rank defined in World [33malpha [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mGroup Admin does not have a rank defined in World [33malpha [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mGroup Builder does not have a rank defined in World [33malpha [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mSome groups do not have a rank defined, some commands are disabled. [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mGroup Default does not have a rank defined in World [33mworld_nordic [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mGroup Veteran does not have a rank defined in World [33mworld_nordic [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mGroup Admin does not have a rank defined in World [33mworld_nordic [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mGroup Builder does not have a rank defined in World [33mworld_nordic [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mSome groups do not have a rank defined, some commands are disabled. [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mGroup Default does not have a rank defined in World [33mprison [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mGroup Veteran does not have a rank defined in World [33mprison [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mGroup Admin does not have a rank defined in World [33mprison [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mGroup Builder does not have a rank defined in World [33mprison [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mSome groups do not have a rank defined, some commands are disabled. [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mGroup Default does not have a rank defined in World [33mmy_world [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mGroup Veteran does not have a rank defined in World [33mmy_world [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mGroup Admin does not have a rank defined in World [33mmy_world [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mGroup Builder does not have a rank defined in World [33mmy_world [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mSome groups do not have a rank defined, some commands are disabled. [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mGroup Default does not have a rank defined in World [33mskyblock [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mGroup Veteran does not have a rank defined in World [33mskyblock [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mGroup Admin does not have a rank defined in World [33mskyblock [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mGroup Builder does not have a rank defined in World [33mskyblock [0m
    >16:30:26 [INFO] [36m[ [33mP2 [36m] [31mSome groups do not have a rank defined, some commands are disabled. [0m
     

Share This Page