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

    Speedyboy235

    Hey, I recently got VanishNoPacket, and the permissions are working. I have PermissionsEx, so they told me to ask you guys. I also put in the correct permission nodes, and I also set the value "permtest" to true.
    Thanks in advance for your help.
     
  3. Offline

    SpAz0196

    Hey, I just put PEX on my 1.2.3 server, but nothing is working. I set everyones rank, but there are no prefix's or suffix's when they talk. Also, For some reason my server wont let anybody die.. Could someone please help?
     
  4. Offline

    Cat121

    I didn't enable email notifications, sorry for this latence :p

    I don't run any command, i use pex with mysql and i inserted manually the inheritance rules. But maybe wit some ingame command, i'm going to try this now.

    Edit : @spazz0196 : paste your config and/or your server log. You could event use pastebin.com.
     
  5. Offline

    Shooty

    There is no way to only have PERMISSIONS in file, but all players was stored in mysql ?
     
  6. Offline

    Savadoras

    I deleted default group :D Anyway thanks for help.
     
  7. Offline

    farkros

    i have 1 problem
    how to i not let people use logblock
    i only want staff 2 be able 2 use it
    but the members can to
    how can i not let them?
     
  8. Offline

    Syd

    One of my user found a critical bug in the Modifyworld with the "modifyworld.item.use.<itemid>.on.block.<blockid>" node.

    I use it to prevent users from destroying special blocks with special tools while still beeing able to destroy the block with other items.
    The problem is: When I start to mine a block with a allowed tool and swich to a forbidden tool while mining the player will be able to mine it with a forbidden tool.

    Would be cool if you fix it. :)

    (Don't know if it's the right place, but as you ship PEX with Modifyworld...^^)

    However, great plugins. I can't imagine to run my server without them.^^
     
  9. Offline

    tmanisawesome

    well this is what it says when i load plugins



    177 recipes
    27 achievements
    17:02:23 [INFO] Starting minecraft server version 1.2.3
    17:02:23 [INFO] Loading properties
    17:02:23 [INFO] Starting Minecraft server on 5.104.46.95:25565
    17:02:23 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.3-R0.2
    -b2060jnks (MC: 1.2.3) (Implementing API version 1.2.3-R0.2)
    17:02:24 [INFO] [PermissionsEx] sql backend registered!
    17:02:24 [INFO] [PermissionsEx] file backend registered!
    17:02:24 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    17:02:24 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.1
    17:02:24 [INFO] [PermissionsEx] Initializing file backend
    17:02:24 [SEVERE] Error loading permissions file initializing PermissionsEx v1.1
    9.1 (Is it up to date?)
    java.lang.IllegalStateException: Error loading permissions file
    at ru.tehkode.permissions.backends.FileBackend.reload(FileBackend.java:2
    51)
    at ru.tehkode.permissions.backends.FileBackend.initialize(FileBackend.ja
    va:79)
    at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager
    .java:423)
    at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManage
    r.java:485)
    at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.jav
    a:52)
    at ru.tehkode.permissions.bukkit.PermissionsEx.onLoad(PermissionsEx.java
    :68)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:212)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:56)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: org.bukkit.configuration.InvalidConfigurationException: while scannin
    g for the next token
    found character '\t' that cannot start any token
    in "<string>", line 18, column 1:
    - essentials.balance
    ^

    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlCo
    nfiguration.java:55)
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguratio
    n.java:143)
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguratio
    n.java:109)
    at ru.tehkode.permissions.backends.FileBackend.reload(FileBackend.java:2
    47)
    ... 11 more
    Caused by: while scanning for the next token
    found character '\t' that cannot start any token
    in "<string>", line 18, column 1:
    - essentials.balance
    ^

    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.ja
    va:358)
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:17
    9)
    at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.pro
    duce(ParserImpl.java:535)
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
    at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.jav
    a:203)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:12
    3)
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)

    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
    tructor.java:121)
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlCo
    nfiguration.java:53)
    ... 14 more
    17:02:24 [INFO] [Modifyworld] Loading Modifyworld v1.19
    17:02:24 [INFO] [ChatManager] Loading ChatManager v1.19
    17:02:24 [INFO] Preparing level "world"
    17:02:24 [INFO] Default game type: 0
    17:02:24 [INFO] Preparing start region for level 0 (Seed: -3674881552751852265)
    17:02:25 [INFO] Preparing spawn area: 8%
    17:02:26 [INFO] Preparing spawn area: 36%
    17:02:27 [INFO] ----- Bukkit Auto Updater -----
    17:02:27 [INFO] It appears that you're running a Beta Build, when you've specifi
    ed in bukkit.yml that you prefer to run Recommended Builds.
    17:02:27 [INFO] If you would like to be kept informed about new Beta Build relea
    ses, it is recommended that you change 'preferred-channel' in your bukkit.yml to
    'beta'.
    17:02:27 [INFO] With that set, you will be told whenever a new version is availa
    ble for download, so that you can always keep up to date and secure with the lat
    est fixes.
    17:02:27 [INFO] If you would like to disable this warning, simply set 'suggest-c
    hannels' to false in bukkit.yml.
    17:02:27 [INFO] ----- ------------------- -----
    17:02:27 [INFO] Preparing spawn area: 73%
    17:02:28 [INFO] Preparing start region for level 1 (Seed: -8400194220020730344)
    17:02:28 [INFO] Preparing spawn area: 32%
    17:02:29 [INFO] Preparing start region for level 2 (Seed: -8400194220020730344)
    17:02:29 [INFO] Preparing spawn area: 32%
    17:02:30 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.1
    17:02:30 [INFO] [PermissionsEx] Superperms support enabled.
    17:02:30 [SEVERE] Error occurred while enabling PermissionsEx v1.19.1 (Is it up
    to date?)
    java.lang.NullPointerException
    at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.ja
    va:102)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:363)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232
    )
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    17:02:30 [INFO] [Modifyworld] Enabling Modifyworld v1.19
    17:02:30 [SEVERE] [Modifyworld] PermissionsEx not found, disabling
    17:02:30 [INFO] [Modifyworld] Disabling Modifyworld v1.19
    17:02:30 [INFO] [Modifyworld] Modifyworld disabled!
    17:02:30 [INFO] [ChatManager] Enabling ChatManager v1.19
    17:02:30 [SEVERE] [ChatManager] PermissionsEx not found, disabling
    17:02:30 [INFO] [ChatManager] Disabling ChatManager v1.19
    17:02:30 [INFO] [ChatManager] ChatManager disabled!
    17:02:30 [INFO] Server permissions file permissions.yml is empty, ignoring it
    17:02:30 [INFO] Done (5.992s)! For help, type "help" or "?"
    >

    and this is what it says when i try to join

    177 recipes
    27 achievements
    17:02:23 [INFO] Starting minecraft server version 1.2.3
    17:02:23 [INFO] Loading properties
    17:02:23 [INFO] Starting Minecraft server on 5.104.46.95:25565
    17:02:23 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.3-R0.2
    -b2060jnks (MC: 1.2.3) (Implementing API version 1.2.3-R0.2)
    17:02:24 [INFO] [PermissionsEx] sql backend registered!
    17:02:24 [INFO] [PermissionsEx] file backend registered!
    17:02:24 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    17:02:24 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.1
    17:02:24 [INFO] [PermissionsEx] Initializing file backend
    17:02:24 [SEVERE] Error loading permissions file initializing PermissionsEx v1.1
    9.1 (Is it up to date?)
    java.lang.IllegalStateException: Error loading permissions file
    at ru.tehkode.permissions.backends.FileBackend.reload(FileBackend.java:2
    51)
    at ru.tehkode.permissions.backends.FileBackend.initialize(FileBackend.ja
    va:79)
    at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager
    .java:423)
    at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManage
    r.java:485)
    at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.jav
    a:52)
    at ru.tehkode.permissions.bukkit.PermissionsEx.onLoad(PermissionsEx.java
    :68)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:212)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:56)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: org.bukkit.configuration.InvalidConfigurationException: while scannin
    g for the next token
    found character '\t' that cannot start any token
    in "<string>", line 18, column 1:
    - essentials.balance
    ^

    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlCo
    nfiguration.java:55)
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguratio
    n.java:143)
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguratio
    n.java:109)
    at ru.tehkode.permissions.backends.FileBackend.reload(FileBackend.java:2
    47)
    ... 11 more
    Caused by: while scanning for the next token
    found character '\t' that cannot start any token
    in "<string>", line 18, column 1:
    - essentials.balance
    ^

    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.ja
    va:358)
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:17
    9)
    at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.pro
    duce(ParserImpl.java:535)
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
    at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.jav
    a:203)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:12
    3)
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)

    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
    tructor.java:121)
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlCo
    nfiguration.java:53)
    ... 14 more
    17:02:24 [INFO] [Modifyworld] Loading Modifyworld v1.19
    17:02:24 [INFO] [ChatManager] Loading ChatManager v1.19
    17:02:24 [INFO] Preparing level "world"
    17:02:24 [INFO] Default game type: 0
    17:02:24 [INFO] Preparing start region for level 0 (Seed: -3674881552751852265)
    17:02:25 [INFO] Preparing spawn area: 8%
    17:02:26 [INFO] Preparing spawn area: 36%
    17:02:27 [INFO] ----- Bukkit Auto Updater -----
    17:02:27 [INFO] It appears that you're running a Beta Build, when you've specifi
    ed in bukkit.yml that you prefer to run Recommended Builds.
    17:02:27 [INFO] If you would like to be kept informed about new Beta Build relea
    ses, it is recommended that you change 'preferred-channel' in your bukkit.yml to
    'beta'.
    17:02:27 [INFO] With that set, you will be told whenever a new version is availa
    ble for download, so that you can always keep up to date and secure with the lat
    est fixes.
    17:02:27 [INFO] If you would like to disable this warning, simply set 'suggest-c
    hannels' to false in bukkit.yml.
    17:02:27 [INFO] ----- ------------------- -----
    17:02:27 [INFO] Preparing spawn area: 73%
    17:02:28 [INFO] Preparing start region for level 1 (Seed: -8400194220020730344)
    17:02:28 [INFO] Preparing spawn area: 32%
    17:02:29 [INFO] Preparing start region for level 2 (Seed: -8400194220020730344)
    17:02:29 [INFO] Preparing spawn area: 32%
    17:02:30 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.1
    17:02:30 [INFO] [PermissionsEx] Superperms support enabled.
    17:02:30 [SEVERE] Error occurred while enabling PermissionsEx v1.19.1 (Is it up
    to date?)
    java.lang.NullPointerException
    at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.ja
    va:102)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:363)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232
    )
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    17:02:30 [INFO] [Modifyworld] Enabling Modifyworld v1.19
    17:02:30 [SEVERE] [Modifyworld] PermissionsEx not found, disabling
    17:02:30 [INFO] [Modifyworld] Disabling Modifyworld v1.19
    17:02:30 [INFO] [Modifyworld] Modifyworld disabled!
    17:02:30 [INFO] [ChatManager] Enabling ChatManager v1.19
    17:02:30 [SEVERE] [ChatManager] PermissionsEx not found, disabling
    17:02:30 [INFO] [ChatManager] Disabling ChatManager v1.19
    17:02:30 [INFO] [ChatManager] ChatManager disabled!
    17:02:30 [INFO] Server permissions file permissions.yml is empty, ignoring it
    17:02:30 [INFO] Done (5.992s)! For help, type "help" or "?"
    >

    when i add stuff in permissions yml thing it the server crashes does tht meen i can only edit in terminal

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

    SpAz0196

    Cat121 Here is my permissions file.
    And here is my Config file if it will help
     
  11. Offline

    krovn

    omg no one can't help us to solve these problems :'(

    my server dies :'(
     
  12. Offline

    EarthBoundNess

    Hey for some reason I don't have any errors but plugins start and say "no permissions plugin detected"
     
  13. Offline

    Trust518

    What is your problem?
     
  14. Offline

    Cm_PuNk!

    hey dude! this plugin is so freaking cool but when i start my server i can't join it says Internal Server Error and i delete PEX and i try to join and it workes can u plz fix this! Tnxs!:)
     
  15. Offline

    Doc

    They may be looking for the old style permissions. did you copy over the Permissions.jar for the pex permissions bridge?
     
  16. https://github.com/PEXPlugins/PermissionsEx/wiki/Troubleshooting-and-FAQ#wiki-pex-help

    :)

    Your answer and fix is located here: https://github.com/PEXPlugins/PermissionsEx/wiki/Troubleshooting-and-FAQ#wiki-pex-error-tab

    :)

    'fraid not, it's one or the other.

    So what are you needing help with? ;)

    I think I know what you are referring to. Wild guess, you are joining invisible and you don't want to?

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

    farkros

    my permissions arn't working ran them thru yaml parser saved them restart server server loaded up fine i logged on and none of the permissions or prefix was working theses are my permssions
    groups:
    guest:
    default: true
    options:
    rank: '1000'
    permissions:
    - promotion.promote
    builder:
    prefix: '&0 &2Member&2&f '
    options:
    rank: '900'
    permissions:
    - factions.autoclaim
    - factions.f.claim
    - ChestShop.shop.sell
    - ChestShop.shop.buy
    - factions.admin.any
    - factions.tag
    - factions.show
    - factions.setpermanent
    - factions.setpeaceful
    - factions.power
    - factions.sethome
    - factions.map
    - factions.mod
    - factions.list
    - factions.leave
    - factions.kick
    - factions.join
    - factions.invite
    - factions.home
    - factions.help
    - factions.description
    - factions.chat
    - factions.create
    - essentials.mail
    - essentials.mail.send
    - essentials.list
    - essentials.getpos
    - essentials.depth
    - essentials.compass
    - essentials.afk
    - essentials.sell
    - essentials.worth
    - essentials.pay
    - essentials.balancetop
    - essentials.spawn
    - essentials.suicide
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - creativegates.use
    - spawn
    - essentials.balance
    - balancetop
    - balance
    - essentials.home
    - essentials.sethome
    - essentials.back
    VIP:
    prefix: '&0 &eV.I.P&e&f '
    permissions:
    - essentials.ban
    - essentials.banip
    - essentials.tempban
    - essentials.unban
    - essentials.unbanip
    - essentials.deljail
    - essentials.jails
    - essentials.setjail
    - essentials.togglejail
    - essentials.gamemode
    - essentials.give
    - essentials.god
    - essentials.heal
    - essentials.item
    - essentials.repair
    - essentials.time
    - essentials.seen
    - essentials.suicide
    - essentials.whois
    - essentials.kick
    - essentials.mute
    - essentials.socialspy
    - essentials.tp
    - essentials.tpahere
    - essentials.tphere
    - essentials.enchant
    - essentials.feed
    inheritance:
    - Builder
    options:
    rank: '100'
    Admin:
    prefix: '&0 &4Admin&4&f '
    permissions:
    - worldguard.*
    - worldedit.*
    - essentials.ban
    - essentials.banip
    - essentials.tempban
    - essentials.unban
    - essentials.unbanip
    - essentials.deljail
    - essentials.jails
    - essentials.setjail
    - essentials.togglejail
    - essentials.gamemode
    - essentials.give
    - essentials.god
    - essentials.heal
    - essentials.item
    - essentials.repair
    - essentials.time
    - essentials.seen
    - essentials.suicide
    - essentials.whois
    - essentials.kick
    - essentials.mute
    - essentials.socialspy
    - essentials.tp
    - essentials.tpahere
    - essentials.tphere
    - essentials.enchant
    - essentials.feed
    inheritance:
    - Builder
    options:
    rank: '0'
    HeadAdmin:
    prefix: '&0 &4HeadAdmin&4&f '
    permissions:
    - worldguard.*
    - worldedit.*
    inheritance:
    - Admin
    options:
    rank: '0'
    Owner:
    prefix: '&0 &6Owner&6&f '
    permissions:
    - '*'
    options:
    rank: '0'
    moderator:
    prefix: '&0 &1Moderator&1&f '
    permissions:
    - essentials.ban
    - essentials.banip
    - essentials.tempban
    - essentials.unban
    - essentials.unbanip
    - essentials.deljail
    - essentials.jails
    - essentials.setjail
    - essentials.togglejail
    - essentials.gamemode
    - essentials.give
    - essentials.god
    - essentials.heal
    - essentials.item
    - essentials.repair
    - essentials.time
    - essentials.seen
    - essentials.suicide
    - essentials.whois
    - essentials.kick
    - essentials.mute
    - essentials.socialspy
    - essentials.tp
    - essentials.tpahere
    - essentials.tphere
    - essentials.enchant
    - essentials.feed
    inheritance:
    - Builder
    options:
    rank: '100'
    Admin:
    prefix: '&0 &4Admin&4&f '
    permissions:
    - essentials.ban
    - essentials.banip
    - essentials.tempban
    - essentials.unban
    - essentials.unbanip
    - essentials.deljail
    - essentials.jails
    - essentials.setjail
    - essentials.togglejail
    - essentials.gamemode
    - essentials.give
    - essentials.god
    - essentials.heal
    - essentials.item
    - essentials.repair
    - essentials.time
    - essentials.seen
    - essentials.suicide
    - essentials.whois
    - essentials.kick
    - essentials.mute
    - essentials.socialspy
    - essentials.tp
    - essentials.tpahere
    - essentials.tphere
    - essentials.enchant
    - essentials.feed
    inheritance:
    - Builder
    options:
    rank: '0'
     
  18. Offline

    Emiya Shirou

    Where do that Permissions-1.18 disappeared? do I need it? and how to get it back? I don't use superperms or how the hell this BS is called.
     
  19. Offline

    gigsta12

     
  20. Offline

    gigsta12

    PermissionsEX Error.jpg
    I keep getting this command and i thought id let u guys know it seems to happen when u edit the PermissionEx Permissions YML file anyway heres hy error
     
  21. The permissions.jar is a comparability layer for the old permissions 2/3 system. Unless you happen to have a plugin that doesn't support PEX or Superperms natively, you don't need it. T3hk0d3 decided to not continue packaging it starting with PEX 1.19
     
  22. Offline

    ow4562812

    MINE IS NOT WORKING AND I CHECKED THE
    Online YAML Parser

    BUT IT WONT WORK PLZ HELP !

    AND SAIDS ON CONSLE THE FILE IS BACKEND IS THAT A PROBLEM ?
     
  23. Offline

    Mishrathium

    Why does "/pex reload" not work properly?
    Why are users in no group being added to the permissions.yml?
    Why is Justin the Cynical so awesome - well he is!

    There are some very important bug tickets that have been open that need some type of address even if its 'working on it'.

    I've used pex for a long time but lately its been rather buggy and Im sad. Why make me sad. I dont want to use the other evil perm plugins - I want to use Pex, but Pex needs to work properly.

    [Craftbukkit] CB2033 (MC: 1.2.3)
    [PermissionsEx] Loading PermissionsEx v1.19.1
     
  24. Offline

    Nerrion

    I have given my Admins the '*' node, but some permissions shouldn't be active. I added these:

    Code:
        - -vanish.silentjoin
        - -vanish.joinwithoutannounce
        - -vanish.joinvanished
    But they still Silent join and Join without an announce, what am I doing wrong?
     
  25. Offline

    skiba

    what permission is to give access for some console commands like TP or ban
     
  26. Offline

    Speedyboy235

    For example, yes.
     
  27. Offline

    tmanisawesome

    uhmm how do i make a rank default
    because when i try to like i type in pex set default group newbie it says it worked but then when i logged on it didnt work
     
  28. Offline

    aciid

    Hi I need help pretty bad, my players are abusing the bottle o enchanting in the creative world and there is no way to block it!

    Worldguard only blocks the bottle from being thrown at any block other than air.
    And these none of these nodes work either:
    - -modifyworld.mobtarget.experienceorb
    - -modifyworld.interact.experienceorb
    - -modifyworld.items.have.384
    - -modifyworld.item.use.384.on.block.*
    - modifyworld.*


    HEEEEELPPPP MEEEEE!!
     
  29. Offline

    AlphaTech1

    None of my players except for the people that have '*' can use /spawn
    even though i gave them the essentials.spawn
    I would love some help and if i get any thanks in the future.
     
  30. Can't help if you don't post any errors you see in your server.log or link to your permissions. :)

    https://github.com/PEXPlugins/PermissionsEx/wiki/Troubleshooting-and-FAQ#wiki-pex-help

    As far as I've seen, /pex reload does work as it's supposed to. What have you been seeing?

    As for the bukkit build, 2033 is a bit old on the beta/dev version front, I'd update to the R2 beta at the very least (build 2060), it fixed some of the uglier bugs, such as the modifyworld.mobtarget.* nodes not working.

    And thank you. :)

    Yep, this is a bug. I opened a ticket with t3hk0d3 on github (https://github.com/PEXPlugins/PermissionsEx/issues/305), and he is aware of it.

    Current workaround is to negate vanish.joinwithoutannounce and/or vanish.joinvanished, it will work as expected.

    If you are referring to the built-in bukkit commands, the nodes you want are located at http://wiki.bukkit.org/CraftBukkit_commands

    That command isn't for setting ranks, it's for setting the default group for players who are new to the server and are not already assigned a group membership.

    Ranks are covered on the wiki at https://github.com/PEXPlugins/PermissionsEx/wiki/Ranks-(Promotion-and-Demotion)

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

    tmanisawesome

Share This Page