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

    Racha

    1. It should work, but then my permissions just dont work, can u please give me your permissions file?
    2. TY :)))
    And btw, what does the 'rank' do? I need it in my permissions?
     
  3. Offline

    Elfsovereign

    I didn't have the permissions thing, I thought it was a permissionsbukkit relic of some sort. I added it and it did nothing. When a person tries to access a sign or activate the wormhole it says "error: you do not have permissions to do this" or something along those lines.
     
  4. The permissions.jar included with the PEX archive is a compatibility layer for the older Permissions 2.x series. Plugins that don't support the new Superperms or PEX natively may need this plugin running for them to work properly.

    I dropped your config into a test server running PEX, the bridge and supply signs only, and it worked if the compatibility layer was installed. If I didn't install the compatibility layer, I received the 'you don't have permissions' error in the console.

    At this point, if you have the compatibility layer installed and it's still not working, I have to wonder if you have some other plugin that is clobbering the PEX stuff. I know from experience that mcSimpleMail will do Something Bad(tm) to the compatibility layer and make it act like the original permissions file that TheYetti made.

    Can you put your console output somewhere that it can be looked at, and perhaps a list of plugins you are trying to use?

    I'm afraid not. Simply copying someones file doesn't help anyone learn how to properly fix these things, any something like a permissions file is very specific to the server setup (there is no one-size-fits-all).

    If you want to look at a good example of a permissions file to see how it's supposed to be formatted and structured, there are two or three in the wiki and one in the first post.

    It's used for promotion and demotion ladders. I believe the wiki goes into how that works a bit. But I wouldn't worry about it until your base permissions file is working.

    Your file looks OK at a glance. You do have the ModifyWorld.jar installed, enabled in the PEX config.yml file (it isn't by default), and the config for ModifyWorld itself configured, yes?

    Use code tags next time please?:)

    As for the problem, I don't know off the top of my head. It seems like one of your files is badly configured or something is knocking out PEX. Need more info, say, your server startup log and PEX config files.

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

    xGhostRid3rx

    How do you make it where a group can build in one world but not the other?
     
  6. Offline

    CraftGround

    I am about to switch from Permissions 3 to this plugin. Is it worth the upgrade?
    This plugin definitely looks awesome.

    Nice work! ;)
     
  7. Offline

    Racha

    I think u have different plugins, so why should i copy? i just want to know how can I use all permissions with 1 permission. :D Btw nocheat works on this?
    ty.

    Oh now i get it. :D And if i have general.*, and i try to /tp [ what is is general ] it shows i dont have permission :/
     
  8. Offline

    Foffy123

    I was able to fix this just now by reformatting from

    Code:
            - '*'
            - -vanish.silentjoin
    to
    Code:
            - -vanish.silentjoin
            - '*'
    It seems the permission you're removing needs to come before the wildcard.

    Try it out.
     
  9. Offline

    Elfsovereign

    Plugins: AntiPortal, CartDispense, commandBlocks, CommandBook, EverCart, FalseBookBlock, FalseBookCart, FalseBookChat, FalseBookCore, FalseBookExtra, FalseBookIC, FlatLands, iChat, Inception, Lockette, mobchange, MineMail, MoveCraft, mxRingplatform, NoEnderGrief, NoExplode, NoMelt, nSpleef, PermissionsEx, Planetoids, Seats, SpawnX, Permissions, SupplySign, VanishNoPickup, Warpz0r, WorldEdit, WorldGuard, ChatManager, Modifyworld, Permissions, CreativeGates, MobArena, WormholeXTreme, WormholeXTremeWorlds

    What do you mean by console output? The server log?
     
  10. Offline

    Dagumboss

    So... Yes?

    I am running Heroes with 1.15 PEX on CB 1337. The users have the perms, but they can't join the classes they've been given permissions for. This isn't a Heroes issue, it's a permissions issue.
     
  11. Yes, the server log.

    Quick question, just want to make sure on this, you have in that list PEX and Permissions... that is the permissions compatibility layer that came with PEX, right? :)

    ?? I think you might have replied to the wrong question? And yes, a file based backend does have that requirement. It's been mentioned a few times in the thread as well as in the wiki (I added it myself). :)

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

    Elfsovereign

    Yep that's the one, and I'll post the server log tomorrow when I get the chance, though no error shows up when I try to use things I don't have permission for. Is there a particular part of the server log you want? It's rather large-
     
  13. I'm thinking of just the startup section right now.

    EDIT: Hmm, none of those plugins stick out as a problem that I'm aware of. Unless the startup log shows anything, I think you might be down to starting with just PEX, adding the problem plugins one at a time, making sure those work, then adding the rest until it breaks...

    You could, using the ModifyWorld plugin that comes with PEX:
    • Set world specific permission sets for both worlds
    • Try adding negative block placement permissions for the world you don't want them to access
    • Set the permissions common to both worlds as the global set and then the modify world permission nodes in world specific sections.
    Personally, I think that the global with the world specific approach might be easier, but that's just me. The wiki will have some examples of world specific setup, as will the thread itself (use the search this thread link luke!:))

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

    cheese5505

    Really great plugin, really easy to use, also, can you use the permissions.yml file in the server root to define nodes with PEX?
     
  15. As of the current build (1.15), I do not believe so. According to what @t3hkod3 has said, PEX doesn't look at the permissions.yml file at all.
     
  16. Offline

    cheese5505

    I thourght it would, because it uses SuperPerms, and so does PEX.

    I'll try it out, and get back to you.

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

    lolydodo123

    Never mind XD i got a new permissions ex and deleted the old one, I didnt know i was able to configure it using the .bat or what ever, But as for the suffix and the prefix I didnt manage to fix it, I used the .command (.bat) and when i logged in the text and name is still on white. I tried to make it green or something. How can i fix it? I can send you the permissions file next time. Thanks
     
  18. I'm afraid I don't know what you are referring to in regards to using a batch file for PEX. As for the chat being white, that depends on your chat manager. If you are using ChatManager in the PEX archive, the wiki should cover that well enough.
     
  19. Offline

    Elfsovereign

    Hope that helps :/ There was an error to commandblock interaction I saw. I'll post that after this.

    Code:
    2011-10-27 20:55:25 [INFO] [AntiPortal] disabled.
    2011-10-27 20:55:25 [INFO] CartDispense has unloaded.
    2011-10-27 20:55:25 [INFO] [CommandBlocks] Disabling...
    2011-10-27 20:55:25 [INFO] [CommandBlocks] Disabled!
    2011-10-27 20:55:25 [INFO] [EverCart]: v1.0 has been disabled.
    2011-10-27 20:55:25 [INFO] FalseBookBlock v0.88alpha by GeMo disabled
    2011-10-27 20:55:25 [INFO] FalseBookCart v0.88alpha by GeMo disabled
    2011-10-27 20:55:25 [INFO] FalseBookChat v0.88alpha by GeMo disabled
    2011-10-27 20:55:25 [INFO] [FalseBook Core] FalseBookCore v0.88alpha by GeMo disabled!
    2011-10-27 20:55:25 [INFO] FalseBookExtra v0.88alpha by GeMo disabled
    2011-10-27 20:55:25 [INFO] FalseBookIC v0.88alpha by GeMo disabled
    2011-10-27 20:55:25 [INFO] [iChat] iChat Disabled
    2011-10-27 20:55:25 [INFO] Inception Disabled
    2011-10-27 20:55:25 [INFO] Lockette: Closing all automatic doors.
    2011-10-27 20:55:25 [INFO] [MineMail] v 1.3is disabled
    2011-10-27 20:55:25 [INFO] MoveCraft 0.7.0 Beta 2 plugin disabled
    2011-10-27 20:55:25 [INFO] [mxRingplatform]  Successfully disabled
    2011-10-27 20:55:25 [INFO] NoEnderGrief disabled!
    2011-10-27 20:55:25 [INFO] NoExplode version 1.4 is disabled!
    2011-10-27 20:55:25 [INFO] Disabled NoMelt
    2011-10-27 20:55:25 [INFO] nSpleef Disabled
    2011-10-27 20:55:25 [INFO] [PermissionsEx] v1.15 disabled successfully.
    2011-10-27 20:55:25 [INFO] CommandBook: Using the Bukkit Permissions API.
    2011-10-27 20:55:25 [INFO] WorldEdit: Using the Bukkit Permissions API.
    2011-10-27 20:55:25 [INFO] WorldGuard: Using the Bukkit Permissions API.
    2011-10-27 20:55:25 [INFO] Planetoids unloaded.
    2011-10-27 20:55:25 [INFO] SpawnX disabled
    2011-10-27 20:55:25 [INFO] CommandBook: Using the Bukkit Permissions API.
    2011-10-27 20:55:25 [INFO] WorldEdit: Using the Bukkit Permissions API.
    2011-10-27 20:55:25 [INFO] WorldGuard: Using the Bukkit Permissions API.
    2011-10-27 20:55:25 [INFO] [WormholeXTreme] Detached from Permissions plugin.
    2011-10-27 20:55:25 [INFO] SupplySign version 1.8.1 is disabled!
    2011-10-27 20:55:25 [INFO] [VanishNoPickup] 1.9.12 disabled.
    2011-10-27 20:55:25 [INFO] Warpz0r version 1.4.1 is disabled
    2011-10-27 20:55:25 [INFO] WorldGuard 5.3 disabled.
    2011-10-27 20:55:25 [INFO] CommandBook: Using the Bukkit Permissions API.
    2011-10-27 20:55:25 [INFO] WorldEdit: Using the Bukkit Permissions API.
    2011-10-27 20:55:25 [INFO] WorldGuard: Using the Bukkit Permissions API.
    2011-10-27 20:55:25 [INFO] [Warpz0r] Permissions plugin lost.
    2011-10-27 20:55:25 [INFO] WorldGuard: (flatlands) Single session is NOT ENFORCED.
    2011-10-27 20:55:25 [INFO] WorldGuard: (flatlands) TNT ignition is PERMITTED.
    2011-10-27 20:55:25 [INFO] WorldGuard: (flatlands) Lighters are PERMITTED.
    2011-10-27 20:55:25 [INFO] WorldGuard: (flatlands) Lava fire is blocked.
    2011-10-27 20:55:25 [INFO] WorldGuard: (flatlands) All fire spread is disabled.
    2011-10-27 20:55:25 [INFO] WorldGuard: Loaded configuration for world 'flatlands"
    2011-10-27 20:55:25 [INFO] WorldGuard: (new) Single session is NOT ENFORCED.
    2011-10-27 20:55:25 [INFO] WorldGuard: (new) TNT ignition is PERMITTED.
    2011-10-27 20:55:25 [INFO] WorldGuard: (new) Lighters are PERMITTED.
    2011-10-27 20:55:25 [INFO] WorldGuard: (new) Lava fire is blocked.
    2011-10-27 20:55:25 [INFO] WorldGuard: (new) All fire spread is disabled.
    2011-10-27 20:55:25 [INFO] WorldGuard: Loaded configuration for world 'new"
    2011-10-27 20:55:26 [INFO] WorldGuard: (world_nether) Single session is NOT ENFORCED.
    2011-10-27 20:55:26 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-10-27 20:55:26 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-10-27 20:55:26 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-10-27 20:55:26 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-10-27 20:55:26 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-10-27 20:55:26 [INFO] WorldGuard: (world_skylands) Single session is NOT ENFORCED.
    2011-10-27 20:55:26 [INFO] WorldGuard: (world_skylands) TNT ignition is PERMITTED.
    2011-10-27 20:55:26 [INFO] WorldGuard: (world_skylands) Lighters are PERMITTED.
    2011-10-27 20:55:26 [INFO] WorldGuard: (world_skylands) Lava fire is blocked.
    2011-10-27 20:55:26 [INFO] WorldGuard: (world_skylands) Fire spread is UNRESTRICTED.
    2011-10-27 20:55:26 [INFO] WorldGuard: Loaded configuration for world 'world_skylands"
    2011-10-27 20:55:26 [INFO] [CreativeGates v1.3.1] Disabled
    2011-10-27 20:55:26 [INFO] [MobArena] disabled.
    2011-10-27 20:55:26 [INFO] [WormholeXTreme][v1.011] Shutdown sequence initiated...
    2011-10-27 20:55:26 [INFO] [WormholeXTreme] WormholeDB shutdown successfull.
    2011-10-27 20:55:26 [INFO] [WormholeXTreme][v1.011] Successfully shutdown WXT.
    2011-10-27 20:55:26 [INFO] [WormholeXTremeWorlds] Configuration saved.
    2011-10-27 20:55:26 [INFO] [WormholeXTremeWorlds] World Configuration saved: world
    2011-10-27 20:55:26 [INFO] [WormholeXTremeWorlds] Detached from Permissions plugin.
    2011-10-27 20:55:26 [INFO] [WormholeXTremeWorlds][v0.505] Successfully shut down iteself and unlinked supported plugins.
    2011-10-27 20:55:28 [SEVERE] Nag author: '<NoAuthorGiven>' of 'WorldGuard' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    2011-10-27 20:55:28 [INFO] [PermissionsEx] sql backend registered!
    2011-10-27 20:55:28 [INFO] [PermissionsEx] file backend registered!
    2011-10-27 20:55:28 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2011-10-27 20:55:28 [INFO] [SuperpermBridge] Superperm/Permissions bridge initialized
    2011-10-27 20:55:28 [INFO] [SuperpermBridge] Superperm/Permissions bridge initialized
    2011-10-27 20:55:28 [INFO] [PermissionsEx] Initializing file backend
    2011-10-27 20:55:28 [INFO] [WormholeXTreme][v1.011] Loading WormholeXTreme ...
    2011-10-27 20:55:29 [INFO] [WormholeXTreme][v1.011] Load complete
    2011-10-27 20:55:29 [INFO] [WormholeXTremeWorlds][v0.505] Startup in progress ...
    2011-10-27 20:55:29 [INFO] [WormholeXTremeWorlds] Config Loaded
    2011-10-27 20:55:29 [INFO] [WormholeXTremeWorlds] World Config Loaded: world.xml
    2011-10-27 20:55:29 [INFO] [WormholeXTremeWorlds][v0.505] Loading ompleted
    2011-10-27 20:55:29 [INFO] [AntiPortal] 1.0 enabled.
    2011-10-27 20:55:29 [INFO] CartDispense v0.7 has loaded.
    2011-10-27 20:55:29 [INFO] [CommandBlocks] Enabling...
    2011-10-27 20:55:29 [INFO] [CommandBlocks] Enabled!
    2011-10-27 20:55:29 [INFO] CommandBook 1.5.2-customized enabled.
    2011-10-27 20:55:29 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-10-27 20:55:29 [INFO] CommandBook: 2 banned name(s) loaded.
    2011-10-27 20:55:29 [WARNING] CommandBook: Unknown kit item 'null'
    2011-10-27 20:55:29 [WARNING] CommandBook: Unknown kit item 'null'
    2011-10-27 20:55:29 [INFO] CommandBook: 9 kit(s) loaded.
    2011-10-27 20:55:29 [INFO] CommandBook: Using the Bukkit Permissions API.
    2011-10-27 20:55:29 [INFO] [EverCart]: v1.0 has been enabled.
    2011-10-27 20:55:29 [INFO] [FalseBook Block] 3100 Books loaded!
    2011-10-27 20:55:29 [INFO] FalseBookBlock v0.88alpha by GeMo enabled
    2011-10-27 20:55:29 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    2011-10-27 20:55:29 [INFO] FalseBookCart v0.88alpha by GeMo enabled
    2011-10-27 20:55:29 [INFO] [FalseBook Chat] 0 ChatRooms loaded.
    2011-10-27 20:55:29 [INFO] FalseBookChat v0.88alpha by GeMo enabled
    2011-10-27 20:55:29 [INFO] [FalseBook Core] FalseBookCore v0.88alpha by GeMo enabled!
    2011-10-27 20:55:29 [INFO] FalseBookExtra v0.88alpha by GeMo enabled
    2011-10-27 20:55:29 [INFO] FalseBookIC v0.88alpha by GeMo enabled
    2011-10-27 20:55:29 [INFO] FlatLands version 0.1 is enabled!
    2011-10-27 20:55:29 [INFO] World Created!
    2011-10-27 20:55:29 [INFO] [iChat] Found Permissions Bridge. Using SuperPerms
    2011-10-27 20:55:29 [INFO] iChat (v2.4.1) enabled
    2011-10-27 20:55:29 [INFO] [Inception] version 1.02 is enabled!
    2011-10-27 20:55:29 [INFO] Lockette version 1.4 is being enabled!  Yay!  (Core version 1.1)
    2011-10-27 20:55:29 [INFO] Lockette: Detected craftbukkit build [1240] ok.
    2011-10-27 20:55:29 [INFO] [SuperpermBridge] Superperm/Permissions bridge enabled
    2011-10-27 20:55:29 [INFO] CommandBook: Using the Bukkit Permissions API.
    2011-10-27 20:55:29 [INFO] Lockette: Linked to Permissions plugin version 2.7.7
    2011-10-27 20:55:29 [INFO] Lockette: Using ops file for admin permissions.
    2011-10-27 20:55:29 [INFO] Lockette: Ready to protect your containers.
    2011-10-27 20:55:29 [INFO] mobchange 0.1 by Edfake is enabled
    2011-10-27 20:55:29 [INFO] [MineMail] v 1.3 is initializing
    2011-10-27 20:55:29 [INFO] iConomy = false
    2011-10-27 20:55:29 [INFO] [MineMail]  Hooked into Permissions version 2.7.7.
    2011-10-27 20:55:29 [INFO] [MineMail] v 1.3 is initialized
    2011-10-27 20:55:29 [INFO] MoveCraft 0.7.0 Beta 2 plugin enabled
    2011-10-27 20:55:29 [INFO] [mxRingplatform] Loaded animation Standard.txt with 14 animation Frames.
    2011-10-27 20:55:29 [INFO] [mxRingplatform]  Successfully enabled
    2011-10-27 20:55:29 [INFO] NoEnderGrief version 1.0.1 (1A3) is enabled! ^_^
    2011-10-27 20:55:29 [INFO] NoExplode version 1.4 is enabled!
    2011-10-27 20:55:29 [INFO] Enabled NoMelt!
    2011-10-27 20:55:29 [INFO] [nSpleef] Hooked into Permissions 2.7.7
    2011-10-27 20:55:29 [INFO] nSpleef version 0.4.3 is enabled!
    2011-10-27 20:55:29 [INFO] [PermissionsEx] Superperms support enabled.
    2011-10-27 20:55:29 [INFO] [PermissionsEx] v1.15 enabled
    2011-10-27 20:55:29 [INFO] CommandBook: PermissionsEx detected! Using PermissionsEx for permissions.
    2011-10-27 20:55:29 [INFO] Preparing start region for level 6 (Seed: -1720386821346712832)
    2011-10-27 20:55:29 [INFO] Planetoids version 1.2.1 is enabled!
    2011-10-27 20:55:29 [INFO] [Seats] Seats v0.3 started
    2011-10-27 20:55:29 [INFO] [Seats] Started with permissions
    2011-10-27 20:55:29 [INFO] SpawnX enabled
    2011-10-27 20:55:29 [INFO] [SuperpermBridge] Superperm/Permissions bridge enabled
    2011-10-27 20:55:29 [INFO] CommandBook: PermissionsEx detected! Using PermissionsEx for permissions.
    2011-10-27 20:55:29 [INFO] SupplySign: ShowErrorsInClient=true
    2011-10-27 20:55:29 [INFO] SupplySign: FixSignOnSignGlitch=SupplySignOnly
    2011-10-27 20:55:29 [INFO] SupplySign loaded 1202 items.
    2011-10-27 20:55:29 [INFO] SupplySign loaded 16 kits from kits.yml.
    2011-10-27 20:55:29 [INFO] SupplySign version 1.8.1 is enabled!
    2011-10-27 20:55:29 [INFO] [VanishNoPickup] 1.9.12 enabled.
    2011-10-27 20:55:29 [INFO] Warpz0r version 1.4.1 is enabled
    2011-10-27 20:55:29 [INFO] [Warpz0r] Found Permissions (v2.7.7)
    2011-10-27 20:55:29 [INFO] WorldEdit 4.7 enabled.
    2011-10-27 20:55:29 [SEVERE] WorldEdit: Unable to read default configuration: config.yml
    2011-10-27 20:55:29 [INFO] WorldEdit: PermissionsEx detected! Using PermissionsEx for permissions.
    2011-10-27 20:55:29 [INFO] WorldGuard: PermissionsEx detected! Using PermissionsEx for permissions.
    2011-10-27 20:55:29 [INFO] WorldGuard: (new) Single session is NOT ENFORCED.
    2011-10-27 20:55:29 [INFO] WorldGuard: (new) TNT ignition is PERMITTED.
    2011-10-27 20:55:29 [INFO] WorldGuard: (new) Lighters are PERMITTED.
    2011-10-27 20:55:29 [INFO] WorldGuard: (new) Lava fire is blocked.
    2011-10-27 20:55:29 [INFO] WorldGuard: (new) All fire spread is disabled.
    2011-10-27 20:55:29 [INFO] WorldGuard: Loaded configuration for world 'new"
    2011-10-27 20:55:29 [INFO] WorldGuard: (new_nether) Single session is NOT ENFORCED.
    2011-10-27 20:55:29 [INFO] WorldGuard: (new_nether) TNT ignition is PERMITTED.
    2011-10-27 20:55:29 [INFO] WorldGuard: (new_nether) Lighters are PERMITTED.
    2011-10-27 20:55:29 [INFO] WorldGuard: (new_nether) Lava fire is blocked.
    2011-10-27 20:55:29 [INFO] WorldGuard: (new_nether) All fire spread is disabled.
    2011-10-27 20:55:29 [INFO] WorldGuard: Loaded configuration for world 'new_nether"
    2011-10-27 20:55:29 [INFO] WorldGuard: (flatlands) Single session is NOT ENFORCED.
    2011-10-27 20:55:29 [INFO] WorldGuard: (flatlands) TNT ignition is PERMITTED.
    2011-10-27 20:55:29 [INFO] WorldGuard: (flatlands) Lighters are PERMITTED.
    2011-10-27 20:55:29 [INFO] WorldGuard: (flatlands) Lava fire is blocked.
    2011-10-27 20:55:29 [INFO] WorldGuard: (flatlands) All fire spread is disabled.
    2011-10-27 20:55:29 [INFO] WorldGuard: Loaded configuration for world 'flatlands"
    2011-10-27 20:55:29 [INFO] WorldGuard: (world_skylands) Single session is NOT ENFORCED.
    2011-10-27 20:55:29 [INFO] WorldGuard: (world_skylands) TNT ignition is PERMITTED.
    2011-10-27 20:55:29 [INFO] WorldGuard: (world_skylands) Lighters are PERMITTED.
    2011-10-27 20:55:29 [INFO] WorldGuard: (world_skylands) Lava fire is blocked.
    2011-10-27 20:55:29 [INFO] WorldGuard: (world_skylands) Fire spread is UNRESTRICTED.
    2011-10-27 20:55:29 [INFO] WorldGuard: Loaded configuration for world 'world_skylands"
    2011-10-27 20:55:29 [INFO] WorldGuard: (world_nether) Single session is NOT ENFORCED.
    2011-10-27 20:55:29 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-10-27 20:55:29 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-10-27 20:55:29 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-10-27 20:55:29 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-10-27 20:55:29 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-10-27 20:55:29 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-10-27 20:55:29 [INFO] WorldGuard: (Planetoids) Single session is NOT ENFORCED.
    2011-10-27 20:55:29 [INFO] WorldGuard: (Planetoids) TNT ignition is PERMITTED.
    2011-10-27 20:55:29 [INFO] WorldGuard: (Planetoids) Lighters are PERMITTED.
    2011-10-27 20:55:29 [INFO] WorldGuard: (Planetoids) Lava fire is blocked.
    2011-10-27 20:55:29 [INFO] WorldGuard: (Planetoids) All fire spread is disabled.
    2011-10-27 20:55:29 [INFO] WorldGuard: Loaded configuration for world 'Planetoids"
    2011-10-27 20:55:30 [INFO] WorldGuard: 13 regions loaded for 'new'
    2011-10-27 20:55:30 [WARNING] WorldGuard: Region file for world "new_nether" missing or inaccessible.
    2011-10-27 20:55:30 [INFO] WorldGuard: 16 regions loaded for 'flatlands'
    2011-10-27 20:55:30 [INFO] WorldGuard: 7 regions loaded for 'world_skylands'
    2011-10-27 20:55:30 [INFO] WorldGuard: 2 regions loaded for 'world_nether'
    2011-10-27 20:55:30 [INFO] WorldGuard: 51 regions loaded for 'world'
    2011-10-27 20:55:30 [INFO] WorldGuard: 2 regions loaded for 'Planetoids'
    2011-10-27 20:55:30 [INFO] WorldGuard 5.3 enabled.
    2011-10-27 20:55:30 [INFO] [ChatManager] ChatManager disabled. Check config.yml!
    2011-10-27 20:55:30 [INFO] [ChatManager] ChatManager disabled!
    2011-10-27 20:55:30 [INFO] [Modifyworld] Modifyworld disabled. Check config.yml!
    2011-10-27 20:55:30 [INFO] [Modifyworld] Modifyworld disabled!
    2011-10-27 20:55:30 [INFO] [CreativeGates v1.3.1] === ENABLE START ===
    2011-10-27 20:55:30 [INFO] [CreativeGates v1.3.1] Will use this plugin for permissions: PermissionsEx v1.15
    2011-10-27 20:55:30 [INFO] [CreativeGates v1.3.1] === ENABLE DONE (Took 105ms) ===
    2011-10-27 20:55:30 [INFO] [MobArena] No payment method found!
    2011-10-27 20:55:30 [WARNING] [MobArena] Could not find the world for arena 'default'. Using default world! Check the config-file!
    2011-10-27 20:55:30 [INFO] [MobArena] v0.94.3.6 enabled.
    2011-10-27 20:55:30 [INFO] [WormholeXTreme][v1.011] Boot sequence initiated...
    2011-10-27 20:55:30 [INFO] [WormholeXTreme][v1.011] Wormhole Worlds support disabled in settings.txt, loading stargates and worlds ourself.
    2011-10-27 20:55:30 [INFO] [WormholeXTreme] 33 Wormholes loaded from WormholeDB.
    2011-10-27 20:55:30 [INFO] [WormholeXTreme] Attached to Permissions version 2.7.7
    2011-10-27 20:55:30 [INFO] [WormholeXTreme] Complex Permissions Enabled
    2011-10-27 20:55:30 [INFO] [WormholeXTreme] Help Plugin not yet available - there will be no Help integration until loaded.
    2011-10-27 20:55:30 [INFO] [WormholeXTreme][v1.011] Boot sequence completed
    2011-10-27 20:55:30 [INFO] [WormholeXTremeWorlds][v0.505] Enabling plugin ...
    2011-10-27 20:55:30 [INFO] [WormholeXTremeWorlds] Attached to Permissions version 2.7.7
    2011-10-27 20:55:30 [INFO] [WormholeXTremeWorlds] Help plugin is not yet available; there will be no Help integration until it is loaded.
    2011-10-27 20:55:30 [INFO] [WormholeXTremeWorlds] Auto-loaded 1 world.
    2011-10-27 20:55:30 [INFO] [WormholeXTremeWorlds][v0.505] Startup finished
    2011-10-27 20:55:30 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-10-27 20:55:30 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-10-27 20:55:30 [INFO] [FalseBook Block] 12 Bridges successfully loaded.
    2011-10-27 20:55:30 [INFO] [FalseBook Block] 0 Doors successfully loaded.
    2011-10-27 20:55:30 [INFO] [FalseBook Block] 259 protected gateblocks successfully loaded.
    2011-10-27 20:55:30 [INFO] [nSpleef] Arenas loaded!
     
  20. Offline

    Etetherin

    Thanks by the time i got on and read this i had already figured that out >.< the problem is that when you enable it in the pail server window it deosnt actualy enable it and in order to manualy enable it you have to enable it both in the modifyworld/config.syl and in the permissionsEx/config.syl
    or it doesnt actualy enable :/
     
  21. Offline

    Don Redhorse

    Code:
    /**
    * Check if this user is member of group or one of its descendant groups
    *
    * @param group
    * @param worldName
    * @return true on success, false otherwise
    */
    public boolean inGroup(PermissionGroup group, String worldName) {
    return this.inGroup(group, worldName, true);
    }
    
    public boolean inGroup(PermissionGroup group) {
    return this.inGroup(group, true);
    }
    The default here should be FALSE imho... I would never expect from the name inGroup that it will also look into inheritance.
     
  22. Offline

    monir

    When i add a person for a group he gets in the group but the prefix suffix dosent work why is that?
    for example i type /pex user adrian group add VIP he gets in the group but he dont get the prefix suffix for the group it works for others i just changed to permissionsex and this guy was the first i i added in a group with pex.
     
  23. Offline

    webcraft

    How can I do that defaults can't build!
     
  24. Offline

    lolydodo123

    Im not entirly sure, but i think its Build:false

    Not sure where to put it though
     
  25. Offline

    webcraft

    No sry, I've tried it, but it isn't working!
    There are some other solutions?
     
  26. Offline

    lolydodo123

    Well, I think this is how it MIGHT work.. go to your server command. and type in: pex group default build fase
    Im not sure but i hope it works for you, By the way.. Do you know the chest shop codes? Moderators and Defaults can't buy a think lol.
     
  27. Offline

    dakooldog

    Code:
    groups:
        User:
            default: true
            permissions:
            - modifyworld.chat
            - permissions.manage.users
            - permissions.modifyworld.enable
            - modifyworld.sneak
            - modifyworld.sprint
            - modifyworld.chat.private
            - modifyworld.usebeds
            - modifyworld.blocks.destroy.58
            - modifyworld.blocks.destroy.76
            - modifyworld.blocks.place.58
            - modifyworld.blocks.place.76
            - modifyworld.blocks.interact.54
            - modifyworld.blocks.interact.3
            - modifyworld.blocks.destroy.59
            - modifyworld.blocks.destroy.
            - modifyworld.blocks.interact.39
            - modifyworld.blocks.interact.40
            - modifyworld.items.pickup.*
            - modifyworld.items.drop.*
            - modifyworld.items.have.*
            - modifyworld.damage.deal.group.User
            - modifyworld.damage.take.group.User
            - modifyworld.vehicle.enter
            - modifyworld.damage.take.projectile.arrow
            - modifyworld.damage.take.projectile.arrow
            - modifyworld.damage.take.firetick
            - modifyworld.damage.take.fire
            - modifyworld.damage.take.starvation
            - modifyworld.blocks.interact.64
            - modifyworld.blocks.interact.26
            - modifyworld.blocks.interact.77
            - modifyworld.blocks.interact.70
            - modifyworld.blocks.interact.295
            - essentials.help
            - essentials.list
            - essentials.mail
            - essentials.mail.send
            - essentials.suicide
            - essentials.spawn
            - modifyworld.blocks.interact.63
            - modifyworld.blocks.interact.107
            - modifyworld.blocks.interact.92
    
        Admins:
            permissions:
            - '*'
            options:
                rank: '0'
        Admin:
            prefix: '&0(&4Admin&0)&7 '
            permissions:
            - '*'
    users:
        Dakooldog:
            group:
            - Admin
    
    
    My users can't get into chests, workbenches,doors, fences, or furnaces. Can anyone help me?
     
  28. Offline

    Sharpie-o

    How do I get this to work? (ノಠ益ಠ)ノ彡┻━┻
    I tried putting only PermissionsEx in the server, then logged in and nothing. I added myself into the list, gave Admin myself and still. Nothing. I tried using the command line to add to the group, and nothing.
    HALP!
     
  29. Offline

    Don Redhorse

    did you read the wiki?
     
  30. Offline

    mast3rpyr0

    Could someone post a MySql CREATE command for the database? It would be helpful if it was included in dumps as well in the future.

    EDIT: eh figured this out after awhile, no guarantee it works for you but its working for me at the moment.

    Code:
    CREATE TABLE IF NOT EXISTS `permissions` (
      `id` int(11) NOT NULL AUTO_INCREMENT,
      `name` varchar(128) NOT NULL,
      `type` tinyint(1) NOT NULL,
      `permission` varchar(128) NOT NULL,
      `world` varchar(64) NOT NULL,
      `value` varchar(64) NOT NULL,
      PRIMARY KEY (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=87 ;
    
    CREATE TABLE IF NOT EXISTS `permissions_entity` (
      `id` int(11) NOT NULL AUTO_INCREMENT,
      `name` varchar(64) NOT NULL,
      `type` tinyint(1) NOT NULL,
      `prefix` varchar(64) NOT NULL,
      `suffix` varchar(64) NOT NULL,
      `default` tinyint(1) NOT NULL,
      PRIMARY KEY (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;
    
    CREATE TABLE IF NOT EXISTS `permissions_inheritance` (
      `id` int(11) NOT NULL AUTO_INCREMENT,
      `child` varchar(128) NOT NULL,
      `parent` varchar(128) NOT NULL,
      `type` tinyint(1) NOT NULL,
      `world` varchar(50) DEFAULT NULL,
      PRIMARY KEY (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;
     
  31. Offline

    Sharpie-o

    I did, I tried with the examples and all, but for example,
    I used PEX and AuthDB, then, I register/login and still tells me that I don't have permission to build, etc.
    Then in the permissions.yml I add myself (using the example in the wiki) and still, nothing.
    Afterwards, I use the command line to add myself in the Admin group, and nothing, same all the time.
     

Share This Page