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

    KilgoreD

    I start the server, permissionsex is works, but when I join the game there are no any prefixes or permissions that I can use...
     
  3. Offline

    ShAd0w

    Check the config file and see if you have AllowOps set to true, it will make it so that anyone on the ops list has all permissions, simply because '*' node just doesn't like to work anymore.
     
  4. Offline

    Finch??

    Hello guys,

    i cant change the groups of my users with my 1.18 version on a 1.1 server in the game with "/pex group ...". i have to write them in the permission.yml an have to reload pex.

    do you have any idea what my problem could be?
     
  5. Offline

    Scottnorman14

    groups:
    default:
    default: false
    prefix: "
    suffix: "
    build: false
    inheritance:
    permissions: "
    Guest:
    default: true
    prefix: '&eGuest&f'
    build: false
    inheritance:
    permissions:
    - 'essentials.help'
    - 'essentials.helpop'
    - 'essentials.list'
    - 'essentials.motd'
    - 'essentilas.rules'
    - 'essentials.cleaninventory'
    Builders:
    default: false
    prefix: '&2Builder&f'
    build: true
    inheritance:
    - Guest
    permissions:
    - 'modifyworld.*'
    - 'essentals.tp'
    - 'essentals.sethome'
    - 'essentals.home'
    - 'essentals.cleaninventory'
    - 'essentals.time'
    Item Distribution:
    default: false
    prefix: '&5Distributor&f'
    build: false
    inheritance:
    permissions:
    - 'essentals.item'
    - 'essentals.give'
    VIP:
    default: false
    prefix: '&6VIP&f'
    build: true
    inheritance:
    - Builder
    permissions:
    - 'essentals.'
    - 'essentals.tp'
    - 'essentals.top'
    - 'essentals.suicide'
    - 'essentals.list.hidden'
    Moderator:
    default: false
    prefix: '&9Moderator&4'
    build: true
    inheritance:
    - VIP
    permissions:
    - 'essentals.ban'
    - 'essentals.banip'
    - 'essentals.unban'
    - 'essentals.unbanip'
    - 'essentals.give'
    - 'essentals.item'
    - 'essentals.rules'
    - 'essentals.jails'
    - 'essentals.togglejail'
    - 'essentals.jail.exempt'
    Admin:
    default: false
    prefix: '&aAdmin&4'
    build: true
    inheritance:
    permissions:
    - '*'

    Can some one please tell me what is wrong with that because it keeps throwing errors

    ERROR:

    while scanning a quoted scalar
    in "<unicode string>", line 8, column 22:
    permissions: "
    ^
    found unexpected end of stream
    in "<unicode string>", line 78, column 3:

    ^
     
  6. Offline

    47Weasel47

    I have a problem with pex.
    all my seetings are right (i think) but when i log in to my server none of the prefix nor commands for plugins work.
    they did worked on Jan 31st which i thoght was strange.
    my host provider uses 1.1 RB.
    Here is my log :
    Code:
    01.02 04:10:06 [Server] INFO /60.234.71.227:60558 lost connection
    01.02 04:10:04 [Server] INFO /109.77.3.141:49921 lost connection
    01.02 04:09:05 [Server] INFO /60.234.71.227:60475 lost connection
    01.02 04:08:30 [Server] INFO Connected players:
    01.02 04:08:30 [Server] INFO There are 0 out of maximum 35 players online.
    01.02 04:08:06 [Server] INFO /60.234.71.227:60395 lost connection
    01.02 04:07:05 [Server] INFO /60.234.71.227:60323 lost connection
    01.02 04:07:00 [Server] Startup Done (2.267s)! For help, type "help" or "?"
    01.02 04:07:00 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
    01.02 04:07:00 [Server] INFO File not found: plugins/Essentials/spawn.yml
    01.02 04:07:00 [Server] INFO [EssentialsSpawn] Loading EssentialsSpawn v2.8.1.
    01.02 04:07:00 [Server] INFO Essentials: Using PermissionsEx based permissions.
    01.02 04:07:00 [Server] INFO File not found: plugins/Essentials/jail.yml
    01.02 04:06:59 [Server] INFO 1.1-R2
    01.02 04:06:59 [Server] INFO git-Bukkit-1.1-R2-b1840jnks (MC: 1.1)
    01.02 04:06:59 [Server] INFO Bukkit version format changed. Version not checked.
    01.02 04:06:59 [Server] INFO [Essentials] Loading Essentials v2.8.1.
    01.02 04:06:59 [Server] INFO [PermissionsCompat] Compatibility layer enabled.
    01.02 04:06:59 [Server] INFO [Permissions] Loading Permissions v2.7.7.
    01.02 04:06:59 [Server] INFO [Modifyworld] Modifyworld disabled!
    01.02 04:06:59 [Server] INFO [Modifyworld] Unloading Modifyworld v1.16.
    01.02 04:06:59 [Server] INFO [Modifyworld] Modifyworld disabled. Check config.yml!
    01.02 04:06:59 [Server] INFO [Modifyworld] Loading Modifyworld v1.16.
    01.02 04:06:59 [Server] INFO [PermissionsEx] v1.16 enabled
    01.02 04:06:59 [Server] INFO [PermissionsEx] Superperms support enabled.
    01.02 04:06:59 [Server] INFO [PermissionsEx] Loading PermissionsEx v1.16.
    01.02 04:06:59 [Server] INFO Preparing spawn area: 8%
    01.02 04:06:59 [Server] INFO Preparing start region for level 1 (Seed: 7054064997957935919)
    01.02 04:06:58 [Server] INFO Preparing start region for level 0 (Seed: 7054064997957935919)
    01.02 04:06:58 [Server] INFO Default game type: 0
    01.02 04:06:58 [Server] INFO Preparing level "world"
    01.02 04:06:58 [Server] INFO [PermissionsEx] Initializing file backend
    01.02 04:06:57 [Server] INFO [PermissionsCompat] Compatibility Layer Initalized!
    01.02 04:06:57 [Server] INFO [PermissionsEx] p2compat backend registered!
    01.02 04:06:57 [Server] INFO [PermissionsEx] PermissionEx plugin initialized.
    01.02 04:06:57 [Server] INFO [PermissionsEx] file backend registered!
    01.02 04:06:57 [Server] INFO [PermissionsEx] sql backend registered!
    01.02 04:06:57 [Server] INFO This server is running CraftBukkit version git-Bukkit-1.1-R2-b1840jnks (MC: 1.1) (Implementing API version 1.1-R2)
    01.02 04:06:57 [Server] INFO Starting Minecraft server on 67.222.150.155:25565
    01.02 04:06:57 [Server] INFO Loading properties
    01.02 04:06:57 [Server] INFO Starting minecraft server version 1.1
    01.02 04:06:57 [Server] INFO 27 achievements
    01.02 04:06:57 [Server] INFO 174 recipes
    01.02 04:06:56 [Multicraft] Minecraft already running
    01.02 04:06:56 [Multicraft] Loading Minecraft instance properties
    01.02 04:06:56 [Multicraft] Received start command
    01.02 04:06:56 [Multicraft] Loaded config for "Bukkit: 1.1 RB"
    01.02 04:06:56 [Multicraft] Starting Minecraft!
    01.02 04:06:56 [Multicraft] Loading Minecraft instance properties
    01.02 04:06:56 [Multicraft] Received start command
    01.02 04:06:54 [Multicraft] Minecraft stopped
    01.02 04:06:53 [Multicraft] Minecraft shut down
    01.02 04:06:52 [Multicraft] Received stop command
    01.02 04:06:52 [Server] INFO Saving chunks
    01.02 04:06:52 [Server] INFO [EssentialsSpawn] Unloading EssentialsSpawn v2.8.1.
    01.02 04:06:52 [Server] INFO Essentials: Using config based permissions. Enable superperms in config.
    01.02 04:06:52 [Server] INFO [Essentials] Unloading Essentials v2.8.1.
    01.02 04:06:52 [Server] INFO Essentials: Using Permissions 2 based permissions.
    01.02 04:06:52 [Server] INFO [Permissions] Unloading Permissions v2.7.7.
    01.02 04:06:52 [Server] INFO [PermissionsEx] v1.16 disabled successfully.
    01.02 04:06:52 [Server] INFO [PermissionsEx] Unloading PermissionsEx v1.16.
    01.02 04:06:52 [Server] INFO Stopping server
    01.02 04:06:52 [Server] INFO CONSOLE: Stopping the server..
    01.02 04:06:52 [Server] INFO CONSOLE: Forcing save..
    01.02 04:06:52 [Multicraft] Stopping Minecraft!
    01.02 04:06:52 [Multicraft] Received stop command
    01.02 04:06:33 [Server] Startup Done (2.488s)! For help, type "help" or "?"
    01.02 04:06:33 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
    01.02 04:06:33 [Server] INFO File not found: plugins/Essentials/spawn.yml
    01.02 04:06:33 [Server] INFO [EssentialsSpawn] Loading EssentialsSpawn v2.8.1.
    01.02 04:06:33 [Server] INFO Essentials: Using PermissionsEx based permissions.
    01.02 04:06:33 [Server] INFO File not found: plugins/Essentials/jail.yml
    01.02 04:06:32 [Server] INFO 1.1-R2
    01.02 04:06:32 [Server] INFO git-Bukkit-1.1-R2-b1840jnks (MC: 1.1)
    01.02 04:06:32 [Server] INFO Bukkit version format changed. Version not checked.
    01.02 04:06:32 [Server] INFO [Essentials] Loading Essentials v2.8.1.
    01.02 04:06:32 [Server] INFO [PermissionsCompat] Compatibility layer enabled.
    01.02 04:06:32 [Server] INFO [Permissions] Loading Permissions v2.7.7.
    01.02 04:06:32 [Server] INFO [Modifyworld] Modifyworld disabled!
    01.02 04:06:32 [Server] INFO [Modifyworld] Unloading Modifyworld v1.16.
    01.02 04:06:32 [Server] INFO [Modifyworld] Modifyworld disabled. Check config.yml!
    01.02 04:06:32 [Server] INFO [Modifyworld] Loading Modifyworld v1.16.
    01.02 04:06:32 [Server] INFO [PermissionsEx] v1.16 enabled
    01.02 04:06:32 [Server] INFO [PermissionsEx] Superperms support enabled.
    01.02 04:06:32 [Server] INFO [PermissionsEx] Loading PermissionsEx v1.16.
    01.02 04:06:32 [Server] INFO Preparing spawn area: 12%
    01.02 04:06:31 [Server] INFO Preparing start region for level 1 (Seed: 7054064997957935919)
    01.02 04:06:31 [Server] INFO Preparing start region for level 0 (Seed: 7054064997957935919)
    01.02 04:06:30 [Server] INFO Default game type: 0
    01.02 04:06:30 [Server] INFO Preparing level "world"
    01.02 04:06:30 [Server] INFO [PermissionsEx] Initializing file backend
    01.02 04:06:30 [Server] INFO [PermissionsCompat] Compatibility Layer Initalized!
    01.02 04:06:30 [Server] INFO [PermissionsEx] p2compat backend registered!
    01.02 04:06:30 [Server] INFO [PermissionsEx] PermissionEx plugin initialized.
    01.02 04:06:30 [Server] INFO [PermissionsEx] file backend registered!
    01.02 04:06:30 [Server] INFO [PermissionsEx] sql backend registered!
    01.02 04:06:30 [Server] INFO This server is running CraftBukkit version git-Bukkit-1.1-R2-b1840jnks (MC: 1.1) (Implementing API version 1.1-R2)
    01.02 04:06:30 [Server] INFO Starting Minecraft server on 67.222.150.155:25565
    01.02 04:06:30 [Server] INFO Loading properties
    01.02 04:06:30 [Server] INFO Starting minecraft server version 1.1
    01.02 04:06:29 [Server] INFO 27 achievements
    01.02 04:06:29 [Server] INFO 174 recipes
    01.02 04:06:29 [Multicraft] Loaded config for "Bukkit: 1.1 RB"
    01.02 04:06:29 [Multicraft] Starting Minecraft!
    01.02 04:06:29 [Multicraft] Loading Minecraft instance properties
    01.02 04:06:29 [Multicraft] Received start command
    
    These are my settings.
    Code:
    groups:
        Default:
            default: true
            prefix: '[Gast]'
            permissions:
                - modifyworld.chat
        Mitglied:
            default: false
            prefix: '&b'
            suffix: '&f'
            permissions:
                - modifyworld.*
                - craftipedia.use
                - essentials.help
                - essentials.helpop
                - essentials.info
                - essentials.list
                - essentials.near
                - essentials.rules
                - essentials.afk
                - essentials.back
                - essentials.back.ondeath
                - essentials.delhome
                - essentials.home
                - essentials.sethome
                - essentials.tpa
                - essentials.tpaccept
                - essentials.tpahere
                - essentials.tpdeny
                - essentials.warp
                - essentials.warp.list
                - ChestShop.create
                - ChestShop.buy
                - ChestShop.sell
                - ChestShop.nofee
                - cc.redeem
                - lwc.create
                - lwc.remove
                - lwc.unlock
                - minemail.paper
                - nSpleef.member.*
                - mobarena.use.*
        Moderator:
            default: false
            prefix: '&2'
            permissions:
                - modifyworld.*
                - craftipedia.use
                - essentials.help
                - essentials.helpop
                - essentials.info
                - essentials.list
                - essentials.near
                - essentials.rules
                - essentials.afk
                - essentials.back
                - essentials.back.ondeath
                - essentials.delhome
                - essentials.home
                - essentials.sethome
                - essentials.tpa
                - essentials.tpaccept
                - essentials.tpahere
                - essentials.tpdeny
                - essentials.warp
                - essentials.warp.list
                - ChestShop.create
                - ChestShop.buy
                - ChestShop.sell
                - ChestShop.nofee
                - cc.redeem
                - lwc.create
                - lwc.remove
                - lwc.unlock
                - minemail.paper
                - nSpleef.member.*
                - mobarena.use.*
                - essentials.helpop.receive
                - essentials.list.hidden
                - essentials.realname
                - essentials.backup
                - essentials.ban
                - essentials.invsee
                - essentials.afk.others
                - essentials.tempban
                - essentials.unban
                - essentials.weather
                - essentials.tp
                - essentials.kick
                - lwc.info
        Admins:
            default: false
            prefix: '&4[Admin]'
            permissions:
                - '*'
    users:
        weasel92:
            group:
            - Owner
     
  7. That sounds odd. But I know that you need a chat plugin for the prefixes to show up. Like chatManager the comes with the permissionsEx. Make sure that you config.yml in the chatManager folder has: (enable: true)

    I understand. And I think that it is a good idear that, that is the default behavior. But I was just wondring if there was something like: "permissions.promote.<ladder>.[maxRank]" where maxRank is the max rank that that user could promote to. It could be useful in those special cases.

    It look like you don't have chatManager installed?

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

    47Weasel47

    this is my permissionsex config.

    Code:
    permissions:
        backends:
            file:
                file: permissions.yml
        backend: file
        superperms:
            parent-nodes: true
            enable: true
            strict-mode: false
        createUserRecords: false
        allowOps: false
        debug: false
        basedir: plugins/PermissionsEx
    
     
  9. Offline

    KilgoreD

    Perhaps the build of bukkit isn't access to using this permmissionsex plugin? The version is 1.1-R3
    But there is another problem, chatManager isn't works!
     
  10. Really? Could have fooled me, it's still working perfectly for me in testing and production. I would think that if somehow t3hk0d3 broke * in PEX, we would be seeing a lot more people asking for help with it... :)

    You have a some kind of formatting problem with what appears to be your permissions file. However, it's impossible to tell as you didn't put your permissions file into code tags or linked to a pastie or pastebin dump of it. Just cutting and pasting the file into the forum kills the all important formatting. Look at the post immediately after yours, you will see what I mean. :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  11. I use 1.1-R3 and I have not run into the problems you are describing. So I don't think that is the issue.

    Hey! Quick question: Is there any way that i can allow some groups to be able to promote other useres to the same rank as them self? (if that makes sense)
    Right now they can only promote to the rank right below them self.

    I am thankful for any help :D

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

    lycano

    Martin-zz its inteded to not allow anyone promote others to his own group to "safe yourself" .. like if you are admin and you promote but you forgot the rank order ... he could do crazy stuff. That person would need "set group" order but the problem with that is he can then set this person to a group outside his own ladder.

    aron123 click on the Wiki link. Then goto Commands. Search for pex user <player> group set

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Mar 26, 2019
  13. Offline

    ArticMonkey


    I am running into the same exact problem as you. I'm going to do some testing and see if i can get this worked out. If i come up with anything ill be sure to post. If you or anyone else finds out anything please let me know XD

    Ok tested a lot of stuff. I can not get this to work at all :\. When I set myself as Admin and or other groups it does not work. when i type /pex it just says the name of the plugin and what version. any other command does not work. I even tried the one in development and still no fix.
     
  14. Offline

    tom

    Major server lag with 1.18 when usign /pex promote username
     
  15. This is how PEX works, user data and permissions are in a single file.

    As for your problem, yes, lets take a look at your permissions. Post it here in code tags or link to a dump of it on pastie or pastebin. So you know, I'm not going to download it, use one of the three things I mentioned, K? :)
     
  16. Offline

    fatmarley

    FYI: When I installed PEX 1.17 to1.18, plugins like residence, multihome, teleportsuite and many others began to ignore permissions.

    I recommend if you have a 'sudden issue' with perms not working, you go back down to 1.16
     
  17. Offline

    aron123

    What permissions i need to use /pex user Player group set Builder?
     
  18. Hallo again :) Is there any way that you can controle xp pick up? Using modifyworld? I can't find anything on the wiki. But just wanted to ask
     
  19. Offline

    lycano

    Martin-zz well an Experience orb is an entity so you can use entity modifyworld nodes. But i dont know if its actually interact. You can try to enable debug mode for your playername then check the log what happens when you pickup the experience orb.
     
    Justin The Cynical likes this.
  20. Offline

    KilgoreD

    So, I solved my problem, but I have another! So, I downloaded the AuthMe plugin, and then wrote permission (- authme.player.*) in permission.yml file, then I started the server, after that I told my friend to try /register <password> Then he told that it said "No permissions", what is the problem with now ?
     
  21. Offline

    andrewpo

    t3hk0d3 or any other PEX developers,

    Would it be possible to integrate region-specific permissions? So that prefixes, nodes, etc could be changed depending on where the user is? e.g. different prefixes in a PvP arena.

    Thanks
     
  22. Offline

    t3hk0d3

    possible, but not a good idea.
     
  23. Offline

    andrewpo

    Alright - Would that be due to too many checks to find what region a player is in, and what nodes to allow/prefix to show?
     
  24. The debug idea is a good one (it's one of my primary methods of troubleshooting). In this case, I just tried it and it doesn't show up. Don't know if it's a bug in PEX or bukkit just doesn't expose it. t3hk0d3 would know more than I on it.
     
  25. Offline

    Stormbow

    Does anyone know if ChatManager allows multiple prefixes and suffixes yet? (Or know of a chat plugin that can do the following?)

    Ideally what I'm thinking of is making my permissions groups hold a group name prefix and then adding a prefix to users to note VIP levels.

    For example:
    Code:
        Citizen:
            prefix: '&f[&2Citizen&f] '
            suffix: '&fof CityName'
            permissions:
            - stuff.they.can.do
    users:
        JoeBob:
            group:
            - Peasant
            prefix: '&f[&6VIP&f] '
            suffix: '&fthe elf '
            permissions:
            - extra.stuff.JoeBob.can.do
    And I want the chat message to come out looking something along the lines of
    I'm currently using ChatManager (came with PermissionsEx), but I'm not aware of how to do

    {PlayerPrefix} {GroupPrefix} {PlayerName} {PlayerSuffix} {GroupSuffix} says: {message}
     
  26. Offline

    lycano

    Stormbow well afaik the prefix will be fetched from the user object. Means that the user is checked frist for a prefix or suffix. If empty fetch from his last group.

    Using both isnt implemented, at least not to my knowledge. There is "only" Prefix and Suffix.
     
    Stormbow likes this.
  27. As lycano mentioned, PEX chatmanager is pretty light on what it can do. Take a look at mchat. I've not used it as I don't use prefixes and such at this time, but from the dev bukkit page, it supports a crazy amount of prefixes and suffixes.
     
    Stormbow likes this.
  28. Offline

    lycano

    ChatManager was designed to provide prefix and suffix, message formating .. simple stuff. The Ranged chat was more like a goody if i remember correctly ^^
     
  29. Offline

    surrounded

    Hi, i've been getting this error lately every once in a while. It seems it has to do with essentials and permissionsEX maybe. Yes i have updated both of them and have bukkit 1.1 r-3

    http://pastebin.com/WqdTP0dB
     
  30. Offline

    lycano

    surrounded Essentials doesnt play well with PermissionsEx. If you can, remove all Essential modules and the core and use commandbook and other plugins if you want to use PermissionsEx. The command redirector in Essentials doesnt work in that case.
     
  31. Offline

    Pronotypo

    So, Ive got a TON of plugins and I'm not sure if there the problem BUT, when I try Multi-world permissions it just doesn't work..What I want is for a world named survival, to have absouloutly NO permissions "except tp...obviously...", Pure survival it will be, but I cant manage to set permissions to null ive tried

    world:
    survival:
    permissions:
    - -'*'

    world:
    survival:
    permissions: null

    world:
    survival:
    inheritance:
    group:
    - default... if you want more This is my permissions folder at the moment..Ive got rid of all multiworld attempts But Please help!

    http://pastebin.com/KvLLFreF
     

Share This Page