Inactive [ADMN/DEV] PermissionsEx (PEX) v1.19.5 - Tomorrow is Today! [1.4.6-R0.1]

Discussion in 'Inactive/Unsupported Plugins' started by t3hk0d3, May 21, 2011.

  1. Offline

    t3hk0d3

    [​IMG]
    Version: 1.19.5

    PLEASE USE BUKKIT-DEV FORUM FOR DISCUSSION/HELP
    http://dev.bukkit.org/server-mods/permissionsex/
    THANKS IN ADVANCE.

    PermissionsEx (PEX) is a new permissions plugin, based on Permissions ideas and supports all of its features. But PEX is more! It offers different backends, powerful ingame management, fine grained restrictions for world modification.

    [​IMG]

    Current features
    1. Bukkit Permissions (SuperPerms) compatible.
    2. Several backend support. Currently bundled backends is File (YAML) and SQL (MySQL, SQLite). Also it's possible to add your own.
    3. YAML backend, with new, fully rethinked, config schema. Now all user, groups and their permissions are stored in one file - permission.yml. BTW file name is adjustable too.
    4. SQL backend, most delicious. Currently MySQL and SQLite supported, but other DB (like Postgre) are possible too. PEX deploys the DB scheme (tables and initial data) automatically. This means, that you only need to provide data on how to connect to the db, everything else PEX will handle by itself.
    5. Flexible architecture and API - you can change a lot programmatically.
    6. Compatibility layer with TheYeti's Permissions (2.7.4) (as a separate part of the plugin). In most cases plugins, which use Permissions, will alsowork with PEX also.
    7. Rich chat/console command interface. You can do almost everything ingame. Command list below.
    8. Modifyworld - Embedded restrictions mechanism (we call it "modifyworld"), which provides the possibility to control players abilities, such as destroying/placing blocks, riding carts/boats or even getting spotted by mobs and much more. Disabled by default.
    9. Multigroup inheritance. User, as well as Group, can be member of several groups. And inherit their permissions, options and prefix/suffix.
    10. Permissions based upon Regular Expressions. This mean you can use regular expressions. Example: modifyworld.blocks.(destroy|place).(3|12) - this permission allow place or destroy only sand (12) or dirt (3) blocks. There is still limitation on dot usage in your regexps - dots are escaped by default.
    11. Multiworld permissions. Just don't specify world and permission would work in any world.
    12. Multiworld inheritance. You can inherit different groups in different worlds.
    13. Easy migration from Permissions 2.x. Converter for both YAML and SQL are embedded into PermissionsCompat. Just use simple instruction.
    14. Perfomance friendly. Low-level caching helps alot when you have 100+ online users :)
    15. Promotional/Demotional system. You can assign ranks to groups and promote/demote users to higher/lower ranked group.
    16. World-inheritance - permissions/option of one world can be inherited by another world.
    17. Timed Permissions - you can give user permission only for some amount of time.
    18. Chat Manager - small chat plugin, bundled with PEX. With prefixes/suffiex and colors. Check wiki for more details.


    Documentation
    Wiki

    Basic setup tutorial (Thanks to lycano)

    Nice tutorial made by Bennetman


    Download
    Stable version

    Development version (mostly stable) - always lastest dev build.

    Sources
    https://github.com/PEXPlugins

    Builds
    http://webbukkit.org:8080/

    Maven Repository
    http://repo.tehkode.ru/browse/ru.tehkode

    IRC
    Join us on #permissionsex, irc.esper.net. Feel free to ask any related questions.

    Tools !NEW!
    Pex Auto-Setup Tool - MySQL and FlatFile !


    Changelog
    Show Changelog (open)
    v1.19.5
    Proper intervals for timed commands (both group/permissions management), without pesky seconds calculations (like /pex user t3hk0d3 timed add cool.permission 10days)
    Bugfixes.
    1.4.6 compatibility.


    v1.19.4
    Built for Bukkit 1.4.2-R0.1
    Added inventory permissions (modifyworld.items.put/take.<item>.of.<chest>)
    Added item hold permission (modifyworld.items.hold.<item>)
    Sdded monster egg spawn permission (modifyworld.spawn.<creature>)
    Few other minor fixes
    v.1.19.3
    Modifyworld improvements (configurable messages, now independent from PEX)
    /pex help command
    Minor improvements and bugfixes
    v.1.19.2
    New modifyworld permissions
    Some bugfixes
    v.1.19.1
    Bugfix release
    v1.19
    Bukkit R6 compatible.
    Several bugfixes!
    Permissions now case-insensetive.
    v1.18
    Users logging and cleanup feature.
    Non-inheriting nodes feature.
    Several Bugfixes.
    PermissionsCompat is finally remove from default bundle.
    v1.17
    User/group specific management permissions (permissions.manage.group.Admin)
    Fixed some superperms compatibility issues
    Fixed several bugs
    v1.16
    SuperPerms compatbility bridge were rewritten - no lags anymore and now with debug output (now you can view superperms checks).
    Numerous of bugs were fixed (Thanks you guys for reporting them)
    Modifyworld were improved (modifyworld.item.use)
    v1.15
    Compatiblity for 1317+
    Fixed perfomance issues with SuperPerms (if you still experience they try to disable "raw-permissions" in config.yml)
    Fixed issue with prefix inheritance
    v1.14
    Improved Options mechanism.
    Auto saving new users feature, disabled by default.
    SuperPerms bridge improved - more permissions supported by wildcards.
    File backend dumping now fully functional. SQL dumping is still bogus (do not dump world-specific inheritance and prefixes), will be fixed soon.
    Many bugfixes and minor improvements.
    v1.13
    Superperms (BukkitPerms) support
    Multiworld inheritance and prefixes/suffixes
    Groups weighting
    ChatManager, chat plugin which bundled with PEX.
    Modifyworld now separate plugin, but still bundled with PEX.
    API changed slightly, CustomEvents (PermissionsEntityEvent, PermissionsSystemEvent) introduced.
    Many lesser improvements and tons of bugfixes.
    v1.12
    API get slightly improved
    Ranking ladders.
    User/group name case-insensetivity.
    World-inheritance.
    Timed permissions.
    Modifyworld rules are get improved.
    Tons of minor improvements and bugfixes.
    v1.11
    Many bugfixes and improvements.
    MySQL connection stability improved - reconnection mechanism.
    v1.10
    Promotional/Demotional system.
    Perfomance improvement, with new low-level caching system (thx Joy)
    Modifyworld improved.
    Many lesser improvements and bugfixes.
    v1.06
    New p2compat backend, for easy migration from Permissions 2.x to PEX.
    v1.05
    Users/Groups dumping (pex dump <backend> <file>).
    New commands pex promote/demote. Actually this is just aliases for "pex user group set/remove"
    Few bugfixes.
    v1.04
    Players now can be informed about changes (has been added to group, changed permission/option). Disabled by default - set "permissions.informplayers.changes" to "true"
    Config node "permissions.verbose", which responsible for player informing about modifyworld restrictions has been renamed to "permissions.infromplayers.modifyworld".
    Autocomplete has been improved.
    New command "pex config <node> [value]". This command help to manipulate configuration file (config.yml) from console/chat interface.
    Many bugfixes.
    v1.03
    Autocomplete for users (taken from registred users and online users) and groups names.
    New command for user removing (pex user <user> delete)
    Fixed several nasty bugs. Thanks for bugreports!
    v1.02
    Compatibility layer loading order issue fixed. Now most of plugins should work.
    Tested with new CB 803 build.
    v1.01
    Regular expression permissions support.
    Newer permissions now added above (bugfix).
    Several bugfixes.
    v1.00
    Initial public release.
     
    BRampersad, grid21, MrRazull and 71 others like this.
  2. Offline

    iJumbo

    How do I make it so one group inherits the other like in the old permissions. Such as, Group default has a rank 'value' of 1000, Group member has a rank 'value' of 900, will Member inherit default or not? EDIT: Got it working.
     
  3. Offline

    Tompotato

    Ok i got it working and now when i make my self a rank it says i am but when i type in something it dosent say i am that rank whitch is Builder

    I just notice that when i make a group it disables the chatmanger and modifyworld

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  4. I made this account to thank you for the plugin. I have cycled through at least 3 different plugins that did not work, totaling about 2 hours of work. I am not an idiot when it comes to computer related things. I have a Linux box at home I built, and I remotely manage it at school. I could NOT get any other plugin working. Yours was up in less than 5 minutes, working flawlessly. Thank you, SO MUCH, I just wish I saw it earlier.
     
  5. Offline

    sillycliff512

    I wanted to know if you could make a centralized help menu that shows all commands. I find it quite annoying constantly being asked what the command is for such and such and i thought i would ask you if at all it would be possible to make a help list /help that contained all commands. If this already exists please tell me how to do it. Ive seached the wiki and didnt find anything on it. Ive never tried to irc script but i would learn how to just to do this. The only plugin that ever shows a help menu is essentials and i want a complete help menu without having to know what the help menu command is for other plugins instead of having them like for the npc help menu /npc help,/help,/sk help, /com help its very annoying to remember every help menu command so please help me.
     
  6. Offline

    Buckethead

    plz help! individual perms for users isnt working i think its proper format
    Code:
        TEUCSS197:
            group:
            - Citizen
        permissions:
        - LockIP.exempt
        stubbmuffinzz:
            group:
            - Admin
        angrysalamence:
            group:
            - Citizen
     
  7. Offline

    Tompotato

    and for some resoan when i do it and everthing is fine i cant say anything in there server when i type it says nothing
     
  8. I'm guessing that you want the LockIP pemission to apply to TEUCSS197?
    I'm afraid your format is off. You need in indent the permissions line in more so it's in line with the group entry to it looks something like this (courtesy of the YAML parser linked in the first post):

    Code:
    {
      "angrysalamence": {
        "group": [
          "Citizen"
        ]
      },
      "stubbmuffinzz": {
        "group": [
          "Admin"
        ]
      },
      "TEUCSS197": {
        "group": [
          "Citizen"
        ],
        "permissions": [
          "LockIP.exempt"
        ]
      }
    }
    There is, kind of. Running /pex alone from the game will list every command PEX has. The bad part is that it's too long to show in-game. It's better if you run it from the server console and can scroll back to see all the commands.

    I could have sworn that I saw somewhere in the docs or a post that it will work with many of the /help plugins, but I can't seem to find a reference to it at this time.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  9. Offline

    Buckethead

    i didnt get any errors in parser but ty
     
  10. No you wouldn't. The YAML parser just checks that the file is correct for reading by YAML, it's not going to catch entries that don't build the data structure correctly for PEX.

    I was able to get a copy of HeroicRebuke and it seemed to work OK (I didn't do any real in depth testing). BedHealAdvanced, the jar is missing from the dropbox account that is linked in the plugin release thread.

    Frankly, my impression is that those plugins are just too old to really use (bukkit 1060, really? That's ancient by bukkit standards), and they might not work with the current state of permissions for bukkit. *shrug*

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  11. Offline

    moe_sal3h

    Hey, can anyone write me a permissonsEx group for admins (with the commandbin plugin and all commands)?
    and a moderator group (with the lesuire commands from commandbin and none of the admin commands?)
    Thanks in advance.
     
  12. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    It depends entirely on version and if you use parent permission nodes such as vanish.standard.
     
  13. Offline

    TheFurion101

    -
    Hmm... Make it like:
    Code:
            TEUCSS197:
                    group:
                    - Citizen
                    permissions:
                    - LockIP.exempt
            stubbmuffinzz:
                    group:
                    - Admin
            angrysalamence:
                    group:
                    - Citizen
    
    So basically, your format is wrong.
     
  14. Offline

    silentdojo

    Are there permission nodes for just allowing void damage? I see entity damage nodes but don't know which to use or if that would work anyway.
     
  15. Offline

    dakoslug

    can we do something like -"*"
    BUT have like a exclude permission but still have every other command?
     
  16. Offline

    Buckethead

    ty

    i dont think so because people die in void anyway on my server

    when u say worked for hero rebuke u mean it just loaded or u were able to asign permissions and they all individually woked

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  17. As in when I loaded it on my test server, I was able to use /warn as expected per the documentation with a group that has *

    Interesting question.

    pex toggle debug will show the permissions that ModifyWorld and PEX look for when something happens (item interaction, player takes/deals damage, etc). What I would do is turn debug on and jump into the void. It should show what node is checked for when damage is taken, then you could try permitting that node and disallowing all the others...

    Then post back with your results! :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  18. Offline

    Walri

    it was a towny thing, my format works fine too. fixed it, thanks anyways tho
     
  19. Offline

    McSpuds

    Not sure what I have done wrong but can not get several things in permissions to work.

    Used to have prefixs as well and now they do not show. Chatmanager is loaded and set to true. It worlded before we added the kits and a few other things.

    I did something here.

    Here is the pastebin file

    http://pastebin.com/7JvtuNgc

    I hope somebody can see what is wrong.

    Thanx

    added the server log at startup

    Pastebin

    http://pastebin.com/vh2qnL58

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  20. Offline

    Gos

    Hey

    I wannet to hear if any could give me an answer why this groupe wont work?

    TeamB:
    default: false
    permissions:
    - modifyworld.login
    - modifyworld.chat
    - modifyworld.sneak
    - modifyworld.sprint
    - modifyworld.usebeds
    - modifyworld.blocks.destroy.80
    - modifyworld.items.pickup.277
    - modifyworld.items.pickup.332
    - modifyworld.items.drop.332
    - modifyworld.items.have.277
    - modifyworld.items.have.332
    - modifyworld.items.use.277
    - modifyworld.items.use.332
    - modifyworld.damage.deal.group.TeamA
    - modifyworld.damage.take.group.TeamA
    - modifyworld.interact.277
    - modifyworld.interact.332


    The groupe should be able to pickup, use and drop 2 items and only be able to destry 1 kind of block, but when i tested the groupe coulden i do anything could pickup the items and coulf destroy the block i wannet :s

    so wannt to hear if i have wrote the comands wrong or??
     
  21. Offline

    Chiller252

    this is my error... i don't get it
    Code:
    18:19:39 [SEVERE] Error occurred while enabling PermissionsEx v1.15 (Is it up to date?): PLAYER_CHANGED_WORLD
    java.lang.NoSuchFieldError: PLAYER_CHANGED_WORLD
            at ru.tehkode.permissions.bukkit.BukkitPermissions.registerEvents(BukkitPermissions.java:87)
            at ru.tehkode.permissions.bukkit.BukkitPermissions.<init>(BukkitPermissions.java:70)
            at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:104)
            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)
     
  22. Offline

    Buckethead

    well like i said my problem lied with individual perms not someone with *.*

    do u have world inheritance. if so properly spelled?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  23. Offline

    t3hk0d3

    CraftBukkit build?
     
  24. Lines 47-50 show that for some reason, chatmanager and modifyworld are being disabled. What's in the config.yml for those plugins and PEX itself?

    Please use code tags next time, it makes it easier to tell if there are formatting problems.:)

    As for the question, I think you might be running into a known issue with PEX and your 'design' for the group. There is a note in the wiki for ModifyWorld under the 'important notices' section. In a nutshell, you will need to specify the item id and the name. Check the wiki for an example.

    https://github.com/t3hk0d3/PermissionsEx/wiki/Modifyworld

    Ah, missed that.

    *edits permission file, gives only heroicrebuke.list to the guest group and tests*

    /warn list works as expected here.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  25. Offline

    Gos

    Thanks alot now i have gotten one think to work so far XD

    i have changed the hole list adleast one of em works now but rest still dosent :S

    Code:
        TeamB:
            default: false
            permissions:
            - modifyworld.login
            - modifyworld.chat
            - modifyworld.sneak
            - modifyworld.sprint
            - modifyworld.usebeds
            - modifyworld.interact
            - modifyworld.blocks.destroy.(80|snow)
            - modifyworld.items.pickup.(277|diamondshovel)
            - modifyworld.items.pickup.(332|snowball)
            - modifyworld.items.drop.(332|snowball)
            - modifyworld.items.drop.(277|diamondshovel)
            - modifyworld.items.have.(277|diamondshovel)
            - modifyworld.items.have.(332|snowball)
            - modifyworld.items.use.(54|chest)
            - modifyworld.items.use.(277|diamondshovel)
            - modifyworld.items.use.(332|snowball)
            - modifyworld.damage.deal.group.TeamA
            - modifyworld.damage.take.group.TeamA
            - starvation
            - fire
            - firetrick
            - drowning
            - fall
            prefix: '&2TeamB &f'
            suffix: '&f'
    on this all whit snowball works but rest dosent tho i can use the shovel if i have it on me before getting into the groupe cant pick it up when im in the groupe :S
     
  26. Offline

    alexander7567

    Hey i am having problems with permissions here lately. I have upgraded my craftbukkit.jar so i'm guessing that's the problem. But all of a sudden some player do not receive random permissions to do things other players can.For example... Some players cannot use stargates. Most players can no longer use lockette. They have worked before and do work for some players in the same group.

    Bukkit ver output:
    12:57:03 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1131-g86b7fa8-b1337jnks (MC: 1.8.1)
    12:57:03 [INFO] This server is also sporting some funky dev build of Bukkit!

    Pex Version: 1.15 (latest stable)

    Here is my Perms File:

    Phanni is one player who cannot use stargates (second from bottom)
    Code:
    groups:
        Banned:
            default: false
            prefix: '&2[Banned] '
            suffix: '&f'
            permissions:
            - modifyworld.chat
            - modifyworld.blocks.interact
            options:
                rank: '8'
        Beginner:
            default: true
            prefix: '&2[Beginner] '
            suffix: '&f'
            permissions:
            - essentials.spawn
            - essentials.suicide
            - lockette.user.create.*
            - lockette.user.create.chest
            - lockette.create.*
            - lockette.create.chest
            - stargate.use
            - jail.usercmd.jailstatus
            - essentials.afk
            - essentials.msg
            - essentials.rules
            - essentials.motd
            - essentials.list
            - essentials.helpop
            - essentials.warp
            - essentials.sethome
            - essentials.home
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.back
            - war.player
            - war.warp
            - essentials.help
            - warpz0r.home
            - warpz0r.sethome
            - warpz0r.warp
            - warpz0r.sethome
            - iConomy.holdings
            - iConomy.help
            - iConomy.payment
            - modifyworld.*
            - essentials.signs.trade.create
            - essentials.signs.trade.use
            - essentials.signs.buy.use
            - essentials.signs.sell.use
            - essentials.signs.mail.use
            - essentials.signs.free.use
            - essentials.signs.disposal.use
            - essentials.signs.heal.use
            - essentials.signs.weather.use
            - essentials.signs.warp.use
            - essentials.signs.time.use
            - essentials.signs.spawnmob.use
            - towny.town.*
            - -towny.town.new
            - towny.nation.*
            - towny.chat.nation
            - towny.wild.*
            - towny.cheat.bypass
            options:
                rank: '7'
        Builder:
            default: false
            prefix: '&5[Builder] '
            suffix: '&f'
            inheritance:
            - Beginner
            permissions: null
            options:
                rank: '6'
        VIP:
            default: false
            prefix: '&5[VIP] '
            suffix: '&f'
            inheritance:
            - Beginner
            - Builder
            permissions:
            - essentials.clearinventory
            - mobdisguise.pig
            - MobBounty.collect
            - MobBounty.commands.mb
            - essentials.sethome.multiple
            - essentials.me
            - towny.town.new
            options:
                rank: '5'
        Moderator:
            default: false
            prefix: '&4[Moderator] '
            suffix: '&f'
            inheritance:
            - Beginner
            permissions:
            - jail.command.jail
            - jail.command.unjail
            - jail.command.jaillistcells
            - jail.command.jailmute
            - jail.command.jailtelein
            - jail.command.jailteleout
            - jail.command.jailtransfer
            - jail.command.jailtransferall
            - essentials.ban
            - essentials.ssentials.banip
            - essentials.mute
            - essentials.kick
            - essentials.unban
            - essentials.unbanip
            - essentials.tpo
            - worldguard.region.define
            - worldguard.region.redefine.*
            - worldguard.region.claim
            - worldguard.region.select.*
            - worldguard.region.info.*
            - worldguard.region.addowner.*
            - worldguard.region.removeowner.*
            - worldguard.region.addmember.*
            - worldguard.region.removemember.*
            - worldguard.region.list
            - worldguard.region.flag.flags.*
            - worldguard.region.flag.regions.*
            - worldguard.region.setparent.*
            - worldguard.region.remove.*
            - worldedit.wand
            - worldedit.extinguish
            - worldedit.tool.tree
            - worldedit.wand.toggle
            - worldedit.selection.pos
            - worldedit.navigation.unstuck
            - worldedit.history.undo
            - worldedit.history.redo
            - logblock.tools.tool
            - logblock.tools.toolblock
            - logblock.lookup
            - logblock.rollback
            - logblock.tp
            options:
                rank: '4'
        SuperMod:
            default: false
            prefix: '&1[SuperMod] '
            suffix: '&f'
            inheritance:
            - Beginner
            - Moderator
            permissions:
            - worldmodes.set.self
            - worldmodes.creative
            - worldmodes.survival
            - worldmodes.drop
            - creativebuild.build
            - lockette.admin.create.*
            - essentials.burn
            - essentials.ext
            - essentials.warp.list
            - essentials.tpohere
            - worldguard.region.define
            - worldguard.region.redefine.*
            - worldguard.region.claim
            - worldguard.region.select.*
            - worldguard.region.info.*
            - worldguard.region.addowner.*
            - worldguard.region.removeowner.*
            - worldguard.region.addmember.*
            - worldguard.region.removemember.*
            - worldguard.region.list
            - worldguard.region.flag.flags.*
            - worldguard.region.flag.regions.*
            - worldguard.region.setparent.*
            - worldguard.region.remove.*
            - worldguard.region.bypass.*
            - worldedit.generation.forest
            options:
                rank: '3'
        GameAdmin:
            default: false
            prefix: '&6[GameAdmin] '
            suffix: '&f'
            inheritance:
            - Beginner
            - Moderator
            - SuperMod
            permissions:
            - worldedit.*
            - essentials.broadcast
            - worldguard.heal
            - worldguard.god
            - worldguard.ungod
            - worldguard.slay
            - worldguard.slay.other
            - worldguard.heal.other
            - vanish.vanish
            options:
                rank: '2'
        Owner:
            default: false
            prefix: '&b[Owner] '
            suffix: '&f'
            permissions:
            - '*'
            options:
                rank: '1'
    users:
        alexander7567:
            group:
            - Owner
        Joshuaj123:
            group:
            - Builder
        rebelelephant:
            group:
            - GameAdmin
        _Server_Mod_:
            groups:
            - Builder
        zSGTPOTATOEz:
            groups:
            - SuperMod
        zach1122255:
            groups:
            - SuperMod
        davis1122:
            groups:
            - Moderator
        douroucouli101:
            group:
            - Builder
        Darq_Alder:
            group:
            - Beginner
        CaLi_619:
            group:
            - Builder
        nidroc2502:
            group:
            - Beginner
        timo00032:
            group:
            - Beginner
        Dinnes4:
            group:
            - Beginner
        fsingletary:
            group:
            - SuperMod
        Python27:
            group:
            - Builder
        a45c2:
            group:
            - Beginner
        EmperorXing:
            group:
            - Beginner
        litleman99:
            group:
            - Beginner
        jbrad12525:
            group:
            - Beginner
        dblack108:
            group:
            - Builder
        Ozuaka:
            group:
            - Beginner
        Zane619:
            group:
            - Beginner
        GRILLEDGRENADE:
            group:
            - Builder
        green3789:
            group:
            - Beginner
        yair4131:
            group:
            - Beginner
        steelerstl:
            group:
            - Beginner
        hmurtha:
            group:
            - Beginner
        siim1233:
            group:
            - Beginner
        Cliffgazer:
            group:
            - Beginner
        WarpedLamp:
            group:
            - Beginner
        fireblade1233:
            group:
            - Beginner
        lawlren:
            group:
            - Beginner
        lawler:
            group:
            - Beginner
        jake4050:
            group:
            - Beginner
        Dogman4306:
            group:
            - Beginner
        GalaxHidden:
            group:
            - Beginner
        Kalorial:
            group:
            - Beginner
        Adkg12:
            group:
            - Beginner
        fsl:
            group:
            - Beginner
        Gaz53:
            group:
            - Beginner
        robinbb77:
            group:
            - Beginner
        ninja2003:
            group:
            - Beginner
        sethisawesome469:
            group:
            - Beginner
        thebigmangio:
            group:
            - Beginner
        AnexL2Craft:
            group:
            - Builder
        15wintermt:
            group:
            - Beginner
        matmel:
            group:
            - Beginner
        sqweebel:
            group:
            - Beginner
        KyonKun88:
            group:
            - Beginner
        waltykill12:
            group:
            - Beginner
        west123456789:
            group:
            - Builder
        vodoman1:
            group:
            - Beginner
        daily_dosis:
            group:
            - Beginner
        DanzeeDan:
            group:
            - Beginner
        kvicksilv3r:
            group:
            - Beginner
        gabergaber:
            group:
            - Beginner
        sproginator:
            group:
            - Beginner
        ytsen13:
            group:
            - Beginner
        Advanced_Noob:
            group:
            - Beginner
        Atty29:
            group:
            - Beginner
        ghosttown3:
            group:
            - Beginner
        Shadowmix:
            group:
            - Beginner
        matty2505:
            group:
            - Beginner
        Aless95:
            group:
            - Beginner
        duyxy1:
            group:
            - Beginner
        Sinan5:
            group:
            - Beginner
        ConorFrosty:
            group:
            - Beginner
        Smortenton:
            group:
            - Beginner
        Pipehh:
            group:
            - Beginner
        Phantom01:
            group:
            - Banned
            prefix: '&2[Banned For Burning Rebelville] '
            suffix: '&f'
        Xlious:
            group:
            - Beginner
        SharkMonster:
            group:
            - Beginner
        Polymonica:
            group:
            - Beginner
        NicholasC47:
            group:
            - Beginner
        liamche:
            group:
            - Beginner
        gavain788:
            group:
            - Beginner
        Medainda:
            group:
            - Beginner
        Rosa_Brenne:
            group:
            - Beginner
        coooollo:
            group:
            - Beginner
        iSeven:
            group:
            - Beginner
        Domsinator:
            group:
            - Beginner
        EPortal91:
            group:
            - Beginner
        wolgo:
            group:
            - Beginner
        SquaredCheerio:
            group:
            - Beginner
        mrcrazyhorse1234:
            group:
            - Beginner
        TheEpicSlime:
            group:
            - Beginner
        Catsrock360:
            group:
            - Builder
        TuckMuffin:
            group:
            - Beginner
        DUhop567:
            group:
            - Beginner
        sdevoll:
            group:
            - Beginner
        Lemonade1947:
            group:
            - Beginner
        mgrant01:
            group:
            - Beginner
        darenboi34:
            group:
            - Beginner
        wathew12:
            group:
            - Beginner
        Danex01:
            group:
            - Beginner
        phanni:
            group:
            - Beginner
        Grimveous:
            group:
            - Beginner
        RogueSteeler:
            group:
            - Beginner
        krv3030:
            group:
            - Beginner
    
     
  27. Offline

    McSpuds

    Thanks for looking.. I rebuilt it from start, every plugin, every config, and all permissions.. I think I have a case sensitive letter wrong someplace. That is all it takes in Pex because it is case sensitive....
     
  28. Offline

    t3hk0d3

    On page 116 version 1.16 would be promoted :3
     
  29. Offline

    Kazumz

    Whats this PermissionsEx - JavaDoc then? Does it have to be on the server?
     
  30. Offline

    t3hk0d3

    No, this is result of build packaging script error. Just remove it.
     
  31. Offline

    Kazumz

    Thanks Mate.
     

Share This Page