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

    i know the feeling, happens to me too often (finding the easy, half the time way after im finished something :()
     
  3. Offline

    inversation

    The implementation in Permissions 3.x is, quite frankly, ridiculous. I'm sure it's great if you have a complex server set-up, but it's EXTREMELY overkill for a basic server. I updated to 3.x and all I did was change the format. I don't care about multiple groups because I don't need them, inheritance works a treat. I want my mods to be able to push a user up or down the ranks - which are linear - without needing to specif unnecessary info.

    This is where PermissionsPlus shines.

    The guys behind Permissions are obviously a clever group, but they clearly haven't heard of the KISS methodology 'Keep It Simple, Stupid'. Can't wait until this plugin is working with 3.x, kudos to the dev.
     
  4. Offline

    DigitalTyrant

    One of the reasons I authored this plugin was to bring simplicity to the "Permissions process". It is the same simplicity that I am striving to preserve that is making this update so difficult. Since I started on it, Friday of last week, I have completely restructured the plugin to work with the new Permissions 3.0 but I am still running into a lot of issues with how Permissions updates. I have been working hard to design a system that will update your Permissions using simple commands and a simple promotion and demotion schematic. The API that used to exist in Permissions has been deconstructed and a new, more complex and confusing one has been put in it's place. If you are confused with the commands that they have implemented, you should try reading the source lol. I have promised to do this update and I will continue working hard to finish it as soon as possible, but I will not rush the release of any project I am working on to satisfy seemingly ungrateful trolls. I hope you all understand.
     
    e_zach and Chromana like this.
  5. @DigitalTyrant Please answer some of my questions below :)

    Can you tell me what is the meaning of next rank ? How do I specify the higher rank ?

    I just seen your thread you wrote that i need to specify ranks for every group (1-100)
    So will Noob higher than professional ?

    Code:
    Professional:
            default: true
            info:
                prefix:
                suffix:
                build: false
            inheritance:
            rank:
               - 20
            permissions:
                - 'blablabla.bla'
    Noob:
            default: true
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            rank
               - 30
            permissions:
                - 'blablabla.bla'

    Looking forward for your answer, need this plugins for my server :)
     
  6. Offline

    inversation

    I understand completely, I'm happy to wait for something to be done right rather than urge a quick and buggy release. Take your time, it'll pay off :D
     
  7. Offline

    Fujikatoma

    Works with 818 ? :/
     
  8. Offline

    OverSpeed

    Hi,

    I use CommandHelper for adding a person into the group. When i type my command (/addgroup USER GROUP alias of -user -setgroup u:User s:Group), PermissionsPlus says (in the console and in the chat) :

    19:22:22 [SEVERE] org.bukkit.command.CommandException: Unhandled exception executing command 'user' in plugin PermissionsPlus v2.3.1

    Any idea ?
    Thanks by advance :)
     
  9. Offline

    DigitalTyrant

    if you have Noob set to rank 30, yes, it will be higher than Professional at rank 20. Your YML is inaccurate. There are some syntax errors that you'll run into. The rank is an info variable and should be nested like:

    Code:
    Group:
        info:
            rank: ##
    
    Hope this works. The format will be the same when the new version of PermissionsPlus is released.

    When using PermissionsPlus 2.3.1, P2Aliases is automatically enabled to allow you to use the command:
    Code:
    [SIZE=12px][B]/groupset <MemberName> <GroupName> [WorldName][/B]
    
    [INDENT=1][B]Which Translates To:[/B] /user -setgroup u:[B]MemberName[/B] s:[B]GroupName[/B] w:[B]WorldName[/B][/INDENT]
    
    There is some more info from the exception that I would need in order to correctly identify any other issues though.[/SIZE]

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

    OverSpeed

    There is entire log :
    Code:
    23:33:07 [SEVERE] org.bukkit.command.CommandException: Unhandled exception executing command 'user' in plugin PermissionsPlus v2.3.1
    23:33:07 [SEVERE]       at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    23:33:07 [SEVERE]       at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    23:33:07 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:281)
    23:33:07 [SEVERE]       at com.laytonsmith.aliasengine.RunnableAlias.run(RunnableAlias.java:75)
    23:33:07 [SEVERE]       at com.laytonsmith.aliasengine.AliasCore.alias(AliasCore.java:97)
    23:33:07 [SEVERE]       at com.sk89q.commandhelper.CommandHelperListener.runAlias(CommandHelperListener.java:82)
    23:33:07 [SEVERE]       at com.sk89q.commandhelper.CommandHelperListener.onPlayerCommandPreprocess(CommandHelperListener.java:126)
    23:33:07 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.java:271)
    23:33:07 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    23:33:07 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
    23:33:07 [SEVERE]       at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:712)
    23:33:07 [SEVERE]       at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:684)
    23:33:07 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:677)
    23:33:07 [SEVERE]       at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    23:33:07 [SEVERE]       at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    23:33:07 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    23:33:07 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    23:33:07 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    23:33:07 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    23:33:07 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    23:33:07 [SEVERE] Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 2
    23:33:07 [SEVERE]       at java.lang.String.substring(String.java:1946)
    23:33:07 [SEVERE]       at net.codej.permissionsplus.PermissionsPlus.onCommand(PermissionsPlus.java:729)
    23:33:07 [SEVERE]       at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    23:33:07 [SEVERE]       ... 19 more
    
    Thanks i'll try it :)
    EDIT : woow, groupset command doesn't work, return nothing.
     
  11. Offline

    DigitalTyrant

    hmm, You may make sure there are no extra spaces in the command when you create your shortcut. That's what the error is pointing to.
     
  12. Offline

    maximemoring

    I also have the same issue, with both the 'user' commands or the 'groupset' command

    USER

    20:10:41 [WARNING] Unexpected exception while parsing console command
    org.bukkit.command.CommandException: Unhandled exception executing command 'user
    ' 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
    79)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:428)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:413)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoSuchFieldError: directory
    at net.codej.permissionsplus.PermissionsPlus.getPath(PermissionsPlus.jav
    a:260)
    at net.codej.permissionsplus.PermissionsPlus.onCommand(PermissionsPlus.j
    ava:753)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 6 more

    GROUPSET

    20:07:18 [WARNING] Unexpected exception while parsing console command
    org.bukkit.command.CommandException: Unhandled exception executing command 'grou
    pset' in plugin p2Aliases v1.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
    79)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:428)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:413)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoSuchFieldError: directory
    at net.codej.permissionsplus.PermissionsPlus.getPath(PermissionsPlus.jav
    a:260)
    at net.codej.permissionsplus.PermissionsPlus.onCommand(PermissionsPlus.j
    ava:753)
    at net.codej.p2aliases.P2Aliases.onCommand(P2Aliases.java:57)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 6 more
    >

    I seriously don't know what's wrong. D:
     
  13. Offline

    DigitalTyrant

    Wrong permissions version. What version are you using?
     
  14. Offline

    maximemoring

    The lastest (3.1.5)... WAIT WHAT 2.7.2!?!?!?
     
  15. Offline

    DigitalTyrant

    Yep. I am working on a new version that is 3.0+ compatible but the way that Permissions was constructed going to 3.0 has made it a bit more difficult for me to manipulate the Permissions the way I want to and the way that this plugin has done since inception. There are commands built into 3.0+ to do most everything this plugin does.
     
  16. Offline

    e_zach

    it'll be ready when it's ready, take your time dude, and thanks again for upgrading to 3.x :)
     
  17. Offline

    DigitalTyrant

    Polishing up the promote and demote mechanics. Finally was able to make things work without adding more clutter w00t! :-D
     
  18. Offline

    OverSpeed

    My aliases are :

    /addbuild $memberName = /user -setgroup u':'$memberName s':'C
    /rembuild $memberName = /user -setgroup u':'$memberName s':'C

    I am obliged to escape ":" character, it's the problem ?
    CommandHelper uses this for labels (CommandHelper Wiki).
     
  19. Offline

    DigitalTyrant

    ...and it is working! I finally have a 100% functional build of the next generation of PermissionsPlus. I am going to do a bit of testing and take out the debugging code for the release, polish it up a bit and then it will be yours! I would finish it all right now but it's too late, 3am and I've been at this for the past 13 hours trying to get it finished up. It will be released today. No chance of any more delays.

    In the interim, time for some rest.
     
  20. Offline

    Applebule5

    THANK YOU !!!
     
  21. Offline

    inversation

    You sir, are a legend. Will be keeping an eye out for this over the next 24 hours! :D
     
  22. Offline

    e_zach

    YAY!
     
  23. Offline

    Burns1

    Hey , i got a prob im using the latest build of permissions (3.1.5b) and if i try to set a user in another grp. with /user setgroup u:User s:Member it says : an itential error ocurred while permforming this commands (sorry for spelling)
    can you help me please ?
     
  24. Offline

    zaklampje

    I'm getting this error when I place the Permissionsplus jar in the pluginsfolder:

    Code:
    2011-06-17 15:24:07 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-17 15:24:07 [INFO] Loading properties
    2011-06-17 15:24:07 [INFO] Starting Minecraft server on *:25565
    2011-06-17 15:24:08 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-823-gb9d0b04-b860jnks (MC: 1.6.6)
    2011-06-17 15:24:08 [INFO] Preparing level "world"
    2011-06-17 15:24:08 [INFO] Preparing start region for level 0
    2011-06-17 15:24:08 [INFO] Preparing start region for level 1
    2011-06-17 15:24:09 [INFO] Preparing spawn area: 52%
    2011-06-17 15:24:09 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$RefreshTask from class com.nijiko.permissions.ModularControl
    2011-06-17 15:24:09 [SEVERE]     at com.nijiko.permissions.ModularControl.<clinit>(ModularControl.java:45)
    2011-06-17 15:24:09 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:184)
    2011-06-17 15:24:09 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:139)
    2011-06-17 15:24:09 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    2011-06-17 15:24:09 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-17 15:24:09 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-17 15:24:09 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-17 15:24:09 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    2011-06-17 15:24:09 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-17 15:24:09 [SEVERE] [Permissions] Unable to load permission data.
    2011-06-17 15:24:09 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    2011-06-17 15:24:09 [INFO] [Permissions] (Yeti) was initialized.
    2011-06-17 15:24:09 [INFO] [BBROTHER] ------------------------------------
    2011-06-17 15:24:09 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-06-17 15:24:09 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-06-17 15:24:09 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-06-17 15:24:09 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    2011-06-17 15:24:09 [INFO] [BBROTHER] ------------------------------------
    2011-06-17 15:24:10 [INFO] [BBROTHER] Building `bbdata` table...
    2011-06-17 15:24:10 [INFO] [BBROTHER] BBData H2 Driver r1 loaded!
    2011-06-17 15:24:10 [INFO] [BBROTHER] Building `bbworlds` table...
    2011-06-17 15:24:10 [INFO] [BBROTHER] Building `bbusers` table...
    2011-06-17 15:24:10 [INFO] [BBROTHER] Permissions plugin found but disabled. Enabling 'Permissions' (v3.1.5).
    2011-06-17 15:24:10 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-06-17 15:24:10 [INFO] [BBROTHER] Permissions enabled using: Permissions v3.1.5
    2011-06-17 15:24:10 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    2011-06-17 15:24:10 [INFO] [BBROTHER] BigBrother 1.8-SNAPSHOT (build #490) enabled!
    2011-06-17 15:24:10 [INFO] CommandBook 1.5.2 enabled.
    2011-06-17 15:24:10 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-06-17 15:24:10 [INFO] CommandBook: 7 banned name(s) loaded.
    2011-06-17 15:24:10 [INFO] CommandBook: 1 kit(s) loaded.
    2011-06-17 15:24:10 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-17 15:24:10 [INFO] HelpPages 1.3 enabled
    2011-06-17 15:24:10 [INFO] XXXXXXXXXXXXXXXX Configuration file not found.
    2011-06-17 15:24:10 [INFO] XXXXXXXXXXXXXXXX Configuration file not found.
    2011-06-17 15:24:10 [INFO] XXXXXXXXXXXXXXXX Help Pages reloaded.
    2011-06-17 15:24:10 [INFO] XXXXXXXXXXXXXXXX Help Pages reloaded.
    2011-06-17 15:24:10 [INFO] XXXXXXXXXXXXXXXX Unknown Help Page. Start with /help.
    2011-06-17 15:24:10 [INFO] XXXXXXXXXXXXXXXX Unknown Help Page. Start with /help.
    2011-06-17 15:24:10 [INFO] Help Pages reloaded.
    2011-06-17 15:24:10 [INFO] HelpPages: Permissions detected
    2011-06-17 15:24:10 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    2011-06-17 15:24:10 [INFO] [kpcxBukkit] v1.2 is enabled!
    2011-06-17 15:24:10 [INFO] Lockette version 1.3.8 is being enabled!  Yay!  (Core version 1.0)
    2011-06-17 15:24:10 [INFO] Lockette: Detected craftbukkit build [860] ok.
    2011-06-17 15:24:10 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-06-17 15:24:10 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-17 15:24:10 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-17 15:24:10 [INFO] Lockette: Failed to link to Permissions plugin version 3.1.5!
    2011-06-17 15:24:10 [INFO] Lockette: Using ops file for admin permissions.
    2011-06-17 15:24:10 [INFO] Lockette: Ready to protect your containers.
    2011-06-17 15:24:10 [INFO] mxRingplatform v 1.0 enabled
    2011-06-17 15:24:10 [INFO] [MYHOME]: 2 homes loaded
    2011-06-17 15:24:10 [INFO] [MYHOME] Permissions enabled using: Permissions v3.1.5
    2011-06-17 15:24:10 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    2011-06-17 15:24:10 [INFO] [MYHOME] MyHome 1.9.5 enabled
    2011-06-17 15:24:10 [INFO] [MYWARP] [MYWARP]: 2 warps loaded
    2011-06-17 15:24:10 [INFO] [MYWARP] Permissions enabled using: Permissions v3.1.5
    2011-06-17 15:24:10 [WARNING] [MYWARP] 'Help' isn't detected. No /help support.
    2011-06-17 15:24:10 [INFO] [MYWARP] MyWarp 2.0 enabled
    2011-06-17 15:24:10 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-06-17 15:24:10 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-17 15:24:10 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-17 15:24:10 [SEVERE] Error occurred while enabling PermissionsPlus v2.3.1 (Is it up to date?): directory
    java.lang.NoSuchFieldError: directory
        at net.codej.permissionsplus.PermissionsPlus.getPath(PermissionsPlus.java:242)
        at net.codej.permissionsplus.PermissionsPlus.loadPermissionsAddon(PermissionsPlus.java:225)
        at net.codej.permissionsplus.PermissionsPlus.onEnable(PermissionsPlus.java:80)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:799)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
        at net.codej.p2aliases.P2Aliases.loadPermissionsPlus(P2Aliases.java:91)
        at net.codej.p2aliases.P2Aliases.onEnable(P2Aliases.java:30)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:799)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:140)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-17 15:24:10 [INFO] [P2Aliases] 1.1 Enabled.
    2011-06-17 15:24:10 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-06-17 15:24:10 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-17 15:24:10 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-17 15:24:10 [INFO] [VoxelSniper] Config loaded
    2011-06-17 15:24:10 [INFO] VoxelSniper version 4.721 is enabled! Snipe away.
    2011-06-17 15:24:10 [INFO] WorldEdit 4.4 enabled.
    2011-06-17 15:24:10 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-17 15:24:10 [INFO] Done (0,232s)! For help, type "help" or "?"
    2011-06-17 15:24:12 [INFO] [BBROTHER] Removed 0 old records because of age in 0h00m00s.
    ideas?
     
  25. Offline

    Applebule5

    I get this

    Code:
    17.06 20:14:18 [Server] INFO Connection reset
    17.06 20:10:25 [Server] INFO     ... 6 more
    17.06 20:10:25 [Server] INFO     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    17.06 20:10:25 [Server] INFO     at net.codej.permissionsplus.PermissionsPlus.onCommand(PermissionsPlus.java:363)
    17.06 20:10:25 [Server] INFO     at net.codej.permissionsplus.PermissionsPlus.getPath(PermissionsPlus.java:260)
    17.06 20:10:25 [Server] INFO Caused by: java.lang.NoSuchFieldError: directory
    17.06 20:10:25 [Server] INFO     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    17.06 20:10:25 [Server] INFO     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    17.06 20:10:25 [Server] INFO     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:413)
    17.06 20:10:25 [Server] INFO     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:428)
    17.06 20:10:25 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:279)
    17.06 20:10:25 [Server] INFO     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    17.06 20:10:25 [Server] INFO     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    17.06 20:10:25 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'group' in plugin PermissionsPlus v2.3.1
    17.06 20:10:25 [Server] WARNING Unexpected exception while parsing console command
    17.06 20:10:11 [Server] INFO [P2] Some groups do not have a rank defined, some commands are disabled.
    17.06 20:10:07 [Server] INFO /group -<Action> g:[Group] i:[InfoVariable] w:[World] s:[Setting]
     
  26. Offline

    e_zach

    full error please, partial error doesn't help all that much.
    what version of permissions you using?

    @DigitalTyrant getting the same issue as zaklampje above. im using 3.1.1 of permissions
    specific error is:
    Code:
    02:38:28 [SEVERE] Error occurred while enabling PermissionsPlus v2.3.1 (Is it up
     to date?): directory
    java.lang.NoSuchFieldError: directory
            at net.codej.permissionsplus.PermissionsPlus.getPath(PermissionsPlus.jav
    a:242)
            at net.codej.permissionsplus.PermissionsPlus.loadPermissionsAddon(Permis
    sionsPlus.java:225)
            at net.codej.permissionsplus.PermissionsPlus.onEnable(PermissionsPlus.ja
    va:80)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:799)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:253)
            at net.codej.p2aliases.P2Aliases.loadPermissionsPlus(P2Aliases.java:91)
            at net.codej.p2aliases.P2Aliases.onEnable(P2Aliases.java:30)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:799)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:253)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:140)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    EDIT: im on #860 if that makes a difference

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

    Jeyge

    @e_zach
    Don't you need to wait for him to release the Permissions 3.x version before you give it a try?
     
  28. Offline

    Burns1


    2011-06-17 20:17:52 [INFO] [Permissions] version [3.1.5] (Yeti) loaded

    2011-06-17 20:17:52 [SEVERE] Error occurred while enabling PermissionsPlus v2.3.1 (Is it up to date?): directory
    java.lang.NoSuchFieldError: directory
    at net.codej.permissionsplus.PermissionsPlus.getPath(PermissionsPlus.java:242)
    at net.codej.permissionsplus.PermissionsPlus.loadPermissionsAddon(PermissionsPlus.java:225)
    at net.codej.permissionsplus.PermissionsPlus.onEnable(PermissionsPlus.java:80)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    at net.codej.p2aliases.P2Aliases.loadPermissionsPlus(P2Aliases.java:91)
    at net.codej.p2aliases.P2Aliases.onEnable(P2Aliases.java:30)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:339)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:247)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:273)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:430)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:415)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  29. Offline

    SondreHG

    So basically, whats the command to add someone to a group?
     
  30. Offline

    nala3

    when i try to set the rank variable i get this
    Code:
    15:01:33 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'grou
    p' 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.NoSuchFieldError: directory
            at net.codej.permissionsplus.PermissionsPlus.getPath(PermissionsPlus.jav
    a:260)
            at net.codej.permissionsplus.PermissionsPlus.onCommand(PermissionsPlus.j
    ava:363)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
     
  31. Offline

    zaklampje

    I'm using permissions v 3.1.5b...

    That's my error too...

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

Share This Page