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

    Mishrathium

    Fixed my own problem I think... Thank you for trying to help though Justin!
     
  3. Offline

    codemaster0

    prefix: '&4[Op] &1'

    that gives me a red [Op] Title and a Blue name, but it also makes what i say blue. is there a way to have a blue name but say white text?
     
  4. Sure, have the colour code for white as a prefix.
     
  5. Offline

    Junrall

    Hmmm... I bet you meant suffix? Example: suffix: '&f'

    Just a heads up...
    The reload command does not work with the dev builds of Bukkit 1.2.3-R0.2
    When you execute the command it says that PEX has been reloaded... but nothing has been reloaded. A restart of the server is needed to accept any hand edited changes.

    Isn't P2 communicability built in now?

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

    Adrenaline

    HealthBar possible to be added to ChatManager ? ;)
     
  7. Offline

    dataviruset

    Any hope with CraftBukkit 1.2.3-R0.1 beta + PEX 1.19 (including ChatManager and ModifyWorld)? =/
     
  8. Yes, suffix. :)
     
  9. Offline

    Gnyf

    bukkit 2024 permissionsEX 1.19
    modifyworld: whitelist: false but all guester being rejected by You are Not Allowed .....
    what do I do wrong?
    worked perfectly before the update to 1.2.3
    google translate I am from Denmark
     
  10. Offline

    connerreinhardt

    I just downloaded it and the P2 Compat layer was not in the .zip file
     
  11. Offline

    popopirat97

    please, I need help, every time i try to cheat something is an international error, i have the "-*" permission, i can all, but no cheat! i try with /i from essentail, and /give, it doesn't work, i need help, please, i am not new, i use the old permissionsex for a long time, and it works, but not doesn't :(
    help me pls

    ps. permissionSEX ;D
     
  12. Offline

    ScottSpittle

    Gone back to GroupManager, as it does what i need and updates faster thank this plugin.
     
  13. Offline

    Bigwig222

    Does this work on 1.2.3-R1
     
  14. Offline

    ScottSpittle

    it loads, but there are major issues
     
  15. Offline

    Junrall

    Hmmm... was updated 2 days ago for the RB of Bukkit... thats pretty good.
    I'm sure that once there is a current RB available the author will be all over it;)

    Anyways... what you're really saying is "Hrmf! I want my PEX now, if I can't have it right this second... then I'm leaving! Hrmf! Take that, Mr. PEX developer!" :rolleyes:

    So far it seems to work for me... however, /pex reload does not. You have to restart your server if you make any manual changes to the config.

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

    GarretSidzaka

    can we please get a recompile for 1.2.3?
     
  17. Offline

    ScottSpittle

    Yes it was updated 2 days ago... but its unofficial and as a result has many issues, so its un-usable. (for me and others that have tested.)
     
  18. Offline

    Junrall

    Well, hopefully I don't blow up my server! So far so good.
     
  19. Offline

    ScottSpittle

    yeah, xD it was a great plugin... but unfortunately i needed perms working asap...
     
  20. Offline

    muggerfugger

    Please update buddy o pal.
    i have no perms on my server now lol

    i was gonna stay on 1.1 but all my members upgraded, and dont seem to know hwo to downgrade, so my server has been quiet for a few days
     
  21. Offline

    briankdk

    im using the dev build......works perfect ! (with 1.2.3 beta)
     
  22. Offline

    connerreinhardt

    Does anyone know where the p2 compat layer went? I got the plugin las month and updated today. I updated all the .jar files except there wasn't a permissions.jar when I downloaded it earlier today.
     
  23. Offline

    muggerfugger

    WOOT. just updated to the latest dev build and seems to work great again
     
  24. Offline

    SaTurN3

    i really need help with my permissionnodes:

    users:
    SaTurN3:
    group:
    - Administrator
    Rengaw:
    group:
    - Administrator
    groups:
    Member:
    default: true
    info:
    build: true
    inheritance: null
    permissions:
    - 'iConomy.holdings'
    - 'iConomy.help'
    - 'iConomy.payment'
    - 'iConomy.pay'
    - 'commandbook.home.teleport'
    - 'commandbook.home.set'
    - 'commandbook.spawn'
    - 'experiencebank.create'
    - 'experiencebank.break'
    - 'experiencebank.override'
    - 'appleseed.plant.apple'
    - 'treeassist.replant'
    - 'multiverse.access.*'
    - 'ChestShop.shop.create'
    - 'ChestShop.shop.buy'
    - 'creativegates.use'
    worlds:
    SCoB:
    - 'qquests.*'
    SCoB_nether:
    - 'qquests.*'
    SCoB_the_end:
    - 'qquests.*'
    Moderator:
    default: false
    info:
    build: true
    inheritance:
    - Member
    permissions:
    - 'iConomy.holdings.others'
    - 'commandbook.kick'
    - 'commandbook.bans.ban'
    - 'commandbook.bans.unban'
    - 'commandbook.weather'
    - 'commandbook.weather.thunder'
    - 'commandbook.time.lock'
    - 'commandbook.time'
    - 'commandbook.teleport'
    - 'commandbook.teleport.other'
    Administrator:
    default: false
    info:
    build: true
    permissions:
    - '*'

    the problem is that the node - 'qquests.*' works if i paste it in the normal serverpermissions but not if i paste it in single worlds and i don't know why.
     
  25. Offline

    farkros

    doesn't work for me cant connect or anything it just says disconnected by server internal server error
    none can connect,does anyone know when 1.2.3 will come?
     
  26. This is a known problem. You can add the modifyworld.login node as a workaround, or update to a dev build. See https://github.com/PEXPlugins/Modifyworld/issues/16 for more

    Google translate from english to danish follows. :)

    Dette er et kendt problem. Du kan tilføje modifyworld.login knudepunkt som en løsning, eller opdatere til en dev build. Se https://github.com/PEXPlugins/Modifyworld/issues/16 for mere

    Google oversætte fra engelsk til dansk :)
     
  27. Offline

    briankdk

    My Mc is working perfect with all the different DEV builds (worldedit, PEX, Grief Prevention, Essentials, etc, etc, etc) ALL my plugins are working - if anyone wants a copy of my plugin directory - just let me know.

    But i have one question.... im still using the fake permission.jar - is that obsolite or should i still be using it ?

    Here is my server "load", so u can see that it works and what plugins are loading:

    Code:
    2012-03-05 02:38:56 [INFO] Starting minecraft server version 1.2.3
    2012-03-05 02:38:56 [INFO] Loading properties
    2012-03-05 02:38:56 [INFO] Starting Minecraft server on *:25565
    2012-03-05 02:38:57 [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)
    2012-03-05 02:38:57 [INFO] [PermissionsEx] sql backend registered!
    2012-03-05 02:38:57 [INFO] [PermissionsEx] file backend registered!
    2012-03-05 02:38:57 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2012-03-05 02:38:57 [INFO] [PermissionsEx] p2compat backend registered!
    2012-03-05 02:38:57 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    2012-03-05 02:38:57 [INFO] [MineBackup] Loading MineBackup v0.5.7
    2012-03-05 02:38:57 [INFO] [SimpleJail] Loading SimpleJail v1.7.5
    2012-03-05 02:38:57 [INFO] [Spectate] Loading Spectate v1.5.2
    2012-03-05 02:38:57 [INFO] [WorldEdit] Loading WorldEdit v5.3-SNAPSHOT
    2012-03-05 02:38:57 [INFO] [Vault] Loading Vault v1.2.12-b136
    2012-03-05 02:38:57 [INFO] [PermissionsEx] Loading PermissionsEx v1.19
    2012-03-05 02:38:57 [INFO] [PermissionsEx] Initializing file backend
    2012-03-05 02:38:57 [INFO] [GriefPrevention] Loading GriefPrevention v2.0
    2012-03-05 02:38:57 [INFO] [WorldGuard] Loading WorldGuard v5.5.2-SNAPSHOT
    2012-03-05 02:38:57 [INFO] [Essentials] Loading Essentials vDev2.9.24
    2012-03-05 02:38:57 [INFO] [SimpleAlert] Loading SimpleAlert v1.5
    2012-03-05 02:38:57 [INFO] [ChatManager] Loading ChatManager v1.19
    2012-03-05 02:38:57 [INFO] [EssentialsSpawn] Loading EssentialsSpawn vDev2.9.24
    2012-03-05 02:38:57 [INFO] [Permissions] Loading Permissions v2.7.7
    2012-03-05 02:38:57 [INFO] [Modifyworld] Loading Modifyworld v1.19
    2012-03-05 02:38:57 [INFO] [LogBlock] Loading LogBlock v1.52
    2012-03-05 02:38:57 [INFO] ----- Bukkit Auto Updater -----
    2012-03-05 02:38:57 [INFO] It appears that you're running a Beta Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
    2012-03-05 02:38:57 [INFO] If you would like to be kept informed about new Beta Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'beta'.
    2012-03-05 02:38:57 [INFO] With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
    2012-03-05 02:38:57 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
    2012-03-05 02:38:57 [INFO] ----- ------------------- -----
    2012-03-05 02:38:57 [INFO] [LogBlock] [LogBlock] Version check: Your version is up to date
    2012-03-05 02:38:57 [INFO] [LogBlock] [LogBlock] Connecting to root@jdbc:mysql://localhost:3306/minecraft...
    2012-03-05 02:38:57 [INFO] [Vault] Enabling Vault v1.2.12-b136
    2012-03-05 02:38:57 [INFO] [Vault][Economy] Essentials Economy found: Waiting
    2012-03-05 02:38:57 [INFO] [Vault][Permission] PermissionsEx found: Waiting
    2012-03-05 02:38:57 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
    2012-03-05 02:38:57 [INFO] [Vault][Chat] PermissionsEx found: Waiting
    2012-03-05 02:38:58 [INFO] [Vault] Enabled Version 1.2.12-b136
    2012-03-05 02:38:58 [INFO] Preparing level "world"
    2012-03-05 02:38:58 [INFO] Default game type: 0
    2012-03-05 02:38:58 [INFO] Preparing start region for level 0 (Seed: -5767274350514214198)
    2012-03-05 02:38:59 [INFO] Preparing start region for level 1 (Seed: -5767274350514214198)
    2012-03-05 02:38:59 [INFO] Preparing spawn area: 16%
    2012-03-05 02:38:59 [INFO] Preparing start region for level 2 (Seed: -5767274350514214198)
    2012-03-05 02:39:00 [INFO] [MineBackup] Enabling MineBackup v0.5.7
    2012-03-05 02:39:00 [INFO] [MineBackup] v0.5.7 enabled
    2012-03-05 02:39:00 [INFO] [SimpleJail] Enabling SimpleJail v1.7.5
    2012-03-05 02:39:00 [INFO] [SimpleJail] SimpleJail v1.7.5 enabled.
    2012-03-05 02:39:00 [INFO] [Spectate] Enabling Spectate v1.5.2
    2012-03-05 02:39:00 [INFO] Spectate v1.5.2 enabled!
    2012-03-05 02:39:00 [INFO] [WorldEdit] Enabling WorldEdit v5.3-SNAPSHOT
    2012-03-05 02:39:00 [INFO] WEPIF: Using the Bukkit Permissions API.
    2012-03-05 02:39:00 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19
    2012-03-05 02:39:00 [INFO] [PermissionsEx] Superperms support enabled.
    2012-03-05 02:39:00 [INFO] [PermissionsEx] v1.19 enabled
    2012-03-05 02:39:00 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
    2012-03-05 02:39:00 [INFO] [Vault][Permission] PermissionsEx hooked.
    2012-03-05 02:39:00 [INFO] [Vault][Permission] PermissionsEx_Chat hooked.
    2012-03-05 02:39:00 [INFO] [GriefPrevention] Enabling GriefPrevention v2.0
    2012-03-05 02:39:00 [INFO] GriefPrevention: Grief Prevention enabled.
    2012-03-05 02:39:00 [INFO] GriefPrevention: 59 total claims loaded.
    2012-03-05 02:39:00 [INFO] GriefPrevention: 31 players have staked claims.
    2012-03-05 02:39:00 [INFO] [WorldGuard] Enabling WorldGuard v5.5.2-SNAPSHOT
    2012-03-05 02:39:00 [INFO] [WorldGuard] (world) TNT ignition is blocked.
    2012-03-05 02:39:00 [INFO] [WorldGuard] (world) Lighters are blocked.
    2012-03-05 02:39:00 [INFO] [WorldGuard] (world) Lava fire is blocked.
    2012-03-05 02:39:00 [INFO] [WorldGuard] (world) All fire spread is disabled.
    2012-03-05 02:39:00 [INFO] [WorldGuard] Loaded configuration for world 'world"
    2012-03-05 02:39:00 [INFO] [WorldGuard] (world_nether) TNT ignition is blocked.
    2012-03-05 02:39:00 [INFO] [WorldGuard] (world_nether) Lighters are blocked.
    2012-03-05 02:39:00 [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
    2012-03-05 02:39:00 [INFO] [WorldGuard] (world_nether) All fire spread is disabled.
    2012-03-05 02:39:00 [INFO] [WorldGuard] Loaded configuration for world 'world_nether"
    2012-03-05 02:39:00 [INFO] [WorldGuard] (world_the_end) TNT ignition is blocked.
    2012-03-05 02:39:00 [INFO] [WorldGuard] (world_the_end) Lighters are blocked.
    2012-03-05 02:39:00 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
    2012-03-05 02:39:00 [INFO] [WorldGuard] (world_the_end) All fire spread is disabled.
    2012-03-05 02:39:00 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end"
    2012-03-05 02:39:00 [INFO] [WorldGuard] 0 regions loaded for 'world'
    2012-03-05 02:39:00 [INFO] [WorldGuard] 0 regions loaded for 'world_nether'
    2012-03-05 02:39:00 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end'
    2012-03-05 02:39:00 [INFO] [Essentials] Enabling Essentials vDev2.9.24
    2012-03-05 02:39:00 [INFO] File not found: plugins\Essentials\jail.yml
    2012-03-05 02:39:00 [INFO] [Vault][Economy] Essentials Economy hooked.
    2012-03-05 02:39:00 [INFO] Essentials: Using PermissionsEx based permissions.
    2012-03-05 02:39:00 [INFO] [SimpleAlert] Enabling SimpleAlert v1.5
    2012-03-05 02:39:00 [INFO] [SimpleAlert] Log Lava: true
    2012-03-05 02:39:00 [INFO] [SimpleAlert] Log Water: true
    2012-03-05 02:39:00 [INFO] [SimpleAlert] Log - Flint & Steel: true
    2012-03-05 02:39:00 [INFO] [SimpleAlert] Log - TNT: true
    2012-03-05 02:39:00 [INFO] [SimpleAlert] Log Alert in Console: true
    2012-03-05 02:39:00 [INFO] [SimpleAlert] disablelava: false
    2012-03-05 02:39:00 [INFO] [SimpleAlert] disablewater: false
    2012-03-05 02:39:00 [INFO] [SimpleAlert] disablefas: false
    2012-03-05 02:39:00 [INFO] [SimpleAlert] disabletnt: false
    2012-03-05 02:39:00 [INFO] [SimpleAlert] v1.5 is enabled. by MRI(Ivanpro)
    2012-03-05 02:39:00 [INFO] [ChatManager] Enabling ChatManager v1.19
    2012-03-05 02:39:00 [INFO] [ChatManager] ChatManager enabled!
    2012-03-05 02:39:00 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn vDev2.9.24
    2012-03-05 02:39:00 [INFO] [Permissions] Enabling Permissions v2.7.7
    2012-03-05 02:39:00 [INFO] [PermissionsCompat] Compatibility layer enabled.
    2012-03-05 02:39:00 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
    2012-03-05 02:39:00 [INFO] [Modifyworld] Enabling Modifyworld v1.19
    2012-03-05 02:39:00 [INFO] [Modifyworld] Modifyworld enabled!
    2012-03-05 02:39:00 [INFO] [LogBlock] Enabling LogBlock v1.52
    2012-03-05 02:39:00 [INFO] [LogBlock] [LogBlock] Permissions plugin found.
    2012-03-05 02:39:00 [INFO] [LogBlock] [LogBlock] Scheduled consumer with bukkit scheduler.
    2012-03-05 02:39:00 [INFO] [LogBlock] LogBlock v1.52 by DiddiZ enabled.
    2012-03-05 02:39:00 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-03-05 02:39:01 [INFO] Done (2,919s)! For help, type "help" or "?"
     
  28. T3hK0d3 has decided to 'discontinue' it from version 1.19 on. Permissions 2/3 is ancient by current standards and any plugin that still uses it may need to be considered abandoned and moved from.

    That being said, I've got a plugin or two that still works and hasn't been updated, so I know where you are coming from. :) I've found that the permissions.jar from at least PEX 1.18 will work with PEX 1.19.

    1.19 is working fine for me with craftbukkit-1.2.3-R0.1 build 2034

    it should be fine if you still have plugins that are not supporting PEX or superperms natively. At least, I've not seen any problems with having it still on the server.

    It is something that t3hk0d3 isn't apparently going to support from this point on.

    Scott, looks like it's been fixed.

    https://github.com/PEXPlugins/PermissionsEx/issues/292 has the info.

    Yes, I see that you did say that chatmanager and modifyworld is disabled for you... about a page back from the one I quoted. :p

    Anyway, I'm afraid the answer is the same, it's working fine for me. Chatmanager and modifyworld are both green and doing what I'd expect them to do on my test server. If either one is not starting for you, there has to be an error somewhere in your log file. :(

    That would be what I was thinking of. Just like what is around your rank numbers. :)

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

    briankdk

    Ok, thx. As you can see in the log file, there are still plugins using it....so im glad i had a copy of the fake permission.jar

    If anyone wants to try the server, its located on ip: 80.72.154.63

    The Grief prevention plugin is great !

    BTW..... when updating PEX this time, it changed the permissions.yml , and while it did that, it acctualy broke one line - the line was

    V.I.P:
    Developer:
    permissions:
    - '*'
    inheritance:
    - Admin
    prefix: '&4[V.I.P/Developer]&f'
    options:
    rank: '150'

    DAMM, it has changed it back AGAIN !

    Its supposed to be like this:

    V.I.P/Developer:
    permissions:
    - '*'
    inheritance:
    - Admin
    prefix: '&4[V.I.P/Developer]&f'
    options:
    rank: '150'

    Wtf ??? Why does it change it ?????

    And...what is gonna happen when someone from that group joins the server ?

    spywhere:
    group:
    - V.I.P/Developer

    since there isent any - V.I.P/Developer anymore......
     
  30. I think the slash is confusing things. Typically a slash is a reserve character in a lot of file formats and programming languages.

    Try putting the group in single quotes and see if it does the same thing.

    As for what would happen if someone from that group joined up, I believe the behavior is that they do not get any permissions assigned to them.
     
  31. Offline

    briankdk


    Spywhere from that group acctually conected 1 minutter after i made the post..... he has all rights.... very very strange since hes groups is the one that isent there anymore (it is...but its changed).....

    Its not a problem...i will change the group to "V.I.P Developer", but i just wanted to show it....and now im just wondering WHY the player spywhere STILL have hes '*' right...


    Singlequotes ??

    like this :

    'V.I.P/Developer':
    permissions:
    - '*'
    inheritance:
    - Admin
    prefix: '&4[V.I.P/Developer]&f'
    options:
    rank: '150'

    or ?
     

Share This Page