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

    todd422

    Hmm, now when i demote myself and try it the error is "You cannot promote to or above your current rank"
    and in console the entire line is just "4"..
    hope this helps..
     
  3. Offline

    elconnor

    OK guys... I am so confused... How do I even create a group? If I wanted to create a group called admin, how would I go about doing this..? Been reading the Installing and using PermissionsPlus.. and It's just going straight over my head and I've tried typing in commands but nothing has worked.

    Please help me out, many thanks in advance.

    Connor
     
  4. Offline

    Boost

    I'm getting this error when I try to promote, it worked fine until recently I updated to permissions 3.1.6
    Code:
    2011-08-14 17:07:21 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'promote' in plugin PermissionsPlus v3.2
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
        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:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
        at net.codej.permissionsplus.PermissionsPlus.highestRankGroup(PermissionsPlus.java:1456)
        at net.codej.permissionsplus.PermissionsPlus.onCommand(PermissionsPlus.java:1133)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more[code/]
    What causes this problem and is there a way I can fix it?
    configs: http://boostsminecraftserver.com/forums/index.php?topic=47.0
     
  5. Offline

    matiyarosz

    @up
    I have the same problem ;)
    I update my permissions today and I have a problem because my friend (players) go to my server and they are not take a default rank and I think: I download Permissions Plus and I take this manual. And I have the same problem with Boost. Please help me. PS I have multiWorld server.
    PSS My English not very good because I am from Poland
     
  6. Offline

    Spysical

    I'm having the following:
    Code:
    groups:
        Banned:
            default: false
            info:
                prefix: '&0'
                suffix: ''
                build: false
                rank: 1
                dlimit: 1
                plimit: 1
            inheritance:
            permissions:
            - lwc.blockinventory
        Guest:
            default: true
            info:
                prefix: '&7'
                suffix: ''
                build: false
                rank: 2
                dlimit: 2
                plimit: 2
            inheritance:
            permissions:
            - essentials.rules
            - essentials.list
            - essentials.help
            - essentials.motd
            - essentials.spawn
            - essentials.me
            - mh.home
            - mh.sethome
            - mh.delhome
            - flatearth.flatearth
        Survivor:
            info:
                prefix: '&b'
                suffix: ''
                build: true
                rank: 3
                dlimit: 3
                plimit: 3
            inheritance:
            - Guest
            permissions:
            - runecraft.rune.*
            - -runecraft.rune.solarflare
            - -runecraft.rune.faith
            - -runecraft.rune.topsyturvy
            - -runecraft.rune.flight
            - lwc.create.public
            - lwc.create.private
            - lwc.info
            - lwc.remove
            - lwc.unlock
            - lwc.modify
            - bukkitvote.vote.day
            - bukkitvote.vote.night
            - bukkitvote.vote.storm
            - essentials.back
            - essentials.warp
            default: false
        AdvSurvivor:
            info:
                prefix: '&3'
                suffix: ''
                build: true
                rank: 5
                dlimit: 5
                plimit: 5
            inheritance:
            - Survivor
            permissions:
            - place.bucket
            default: false
        Builder:
            default: false
            info:
                prefix: '&a'
                suffix: ''
                build: true
                rank: 4
                dlimit: 4
                plimit: 4
            inheritance:
            - Guest
            permissions:
            - lwc.create.public
            - lwc.create.private
            - lwc.info
            - lwc.remove
            - lwc.unlock
            - lwc.modify
            - essentials.god
            - bukkitvote.vote.day
            - bukkitvote.vote.night
            - bukkitvote.vote.storm
            - essentials.back
            - essentials.warp
        AdvBuilder:
            default: false
            info:
                prefix: '&2'
                suffix: ''
                build: true
                rank: 6
                dlimit: 6
                plimit: 6
            inheritance:
            - Builder
            permissions:
            - place.bucket
            - lwc.create.password
        VIP:
            default: false
            info:
                prefix: '&6'
                suffix: ''
                build: true
                rank: 7
                dlimit: 7
                plimit: 7
            inheritance:
            - AdvBuilder
            - AdvSurvivor
            permissions:
            - place.tntoby
            - lwc.flag.*
            - blockhead.hat.items
            - worldedit.generation.cylinder
            - worldedit.generation.sphere
            - worldedit.history.undo
            - worldedit.navigation.unstuck
            - worldedit.navigation.ascend
            - worldedit.navigation.descend
            - worldedit.navigation.thru
            - worldedit.navigation.ceiling
            - worldedit.navigation.jumpto
            - worldedit.navigation.up
            - essentials.give.item-all
            - essentials.tp
        Moderator:
            default: false
            info:
                prefix: '&9'
                suffix: ''
                build: true
                rank: 8
                dlimit: 1
                plimit: 6
            inheritance:
            - VIP
            permissions:
            - InfChests.placesign
            - place.bed
            - bb.admin.*
            - nocheat.*
            - -nocheat.notify
            - IPGet.*
            - lwc.mod.*
            - blockhead.hat.give.players.items
            - worldedit.brush.*
            - worldedit.wand
            - worldedit.butcher
            - worldedit.remove
            - worldedit.fixlava
            - worldedit.fixwater
            - worldedit.extinguish
            - p2.*
            - essentials.setwarp
            - essentials.broadcast
            - essentials.top
            - essentials.delwarp
            - essentials.jump
            - essentials.tphere
            - essentials.essentials
            - essentials.kick
            - essentials.kickall
            - essentials.tempban
            - essentials.unban
            - worldguard.heal
            - worldguard.region.define
            - worldedit.fire-toggle.*
            - worldedit.region.*
            - worldedit.regen
            - worldedit.tool.*
            - worldedit.clipboard.*
            - worldedit.reload
            - permissions.promote.Builder
            - permissions.promote.Survivor
            - permissions.demote.Builder
            - permissions.demote.Survivor
            - kiwiadmin.ban
            - kiwiadmin.kick
            - kiwiadmin.unban
            - kiwiadmin.reload
            - kiwiadmin.tempban
        Admin:
            default: false
            info:
                prefix: '&c'
                suffix: ''
                build: true
                rank: 9
                dlimit: 1
                plimit: 8
            inheritance:
            permissions:
            - '*'
            - -nocheat.notify
        Host:
            default: false
            info:
                prefix: '&c'
                suffix: ''
                build: true
                rank: 10
                dlimit: 1
                plimit: 10
            inheritance:
            permissions:
            - '*'
            - -nocheat.notify
    
    But it won't work in any way.
     
  7. @DigitalTyrant
    Hello again

    Unfortunently almost all my staff are complete retards and they are therefor unable to use the world parameter as this would make their brains implode. Would it be possible to force a default word name in config to use if no world is specified when promoting or demoting. Specifying it would ofcourse override the default one in config. This solution would be alot better since they tend to be in all kinds of subworld trying to promote for main world.

    Thanks,
    Sorken
     
  8. Offline

    micdoodle8

    D: losing players, sorry to bother, but I really need help
     
  9. Offline

    elconnor

    Hi, I have worked out how to do most of the commands for groups and things, whenever I try to set ranks and things, I have created a group called owner, added warp permissions to that group and whenever I try to warp etc, it says "You do not have any permissions!"

    I also get a load of error's

    Code:
    2011-08-16 01:03:25 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'rankset' in plugin p2Aliases v1.3
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
        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:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
        at com.nijiko.permissions.ModularControl.getParentWorldGroup(ModularControl.java:230)
        at com.nijiko.permissions.ModularControl.getGroups(ModularControl.java:480)
        at net.codej.permissionsplus.PermissionsPlus.getGroupName(PermissionsPlus.java:1382)
        at net.codej.permissionsplus.PermissionsPlus.onCommand(PermissionsPlus.java:560)
        at net.codej.p2aliases.P2Aliases.onCommand(P2Aliases.java:103)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    2011-08-16 01:04:08 [WARNING] PermissionsEx plugin are not found.
    2011-08-16 01:04:10 [INFO] elconnor lost connection: disconnect.quitting
    2011-08-16 01:04:10 [INFO] Connection reset
    2011-08-16 01:05:04 [INFO] Stopping the server..
    2011-08-16 01:05:04 [INFO] Stopping server
    2011-08-16 01:05:04 [INFO] [Permissions] (Yeti) saving data...
    2011-08-16 01:05:04 [INFO] [Permissions] (Yeti) saved all data.
    2011-08-16 01:05:04 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-08-16 01:05:04 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-08-16 01:05:04 [INFO] Warp 1.0 by Benni1000 disabled!
    2011-08-16 01:05:04 [INFO] [P2Aliases] Shutting down.
    2011-08-16 01:05:04 [INFO] Saving chunks
    2011-08-16 01:05:04 [INFO] Stopping server
    2011-08-16 01:05:04 [INFO] Saving chunks
    
    Please can someone help me?
     
  10. Offline

    Alubaczewski

    I am trying to set my moderators to be able to do /groupset commands
    and when i type /groupset the command that shows the syntax comes up {/groupset <player> <group> [world]}
    and when i do /groupset aluba builder world it says i dont have permission. which permission do i need to add?
     
  11. Offline

    Adv

    The permissions listed doesn't work. Not sure why. It's p2.user.setgroup, doesn't work for my mods either, but does for me.
     
  12. Offline

    keyname

    I thnik I have some probs with Permissionplus in CB1060

    Code:
    2011-08-17 13:45:39 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'promote' in plugin PermissionsPlus v3.2
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
        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:89)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
        at net.codej.permissionsplus.PermissionsPlus.highestRankGroup(PermissionsPlus.java:1449)
        at net.codej.permissionsplus.PermissionsPlus.onCommand(PermissionsPlus.java:1133)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
     
  13. Offline

    Lyikos

    I can't get it to work at all. When the server starts up I get a [SEVERE] saying PermissionsPlus couldn't load.

    Here's the server log
    Code:
    [SEVERE] Could not load 'plugins\PermissionsPlus.jar' in folder 'plugins': Permissions
    org.bukkit.plugin.UnknownDependencyException: Permissions
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:143)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:110)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:133)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  14. i got an little problem..., when i'm trying to do /promote %name% %world%. it says "some commands are disabled" how can i turn it on again??? please help
     
  15. Offline

    Imfrostys

    I love you... In a Bromance way :D Thank you! I finaly found Permissions. Because The yetti Did something to his plugin. D:
     
  16. Offline

    sparkhead95

    I have a pretty bad error while starting up my server with this plugin....

    20:01:14 [SEVERE] Error occurred while enabling PermissionsPlus v3.2 (Is it up t
    o date?): null
    java.util.ConcurrentModificationException
    at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
    at java.util.HashMap$ValueIterator.next(Unknown Source)
    at net.codej.permissionsplus.PermissionsPlus.loadGroups(PermissionsPlus.
    java:1414)
    at net.codej.permissionsplus.PermissionsPlus.loadConfigs(PermissionsPlus
    .java:1332)
    at net.codej.permissionsplus.PermissionsPlus.onEnable(PermissionsPlus.ja
    va:112)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:885)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:278)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161
    )
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:451)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleComma
    ndMap.java:281)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    9)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    44)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:489)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:468)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    PLEASE HELP!!!!
     
  17. Offline

    tidge789

    There's something I don't understand. For an example, I pass myself from Admin to Guest and when i'm guest I can't build cuz antibuild is ont for guest BUT I still have my admin commands..
     
  18. Offline

    Chromana

    Promote doesn't seem to be working for non-ops.
    Demote works as it should.

    when they do /promote name it says "cannot promote to or above your current rank" even though the target person is several ranks below.

    E.g. the person is rank 5 and they are trying to promote a person from rank 2 to 3. They have pLimit: 4 and dLimit: 4 but promote doesn't work.

    Yes they do have p2.promote.

    CB1000 PP3.2

    No errors on console.
     
  19. Offline

    DigitalTyrant

    The info variables plimit and dlimit should be lowercase. If that doesn't fix your situation, try removing them completely. People have said they have experienced issues with plimits and dlimits. The plugin limits the ranks automatically by default if no plimit and dlimit are defined.

    Are you an Op?

    Interesting. Can you explain your server setup a little more for me please. What version of CraftBukkit, Permissions, other plugins etc.

    You have to setup ranks in order for certain commands to work. Once you define ranks for your groups, you will be able to issue these commands again

    Do you have the Permissions plugin installed?

    @Boost @matiyarosz
    This error occurs when you try and promote a user that currently is not in a specific group. This happens when someone new joins the server and gets treated as a "default"

    @Adv @Alubaczewski

    There is a typo in that specific permission. If you set your permission to p2.user.groupset rather than p2.user.setgroup things should work. Like I said though, this is a typo and will be fixed.

    The error that you posted is coming up due to incorrect syntax when running the /rankset command. Can you post your groups.yml and the /rankset command you are trying to execute?

    The connection reset and null messages aren't something that this plugin would produce. myBukkitAdmin may be causing these errors if you are a beta user.

    As for the permissions issues you are experiencing, do you users have just 1 group or multiple groups defined when you are trying to promote?

    Quite possibly something that could be added. Incompetence is never fun to deal with and even more daunting to program for lol

    You should try removing plimit and dlimit and see if that clears it up

    What version of Permissions and PermissionsPlus are you using?

    PermissionsPlus v1.6 is quite old now and is incompatible with newer versions of Permissions. What version of Permissions are you using?

    Most of the commands will work with Permissions MySQL, yes.

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

    Kolcek

    Hi, i have a problem with this plugin. Everything worked fine for a while but now i can'd do anything :(
    Code:
    13:25:41 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'group' in plugin PermissionsPlus v3.2
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
            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:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
            at net.codej.permissionsplus.PermissionsPlus.getPath(PermissionsPlus.java:294)
            at net.codej.permissionsplus.PermissionsPlus.loadConfigs(PermissionsPlus.java:1329)
            at net.codej.permissionsplus.PermissionsPlus.onCommand(PermissionsPlus.java:325)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    
     
  21. Offline

    Chromana

    Yeah, it was the lowercase issue. Thanks for everything :)
     
  22. Offline

    sparkhead95

    Sure,
    Craftbukkit 0.0.1
    Permissions 3.1.6

    AntiCreeper 1.0
    AutoMessage 1.5
    BukkitUpdater 0.2.7.57
    ChestShop 3.01
    Elevators 1.4.3
    Essentials 2.5.6
    EssentialsSpawn 2.5.6
    HeroicDeath 1.9.0
    IBICF 1.6
    Iconomy 5.0
    Lockette 1.3.8
    PermissionsPlus 3.2
    Plugman 1.3.2
    Portecoulissante 1.2.1
    TravelPortals 1.5
    Worldedit 4.6
    Worldguard 5.2.2
    iChat 2.3.3-p3
    P2Aliases 1.3
    MobArena 0.93.4

    Thanks :)
     
  23. @DigitalTyrant
    Im looking for a feature where i can do say: /group -getusers g:Banned
    and then dump output in a plain txt file. one username per line, then i can use this file for weeding out unneeded inventory files and what not. If you want you can use o:filename.txt as commandline parameter. no color codes tho, just messes up things :)
     
  24. Offline

    tidge789

    Yes I am an OP. I can pass myslef from Admin to Guest, it works because my prefix change but I sill have access to my admin commands.. That's weird
     
  25. Offline

    DigitalTyrant

    as long as you're an Op, you will have access to all commands.

    A cool idea. You may see this soon.

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

    jammasterz

    The problem is fixed now. Tip for other people- if all your plaugins throw arrors- it has to be problem with permissions. In my case it was FakePermissions :)
     
  27. Offline

    tidge789

    oh god how noob I am.. -.- Thanks ahaha
     
  28. Offline

    arnie231

    Seems your plugin is causeing memory leakage
     
  29. Offline

    Lolmewn

    What must I do in order to not have that message that some groups do not have a rank defined?
     
  30. Offline

    PhoenixStar117

    CAN SOMEONE HELP ME? I CANT FIND ANY LINKS TO THR "REAL" PROMISSIONS! PLZ HELP!!!!!!!!!!!!!!!!
     
  31. Offline

    THG3

    This is good to go for 1060? If so why isn't it labled 1060?
     

Share This Page