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

    Kommy000

    So.... how can I disable that command, I tried negative node but nothing happens
     
  3. Offline

    HappyBox

    I CANNOT get this to work. I am a newbie, could I get some help? I need setup for an owner, admins, and the default group. I can add the permissions myself, but setting it up? I am unable to do so. :(
     
  4. Offline

    Tutimane

    i set it up for u, paste my link into your config and edit the changes you want. once you see it you'll understand how it works. try to use notepad ++
     
  5. Perfect, thank you.

    *checks*

    Yep. According to the debug output, mcMMO enables all skills by default. My normal suggestion would be to add - -mcmmo.skills.* to the permissions for the outlander group...

    However, and this may be because I didn't configure things right, it still appears to grant permission even with the node negated. This part makes it look like a problem with PEX, however, if I negate a node that normally is granted by superperms, such as bukkit.command.plugin, it blocks access to the plugins command which is true for everyone by default.

    Another thing to consider is that I did a quick test with the 1.2 beta of bukkit with PEX 1.19.1 (all I have access to at the moment), and who knows what kind of bugs are present with that build of bukkit.

    Right now, I'm leaning toward mcMMO/bukkit more than PEX. What bukkit/PEX build are you using?

    So if it works if y0u use the in-game commands, it sounds like you are accidentally messing up the formatting when you edit it by hand. :)

    You can change virtually any setting for PEX in-game. Look at this page on the wiki:
    https://github.com/PEXPlugins/PermissionsEx/wiki/Basic-Permissions-Setup#wiki-prefixes

    It will show you the command to run to change the prefix and suffix for a group while in the game.

    As for the back-ends, if you haven't touched the config file, it's set for the file back-end, that's the default.

    Copy and pasting from the link you posted to pastie (http://pastie.org/pastes/3571658/text), I get:

    So yeah, as far as I can tell, my suggestion still stands I'm afraid. :)

    What command/node did you run? I, quite literally, disabled the /plugins command just a few minutes ago by adding - -bukkit.command.plugins to a group.

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

    Cat121

    Quadruple post ! Good job man :)
    And 5 minutes or less between each one, that's a great performance , really.

    I'm looking for someone using Pex with SQL, i need some information on the inheritance, if i have three groups like "noobs, users, vip" and i want vip that inherits from users that inherits from noobs.
    I have to make :
    noobs -> users and users -> vip (on the model child -> parent)

    Or :
    noobs -> users and users users -> vip and noobs -> vip

    Currently i am on the second option and i have to reload bukkit in order to have the inheritance for the third group.
    Thank for those spending time to answer me :)
     
  7. Offline

    TzK

  8. Now for the quintet!
    If I'm understanding the question correctly (it's 2:30AM for me at the moment), PEX permissions check works in the following order:
    1. User level permissions
    2. Member group level permissions
    3. Inherited group level permissions
    So you would want to make the noobs group, have the users inherit from noobs, and have vip inherit from users group.

    Am I close?

    (and for my next trick, I shall now juggle) ;)

    Unfortunately, the dev bukkit page doesn't really have any instructions on how to configure it. The two ways I could think of is for it to directly assign a user to a group or use the promote command (which requires a ranking ladder setup).

    If it had some documentation on how it works, I could suggest something more, or if someone else has it working, they could chime in. :)

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

    TzK

    How to make that it promote player in other group with that ranking ladder automacly? How to catch information from authme that player is registered and promote it to an other group?
     
  10. Offline

    Cat121

    That's right, i want vip inherits from users and noobs, users inherits from noobs and noobs have their permissions.

    And for your next messages, you could simply edit :p
     
  11. Offline

    Disparate

    This is probably a ridiculous question but hope springs a turtle:
    Is there a simple way to convert between PermissionsBukkit configs and PermissionsEx configs? (/me crosses fingers)
     
  12. Offline

    Kommy000

    thanks. I tried before and it didn't work... it worked now, go figure
     
  13. Offline

    Rellac

    I'm just wondering if anyone can tell me wtf is going on here? I tried PEX irc a few times but got outright ignored :c

    I keep getting this monstrosity whenever someone logs in:

    http://pastie.org/pastes/3582093/text


    Here is my permissions.yml:

    http://pastie.org/pastes/3582100/text


    I have no idea what's wrong. This happens on a server with ONLY PEX. I'm running 1.19.1 and I've tried on a plethora of bukkit builds, all 1.2
     
  14. Offline

    MrTimmy12

    Ok im using Groupmanager -_- way more easit without any errors and without any needed chat thing that shows preffixes
     
  15. Offline

    DarklightPvP

    Uh, little problem whilst testing out the 1.2.3 PermissionsEx. I 'think' this was when Essentials auto-saved the world, but I'm not too sure. If I've pasted the same thing twice, pardon me:

    13.03 17:43:24 [Server] INFO... 6 more
    13.03 17:43:24 [Server] INFOat org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    13.03 17:43:24 [Server] INFOat org.bukkit.command.defaults.SayCommand.execute(SayCommand.java:37)
    13.03 17:43:24 [Server] INFOat org.bukkit.Bukkit.broadcastMessage(Bukkit.java:114)
    13.03 17:43:24 [Server] INFOat org.bukkit.craftbukkit.CraftServer.broadcastMessage(CraftServer.java:322)
    13.03 17:43:24 [Server] INFOat org.bukkit.craftbukkit.CraftServer.broadcast(CraftServer.java:950)
    13.03 17:43:24 [Server] INFOat org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:99)
    13.03 17:43:24 [Server] INFOat ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:102)
    13.03 17:43:24 [Server] INFOat ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:113)
    13.03 17:43:24 [Server] INFOat org.bukkit.permissions.PermissibleBase.hasPermission(PermissibleBase.java:71)
    13.03 17:43:24 [Server] INFOat ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.isPermissionSet(PermissiblePEX.java:202)
    13.03 17:43:24 [Server] INFOat ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:155)
    13.03 17:43:24 [Server] INFOat ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:148)
    13.03 17:43:24 [Server] INFO Caused by: java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    13.03 17:43:24 [Server] INFOat net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    13.03 17:43:24 [Server] INFOat net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    13.03 17:43:24 [Server] INFOat net.minecraft.server.MinecraftServer.w(MinecraftServer.java:568)
    13.03 17:43:24 [Server] INFOat net.minecraft.server.MinecraftServer.b(MinecraftServer.java:599)
    13.03 17:43:24 [Server] INFOat org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:457)
    13.03 17:43:24 [Server] INFOat org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:461)
    13.03 17:43:24 [Server] INFOat org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:170)
    13.03 17:43:24 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing 'say §8World saved.' in org.bukkit.command.defaults.SayCommand@39d9f91c
    13.03 17:43:24 [Server] WARNING Unexpected exception while parsing console command
    13.03 17:43:24 [Server] SEVEREat net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    13.03 17:43:24 [Server] SEVEREat net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    13.03 17:43:24 [Server] SEVEREat net.minecraft.server.MinecraftServer.w(MinecraftServer.java:568)
    13.03 17:43:24 [Server] SEVEREat net.minecraft.server.MinecraftServer.b(MinecraftServer.java:599)
    13.03 17:43:24 [Server] SEVEREat org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:457)
    13.03 17:43:24 [Server] SEVEREat org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:461)
    13.03 17:43:24 [Server] SEVEREat org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    13.03 17:43:24 [Server] SEVEREat org.bukkit.command.defaults.SayCommand.execute(SayCommand.java:37)
    13.03 17:43:24 [Server] SEVEREat org.bukkit.Bukkit.broadcastMessage(Bukkit.java:114)
    13.03 17:43:24 [Server] SEVEREat org.bukkit.craftbukkit.CraftServer.broadcastMessage(CraftServer.java:322)
    13.03 17:43:24 [Server] SEVEREat org.bukkit.craftbukkit.CraftServer.broadcast(CraftServer.java:950)
    13.03 17:43:24 [Server] SEVEREat org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:99)
    13.03 17:43:24 [Server] SEVEREat ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:102)
    13.03 17:43:24 [Server] SEVEREat ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:110)
    13.03 17:43:24 [Server] SEVEREat ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.performCheck(PermissiblePEX.java:124)
    13.03 17:43:24 [Server] SEVEREat ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:155)
    13.03 17:43:24 [Server] SEVEREat ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:148)
    13.03 17:43:24 [Server] SEVERE java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
     
  16. Offline

    profipix

    Could not pass player event etc etc etc. Happens with all my plugins after installing PEX.
     
  17. Offline

    evereadycod

    Hay Can anyone help with this. All I wanna do is have WorldGuard and world edit permissions with admin
    But it still syes i have no permission. Can anyone help?

    Link: http://pastebin.com/vn1quVb9
     
  18. Offline

    Savadoras

    Can somebody help me?


    Code:
    177 recipes
    27 achievements
    23:02:05 [INFO] Starting minecraft server version 1.2.3
    23:02:05 [INFO] Loading properties
    23:02:05 [INFO] Starting Minecraft server on 5.213.77.2:25565
    23:02:05 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    23:02:05 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    23:02:05 [WARNING] While this makes the game possible to play without internet a
    ccess, it also opens up the ability for hackers to connect with any username the
    y choose.
    23:02:05 [WARNING] To change this, set "online-mode" to "true" in the server.pro
    perties file.
    23:02:05 [INFO] This server is running CraftBukkit version git-Bukkit-1.1-R6-33-
    gb66156b-b2034jnks (MC: 1.2.3) (Implementing API version 1.2.3-R0.1)
    23:02:05 [INFO] [PermissionsEx] sql backend registered!
    23:02:05 [INFO] [PermissionsEx] file backend registered!
    23:02:05 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    23:02:05 [INFO] [SimpleChestLock] Loading SimpleChestLock v0.17
    23:02:05 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.1
    23:02:05 [INFO] [PermissionsEx] Initializing file backend
    23:02:05 [INFO] [JustWarp] Loading JustWarp v1.0b
    23:02:05 [INFO] [Colors] Loading Colors v2.0.2
    23:02:05 [INFO] Preparing level "No Head"
    23:02:05 [SEVERE] java.io.IOException: Not in GZIP format
    23:02:05 [SEVERE]      at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    23:02:05 [SEVERE]      at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    23:02:05 [SEVERE]      at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    23:02:05 [SEVERE]      at net.minecraft.server.NBTCompressedStreamTools.a(Sourc
    eFile:9)
    23:02:05 [SEVERE]      at net.minecraft.server.WorldLoader.b(SourceFile:52)
    23:02:05 [SEVERE]      at net.minecraft.server.WorldLoaderServer.isConvertable(
    SourceFile:82)
    23:02:05 [SEVERE]      at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:221)
    23:02:05 [SEVERE]      at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:187)
    23:02:05 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:425)
    23:02:05 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:490)
    23:02:05 [SEVERE] java.io.IOException: Not in GZIP format
    23:02:05 [SEVERE]      at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    23:02:05 [SEVERE]      at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    23:02:05 [SEVERE]      at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    23:02:05 [SEVERE]      at net.minecraft.server.NBTCompressedStreamTools.a(Sourc
    eFile:9)
    23:02:05 [SEVERE]      at net.minecraft.server.WorldLoader.b(SourceFile:63)
    23:02:05 [SEVERE]      at net.minecraft.server.WorldLoaderServer.isConvertable(
    SourceFile:82)
    23:02:05 [SEVERE]      at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:221)
    23:02:05 [SEVERE]      at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:187)
    23:02:05 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:425)
    23:02:05 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:490)
    23:02:05 [INFO] Default game type: 0
    23:02:06 [SEVERE] java.io.IOException: Not in GZIP format
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    23:02:06 [SEVERE]      at net.minecraft.server.NBTCompressedStreamTools.a(Sourc
    eFile:9)
    23:02:06 [SEVERE]      at net.minecraft.server.WorldNBTStorage.getWorldData(Wor
    ldNBTStorage.java:89)
    23:02:06 [SEVERE]      at net.minecraft.server.World.<init>(World.java:141)
    23:02:06 [SEVERE]      at net.minecraft.server.WorldServer.<init>(WorldServer.j
    ava:27)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:263)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:187)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:425)
    23:02:06 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:490)
    23:02:06 [SEVERE] java.io.IOException: Not in GZIP format
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    23:02:06 [SEVERE]      at net.minecraft.server.NBTCompressedStreamTools.a(Sourc
    eFile:9)
    23:02:06 [SEVERE]      at net.minecraft.server.WorldNBTStorage.getWorldData(Wor
    ldNBTStorage.java:100)
    23:02:06 [SEVERE]      at net.minecraft.server.World.<init>(World.java:141)
    23:02:06 [SEVERE]      at net.minecraft.server.WorldServer.<init>(WorldServer.j
    ava:27)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:263)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:187)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:425)
    23:02:06 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:490)
    23:02:06 [INFO] Unable to find spawn biome
    23:02:06 [SEVERE] java.io.IOException: Not in GZIP format
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    23:02:06 [SEVERE]      at net.minecraft.server.NBTCompressedStreamTools.a(Sourc
    eFile:9)
    23:02:06 [SEVERE]      at net.minecraft.server.WorldLoader.b(SourceFile:52)
    23:02:06 [SEVERE]      at net.minecraft.server.WorldLoaderServer.isConvertable(
    SourceFile:82)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:293)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:187)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:425)
    23:02:06 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:490)
    23:02:06 [SEVERE] java.io.IOException: Not in GZIP format
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    23:02:06 [SEVERE]      at net.minecraft.server.NBTCompressedStreamTools.a(Sourc
    eFile:9)
    23:02:06 [SEVERE]      at net.minecraft.server.WorldLoader.b(SourceFile:63)
    23:02:06 [SEVERE]      at net.minecraft.server.WorldLoaderServer.isConvertable(
    SourceFile:82)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:293)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:187)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:425)
    23:02:06 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:490)
    23:02:06 [SEVERE] java.io.IOException: Not in GZIP format
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    23:02:06 [SEVERE]      at net.minecraft.server.NBTCompressedStreamTools.a(Sourc
    eFile:9)
    23:02:06 [SEVERE]      at net.minecraft.server.WorldNBTStorage.getWorldData(Wor
    ldNBTStorage.java:89)
    23:02:06 [SEVERE]      at net.minecraft.server.World.<init>(World.java:141)
    23:02:06 [SEVERE]      at net.minecraft.server.WorldServer.<init>(WorldServer.j
    ava:27)
    23:02:06 [SEVERE]      at net.minecraft.server.SecondaryWorldServer.<init>(Seco
    ndaryWorldServer.java:8)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:298)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:187)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:425)
    23:02:06 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:490)
    23:02:06 [SEVERE] java.io.IOException: Not in GZIP format
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    23:02:06 [SEVERE]      at net.minecraft.server.NBTCompressedStreamTools.a(Sourc
    eFile:9)
    23:02:06 [SEVERE]      at net.minecraft.server.WorldNBTStorage.getWorldData(Wor
    ldNBTStorage.java:100)
    23:02:06 [SEVERE]      at net.minecraft.server.World.<init>(World.java:141)
    23:02:06 [SEVERE]      at net.minecraft.server.WorldServer.<init>(WorldServer.j
    ava:27)
    23:02:06 [SEVERE]      at net.minecraft.server.SecondaryWorldServer.<init>(Seco
    ndaryWorldServer.java:8)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:298)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:187)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:425)
    23:02:06 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:490)
    23:02:06 [SEVERE] java.io.IOException: Not in GZIP format
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    23:02:06 [SEVERE]      at net.minecraft.server.NBTCompressedStreamTools.a(Sourc
    eFile:9)
    23:02:06 [SEVERE]      at net.minecraft.server.WorldLoader.b(SourceFile:52)
    23:02:06 [SEVERE]      at net.minecraft.server.WorldLoaderServer.isConvertable(
    SourceFile:82)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:293)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:187)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:425)
    23:02:06 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:490)
    23:02:06 [SEVERE] java.io.IOException: Not in GZIP format
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    23:02:06 [SEVERE]      at net.minecraft.server.NBTCompressedStreamTools.a(Sourc
    eFile:9)
    23:02:06 [SEVERE]      at net.minecraft.server.WorldLoader.b(SourceFile:63)
    23:02:06 [SEVERE]      at net.minecraft.server.WorldLoaderServer.isConvertable(
    SourceFile:82)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:293)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:187)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:425)
    23:02:06 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:490)
    23:02:06 [SEVERE] java.io.IOException: Not in GZIP format
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    23:02:06 [SEVERE]      at net.minecraft.server.NBTCompressedStreamTools.a(Sourc
    eFile:9)
    23:02:06 [SEVERE]      at net.minecraft.server.WorldNBTStorage.getWorldData(Wor
    ldNBTStorage.java:89)
    23:02:06 [SEVERE]      at net.minecraft.server.World.<init>(World.java:141)
    23:02:06 [SEVERE]      at net.minecraft.server.WorldServer.<init>(WorldServer.j
    ava:27)
    23:02:06 [SEVERE]      at net.minecraft.server.SecondaryWorldServer.<init>(Seco
    ndaryWorldServer.java:8)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:298)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:187)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:425)
    23:02:06 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:490)
    23:02:06 [SEVERE] java.io.IOException: Not in GZIP format
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    23:02:06 [SEVERE]      at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    23:02:06 [SEVERE]      at net.minecraft.server.NBTCompressedStreamTools.a(Sourc
    eFile:9)
    23:02:06 [SEVERE]      at net.minecraft.server.WorldNBTStorage.getWorldData(Wor
    ldNBTStorage.java:100)
    23:02:06 [SEVERE]      at net.minecraft.server.World.<init>(World.java:141)
    23:02:06 [SEVERE]      at net.minecraft.server.WorldServer.<init>(WorldServer.j
    ava:27)
    23:02:06 [SEVERE]      at net.minecraft.server.SecondaryWorldServer.<init>(Seco
    ndaryWorldServer.java:8)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:298)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:187)
    23:02:06 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:425)
    23:02:06 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:490)
    23:02:06 [INFO] Preparing start region for level 0 (Seed: -7151929790423632699)
    23:02:06 [INFO] ----- Bukkit Auto Updater -----
    23:02:06 [INFO] It appears that you're running a Beta Build, when you've specifi
    ed in bukkit.yml that you prefer to run Recommended Builds.
    23:02:06 [INFO] If you would like to be kept informed about new Beta Build relea
    ses, it is recommended that you change 'preferred-channel' in your bukkit.yml to
    'beta'.
    23:02:06 [INFO] With that set, you will be told whenever a new version is availa
    ble for download, so that you can always keep up to date and secure with the lat
    est fixes.
    23:02:06 [INFO] If you would like to disable this warning, simply set 'suggest-c
    hannels' to false in bukkit.yml.
    23:02:06 [INFO] ----- ------------------- -----
    23:02:07 [INFO] Preparing start region for level 1 (Seed: -7151929790423632699)
    23:02:07 [INFO] Preparing spawn area: 8%
    23:02:08 [INFO] Preparing start region for level 2 (Seed: -7151929790423632699)
    23:02:08 [INFO] Preparing spawn area: 85%
    23:02:08 [INFO] [SimpleChestLock] Enabling SimpleChestLock v0.17
    23:02:08 [INFO] [SimpleChestLock 0.17] Enabled!
    23:02:08 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.1
    23:02:08 [INFO] [PermissionsEx] Superperms support enabled.
    23:02:08 [INFO] [PermissionsEx] v1.19.1 enabled
    23:02:08 [INFO] [JustWarp] Enabling JustWarp v1.0b
    23:02:08 [INFO] JustWarp version 1.0b is enabled!
    23:02:08 [INFO] [Colors] Enabling Colors v2.0.2
    23:02:08 [INFO] [Colors] Starting Colors v2.0.2...
    23:02:08 [INFO] [Colors] Hooked into PermissionsEX.
    23:02:08 [INFO] [Colors] Properties loaded.
    23:02:08 [INFO] Server permissions file permissions.yml is empty, ignoring it
    23:02:08 [INFO] Done (2,700s)! For help, type "help" or "?"
    >
     
     
     
     
    
     
  19. Offline

    tmanisawesome

    when ever i load this plugin it wont let me get on my server it says disconnected by server internal error
     
  20. Offline

    KA_Gamer

    Gotta give us more detail like your perms file and an error message.
    From this, my guess is that you don't have a default group set.
     
  21. Offline

    evereadycod

    So can Anyone help me ????:confused:
     
  22. Offline

    Doc

    Try renaming your map with no spaces? Just a guess, but I would start there.
     
  23. Offline

    IAnon

    Is that error when you reload the plugin fixed?
     
  24. OK, so have you run the commands to do so and it's not working? Or am I missing something else?

    Responded in the dev bukkit forum. :)

    http://dev.bukkit.org/server-mods/permissionsex/forum/techhelp/33947-das-not-right/

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

    evereadycod

    No I've only got 1 world and it's default (world) so thats gone

    So is there anather realese of PEX cause do u thing that'll fix ?? anyway have a look at my permissions and see if u can spot anything that would change it.

    Cause i want admin to have worldedit.* and worldguard.* and all the rest but it syes i don't have permission?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  26. I tried your permissions setup on my test server, and I was able to access //wand from worldedit, so it's not apparently the permissions themselves.

    You could try turning on debug and see what PEX is looking for, otherwise I'd look in your server log and check for any errors.
     
  27. Offline

    evereadycod

    ok here's what i got in my Log when i turned it on :) I think this is the error that happend every time i move

    Link: http://pastebin.com/PdpTi1PG

    So anyone know how to fix

    Is it a bug i don't know buy if anyone could fix ( if I need to update anything) pls put a link

    Thx:D

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 10, 2018
  28. Code:
    Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.getVehicle()Lor
    g/bukkit/entity/Vehicle;
            at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener$PlayerMoveHandle
    r.onPlayerMove(WorldGuardPlayerListener.java:113)
    Not a PEX error, this is a worldguard error. You might need to find any updated version.
     
  29. Offline

    sapin25

    I keep getting this error that seems to be disabling Pex for sum reason. it says it isnt up to date but i have 1.9.1 can sum1 please help.
    07:46 PM [INFO] [PermissionsEx] sql backend registered!
    07:46 PM [INFO] [PermissionsEx] file backend registered!
    07:46 PM [INFO] [PermissionsEx] PermissionEx plugin initialized.
    07:46 PM [INFO] [PermissionsEx] Loading PermissionsEx v1.19.1
    07:46 PM [INFO] [PermissionsEx] Initializing file backend
    07:46 PM [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.1
    07:46 PM [INFO] [PermissionsEx] Superperms support enabled.
    07:46 PM [SEVERE] Error occurred while enabling PermissionsEx v1.19.1 (Is it up to date?)
    07:46 PM [SEVERE] [Modifyworld] PermissionsEx not found, disabling
    07:46 PM [INFO] [Modifyworld] Disabling Modifyworld v1.19
    07:46 PM [INFO] [Modifyworld] Modifyworld disabled!
    07:46 PM [INFO] [FalseBookCore] Enabling FalseBookCore v0.93alpha
    07:46 PM [INFO] [ChatManager] Enabling ChatManager v1.19
    07:46 PM [SEVERE] [ChatManager] PermissionsEx not found, disabling
    07:46 PM [INFO] [ChatManager] Disabling ChatManager v1.19
    07:46 PM [INFO] [ChatManager] ChatManager disabled!
    07:46 PM [SEVERE] java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    07:46 PM [SEVERE] at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:148)
    07:46 PM [SEVERE] at cosine.boseconomy.BOSEconomy.loadPermissionsPlugin(BOSEconomy.java:1146)
    07:46 PM [SEVERE] at cosine.boseconomy.BOSEconomy.onEnable(BOSEconomy.java:267)
    07:46 PM [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    07:46 PM [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
    07:46 PM [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:363)
    07:46 PM [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
    07:46 PM [SEVERE] at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
    07:46 PM [SEVERE] at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
    07:46 PM [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
    07:46 PM [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    07:46 PM [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    07:46 PM [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    07:46 PM [INFO] BOSEconomy Warning: Unexpected exception while loading PermissionsEx! Check that you are using the latest version!
    i deleted sum stuff to make it smaller.
     
  30. Offline

    uberkamikaze

    I have a problem.I modified the permissions on my own(http://pastebin.com/V3Gm4aVa) and some commands are working.The problem is when I type,for example /afk,it says "You don't have permission".I have a folder named "PluginMetrics" and I noticed that when I deleted the folder and some plugins,the command worked.When i put some plugins again,the folder reappeared,and the command doesen't worked.Can you tell me where is the problem?
     
  31. Offline

    krovn

    Hello. Permissions PEX is working awesome. but i have some really annoying problems. first of all Permissions causes some plugins work. Server reloader and backup plugins reports problem about PEX and stops working (if you need i can copy error text.) And second problem is that PEX gives error in console about global messages (/say /broadcast)

    P.S. sorry for my bad english
     

Share This Page