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

    Learn2craft_MC

    Very excellent Plugin I'm in love.
     
  3. Offline

    AlphaTech1

    Ok justin i did what you said i went onto the site and it told me to to change debug to true thing is there is no debug so i made one and thet still can't use spawn, home,sethome or anything they cant even warp and i gave them the warp perms what is going on? and i checked the console and it didnt show any debugging
    .. :(
     
  4. Please link to your permissions. According to the error you posted there, your permissions file has some formatting problems.

    Code:
    org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping in "<string>", line 2, column 3: default: ^ expected <block end>, but found BlockMappingStart in "<string>", line 7, column 4: Moderator: ^
    Ooo, code tags and used the YAML parser, I think I'm going to faint. ;)

    You were close. Your prefix line is off, the prefix: and the prefix info needs to be on the same line (or intended in from the perfix: line to pass YAML validation, not sure if PEX would have a problem with it).

    Also, your owner line needs to be indented as well. :)

    Ok, please link to your permissions so we can take a look at it. Also, what groups are not able to use the command? I recall you saying that it was the /spawn command, but I want to make sure I'm remembering right.

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

    OrangeJuiceUA

    Hi can you help me?
    I download it and install.
    Until I change permission file server works fine
    but after i edit it i have error on my server
    here is my permission file:
    groups:
    User:
    default: false
    info:
    prefix: '[[Player]]'
    suffix: ''
    build: true
    inheritance:
    permissions: - 'worldguard.region.claim'
    - 'worldguard.region.info.*'
    - 'worldguard.region.addmember.*'
    - 'worldguard.region.removemember.*'
    - 'worldedit.wand'
    - 'worldedit.selection.pos'
    - 'worldedit.selection.hpos'
    - 'worldedit.selection.expand'
    - 'worldedit.selection.expand'

    BTW i use R1.0
     
  6. Offline

    yaniv12

    Hello,

    i have 1.2.4 bukkit and i do this permissions

    groups:
    default:
    default: true
    permissions:
    - modifyworld.*
    Builder:
    prefix: '&a(Builder)&f'
    inheritance:
    - default
    permissions:
    - fake.fake
    - xauth.allow.player.chat
    - xauth.allow.player.interact
    - xauth.allow.player.move
    - xauth.allow.player.pickup
    - xauth.allow.block.break
    - xauth.allow.entity.damage
    - xauth.allow.entity.target
    - xauth.disallow.player.chat
    - xauth.disallow.player.interact
    - xauth.disallow.player.move
    - xauth.disallow.player.pickup
    - xauth.disallow.block.break
    - xauth.disallow.entity.damage
    - xauth.disallow.entity.target
    - myhome.home.basic.home
    - myhome.home.basic.set
    - myhome.home.basic.delete
    - lockette.user.create.*
    - admincmd.spawn.tp
    - '*'
    Owner:
    prefix: '&c(Owner)&7'
    inheritance:
    - default
    permissions:
    - xauth.allow.player.chat
    - xauth.allow.player.interact
    - xauth.allow.player.move
    - xauth.allow.player.pickup
    - xauth.allow.block.break
    - xauth.allow.entity.damage
    - xauth.allow.entity.target
    - xauth.disallow.player.chat
    - xauth.disallow.player.interact
    - xauth.disallow.player.move
    - xauth.disallow.player.pickup
    - xauth.disallow.block.break
    - xauth.disallow.entity.damage
    - xauth.disallow.entity.target
    - worldguard.region.define
    - worldguard.region.redefine.own
    - worldguard.region.redefine.member
    - worldguard.region.redefine
    - worldguard.region.claim
    - worldguard.region.select.own.*
    - worldguard.region.select.own.<region>
    - worldguard.region.select.member.*
    - worldguard.region.select.member.
    - worldguard.region.select.*
    - worldguard.region.select.<region>
    - worldguard.region.info.own
    - worldguard.region.info.member
    - worldguard.region.info
    - worldguard.region.addowner.own.*
    - worldguard.region.addowner.member.*
    - worldguard.region.addowner.*
    - worldguard.region.removeowner.own.*
    - worldguard.region.removeowner.member.*
    - worldguard.region.removeowner.*
    - worldguard.region.addmember.own.*
    - worldguard.region.addmember.member.*
    - worldguard.region.addmember.*
    - worldguard.region.removemember.own.*
    - worldguard.region.removemember.member.*
    - worldguard.region.removemember.*
    - worldguard.region.flag.regions.own.*
    - worldguard.region.flag.regions.own.<region>
    - worldguard.region.flag.regions.member.*
    - worldguard.region.flag.regions.member.
    - worldguard.region.flag.regions.*
    - worldguard.region.flag.regions.<region>
    - worldguard.region.flag.flags.<flag>.*
    - worldguard.region.flag.flags.*
    - worldguard.region.remove.own.*
    - worldguard.region.remove.own.<region>
    - worldguard.region.remove.member.*
    - worldguard.region.remove.member.<region>
    - worldguard.region.remove.*
    - worldguard.region.remove.<region>
    - worldedit.generation.sphere
    - worldedit.generation.sphere
    - worldedit.generation.cylinder
    - worldedit.generation.cylinder
    - lockette.admin.break
    - lockette.admin.create.*
    - banhammer.ban
    - banhammer.ban.*
    - banhammer.kick
    - admincmd.time.set
    - admincmd.time.day
    - admincmd.time.pause
    - admincmd.item.add
    - admincmd.item.add.other
    - admincmd.item.drop
    - admincmd.item.drop.other
    - admincmd.item.blacklist
    - admincmd.item.more
    - admincmd.item.repair
    - admincmd.item.repairall
    - admincmd.item.repairall.other
    - admincmd.item.color
    - admincmd.item.alias
    - admincmd.item.kit.*
    - admincmd.item.kit.<kit_name>
    - admincmd.item.kithelp
    - admincmd.player.list
    - admincmd.player.loc
    - admincmd.player.loc.other
    - admincmd.player.heal
    - admincmd.player.heal.other
    - admincmd.player.kill
    - admincmd.player.kill.other
    - admincmd.player.clear
    - admincmd.player.clear.other
    - admincmd.player.kick
    - admincmd.player.kickall
    - admincmd.player.msg
    - admincmd.player.spymsg
    - admincmd.player.ip
    - admincmd.player.ip.other
    - admincmd.player.mute
    - admincmd.player.ban
    - admincmd.player.freeze
    - admincmd.player.invisible
    - admincmd.player.invisible.other
    - admincmd.player.np
    - admincmd.player.np.other
    - admincmd.player.afk
    - admincmd.player.roll
    - admincmd.player.god
    - admincmd.player.god.other
    - admincmd.player.fly
    - admincmd.player.fireball
    - admincmd.player.fireball.other
    - admincmd.player.vulcan
    - admincmd.player.vulcan.other
    - admincmd.player.superbreaker
    - admincmd.player.played
    - admincmd.player.eternal
    - admincmd.player.eternal.other
    - admincmd.player.fakequit
    - admincmd.player.fakequit.other
    - admincmd.player.feed
    - admincmd.player.feed.other
    - admincmd.player.gamemode
    - admincmd.player.gamemode.other
    - admincmd.player.whois
    - admincmd.player.whois.other
    - admincmd.player.reply
    - admincmd.player.pres
    - admincmd.player.pres.other
    - admincmd.player.experience
    - admincmd.player.experience.other
    - admincmd.player.fly.allowed
    - admincmd.tp.to
    - admincmd.tp.here
    - admincmd.tp.players
    - admincmd.tp.location
    - admincmd.tp.see
    - admincmd.tp.back
    - admincmd.tp.toggle.use
    - admincmd.tp.toggle.allow
    - admincmd.tp.toggle.*
    - admincmd.tp.home
    - admincmd.weather.clear
    - admincmd.weather.storm
    - admincmd.weather.rain
    - admincmd.weather.freeze
    - admincmd.weather.thor
    - admincmd.weather.thor.other
    - admincmd.weather.strike
    - admincmd.weather.strike.other
    - admincmd.warp.tp
    - admincmd.warp.create
    - admincmd.warp.tp.other
    - admincmd.warp.tp.all
    - admincmd.spawn.set
    - admincmd.spawn.tp
    users:
    Sysnox:
    group:
    -Owner

    ------------------------------------------------------------------------------

    and i get this error...
    10:49:39 [INFO] [PermissionsEx] sql backend registered!
    10:49:39 [INFO] [PermissionsEx] file backend registered!
    10:49:39 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    10:49:39 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.1
    10:49:39 [INFO] [PermissionsEx] Initializing file backend
    10:49:39 [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:53)
    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 194, column 1:

    ^

    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 194, column 1:

    ^

    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$ParseBlockMappingKey.produce(Par
    serImpl.java:563)
    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.composeMappingNode(Composer.java
    :230)
    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
    10:49:39 [INFO] [Modifyworld] Loading Modifyworld v1.19
    10:49:39 [INFO] [ChatManager] Loading ChatManager v1.19
    10:49:39 [INFO] Preparing level "world"
    10:49:39 [INFO] Default game type: 0
    10:49:39 [INFO] Preparing start region for level 0 (Seed: 1316660981698505952)
    10:49:40 [INFO] Preparing start region for level 1 (Seed: 1316660981698505952)
    10:49:40 [INFO] Preparing spawn area: 69%
    10:49:40 [INFO] Preparing start region for level 2 (Seed: 1316660981698505952)
    10:49:40 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.1
    10:49:40 [INFO] [PermissionsEx] Superperms support enabled.
    10:49:40 [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:381)
    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)
    10:49:40 [INFO] [Modifyworld] Enabling Modifyworld v1.19
    10:49:40 [SEVERE] [Modifyworld] PermissionsEx not found, disabling
    10:49:40 [INFO] [Modifyworld] Disabling Modifyworld v1.19
    10:49:40 [INFO] [Modifyworld] Modifyworld disabled!
    10:49:40 [INFO] [ChatManager] Enabling ChatManager v1.19
    10:49:40 [SEVERE] [ChatManager] PermissionsEx not found, disabling
    10:49:40 [INFO] [ChatManager] Disabling ChatManager v1.19
    10:49:40 [INFO] [ChatManager] ChatManager disabled!
    10:49:40 [INFO] Server permissions file permissions.yml is empty, ignoring it
    10:49:41 [INFO] Done (1.638s)! For help, type "help" or "?"
    10:49:43 [INFO] /10.0.0.1:61379 lost connection
    10:49:45 [WARNING] [PermissionsEx] Failed to inject own Permissible
    10:49:45 [SEVERE] java.lang.RuntimeException: Permissions manager is not accessa
    ble. Is the PermissionsEx plugin enabled?
    10:49:45 [SEVERE] at ru.tehkode.permissions.bukkit.PermissionsEx.getPermis
    sionManager(PermissionsEx.java:148)
    10:49:45 [SEVERE] at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.inject(PermissiblePEX.java:87)
    10:49:45 [SEVERE] at ru.tehkode.permissions.bukkit.BukkitPermissions.updat
    ePermissions(BukkitPermissions.java:117)
    10:49:45 [SEVERE] at ru.tehkode.permissions.bukkit.BukkitPermissions$Event
    Listener.onPlayerLogin(BukkitPermissions.java:132)
    10:49:45 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M
    ethod)
    10:49:45 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown S
    ource)
    10:49:45 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unkno
    wn Source)
    10:49:45 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source)
    10:49:45 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(Jav
    aPluginLoader.java:301)
    10:49:45 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:62)
    10:49:45 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:459)
    10:49:45 [SEVERE] at net.minecraft.server.ServerConfigurationManager.attem
    ptLogin(ServerConfigurationManager.java:226)
    10:49:45 [SEVERE] at net.minecraft.server.NetLoginHandler.b(NetLoginHandle
    r.java:102)
    10:49:45 [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandle
    r.java:41)
    10:49:45 [SEVERE] at net.minecraft.server.NetworkListenThread.a(NetworkLis
    tenThread.java:61)
    10:49:45 [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServe
    r.java:554)
    10:49:45 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:452)
    10:49:45 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:490)
    10:49:45 [INFO] Sysnox [/10.0.0.1:61386] logged in with entity id 391 at ([world
    ] 193.2906952416265, 62.0, 323.87878223566105)
    10:49:45 [SEVERE] java.lang.RuntimeException: Permissions manager is not accessa
    ble. Is the PermissionsEx plugin enabled?
    10:49:45 [SEVERE] at ru.tehkode.permissions.bukkit.PermissionsEx.getPermis
    sionManager(PermissionsEx.java:148)
    10:49:45 [SEVERE] at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(P
    ermissionsEx.java:155)
    10:49:45 [SEVERE] at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.performCheck(PermissiblePEX.java:124)
    10:49:45 [SEVERE] at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.checkPermission(PermissiblePEX.java:110)
    10:49:45 [SEVERE] at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.hasPermission(PermissiblePEX.java:102)
    10:49:45 [SEVERE] at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPer
    mission(CraftHumanEntity.java:102)
    10:49:45 [SEVERE] at org.bukkit.craftbukkit.CraftServer.onPlayerJoin(Craft
    Server.java:1133)
    10:49:45 [SEVERE] at net.minecraft.server.ServerConfigurationManager.c(Ser
    verConfigurationManager.java:139)
    10:49:45 [SEVERE] at net.minecraft.server.NetLoginHandler.b(NetLoginHandle
    r.java:129)
    10:49:45 [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandle
    r.java:41)
    10:49:45 [SEVERE] at net.minecraft.server.NetworkListenThread.a(NetworkLis
    tenThread.java:61)
    10:49:45 [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServe
    r.java:554)
    10:49:45 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:452)
    10:49:45 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:490)
    10:49:45 [INFO] Disconnecting Sysnox [/10.0.0.1:61386]: Internal server error
    10:49:45 [WARNING] Failed to handle packet: java.lang.RuntimeException: Permissi
    ons manager is not accessable. Is the PermissionsEx plugin enabled?
    java.lang.RuntimeException: Permissions manager is not accessable. Is the Permis
    sionsEx plugin enabled?
    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(Perm
    issionsEx.java:148)
    at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.jav
    a:155)
    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.isPermissionS
    et(PermissiblePEX.java:202)
    at org.bukkit.permissions.PermissibleBase.hasPermission(PermissibleBase.
    java:71)
    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermissi
    on(PermissiblePEX.java:113)
    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission
    (PermissiblePEX.java:102)
    at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHum
    anEntity.java:102)
    at org.bukkit.craftbukkit.CraftServer.onPlayerJoin(CraftServer.java:1133
    )
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfiguration
    Manager.java:139)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:129)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:41)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:6
    1)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
     
  7. Offline

    AlphaTech1

    Ok here it is.

    users:
    xdawhite_chapelx:
    group:
    - Owner
    milo1027:
    group:
    - Co-owner
    skilledtokill:
    group:
    - Co-owner
    jackboy1991:
    group:
    - Moderator
    Pieman42100:
    group:
    - Head-Admin
    coconuts69:
    group:
    - Admin
    JamesHax:
    group:
    - Moderator
    sdstockton:
    group:
    - Admin
    coconutz69:
    group:
    - Co-owner
    Redstar4198:
    group:
    - Co-owner
    awesomer36:
    group:
    - Moderator
    holypewp:
    group:
    - Moderator
    krumminn:
    group:
    - Admin
    pieman12400:
    group:
    - Admin
    ChattiestGolem4:
    group:
    - Head-Admin
    Piem42100:
    group:
    - Head-Admin
    MeepDarknessMeep:
    group:
    - Builder
    groups:
    Member:
    default: true
    prefix: '&b[Member] '
    permissions:
    - factions.kit.fullplayer'
    - HomeX.*'
    - teleport.users'
    - warpy.warp
    - teleport.users
    - essentials.spawn
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.msg
    - essentials.suicide
    - essentials.suicide
    - essentials.sethome
    - essentials.home
    - essentials.sethome.multiple
    - mobarena.use.join
    - mobarena.use.leave
    - mobarena.use.spectate
    - mobarena.use.arenalist
    - mobarena.use.playerlist
    options:
    rank: '2'
    Builder:
    prefix: '&1[Builder] '
    permissions:
    - factions.kit.fullplayer'
    - HomeX.*'
    - teleport.users'
    - warpy.warp
    - teleport.users
    - essentials.spawn
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.msg
    - essentials.suicide
    - essentials.suicide
    - essentials.sethome
    - essentials.home
    - essentials.sethome.multiple
    - mobarena.use.join
    - mobarena.use.leave
    - mobarena.use.spectate
    - mobarena.use.arenalist
    - mobarena.use.playerlist
    options:
    rank: '1'
    Moderator:
    prefix: '&4[Mod] '
    permissions:
    - factions.kit.mod
    - teleport.mods
    - banhammer.kick
    - Troll.*
    - warpy.*
    - teleport.users
    inheritance:
    - Member
    Admin:
    prefix: '&3[Admin]&6 '
    permissions:
    - '*'
    inheritance:
    - Moderator
    Head-Admin:
    prefix: '&3[Head-Admin]&4'
    permissions:
    - '*'
    inheritance:
    - Admin
    Co-owner:
    prefix: '&4[Co-Owner]&3 '
    permissions:
    - '*'
    inheritance:
    - Head-Admin
    Owner:
    prefix: '&5[Owner]&0 '
    inheritance:
    - Co-owner
    and yes my members, builders, and mods can't use /spawn /home or /sethome
     
  8. Offline

    pedrorubster

    So here it's my permissions.yml file! What's wrong with that? Can you help me?

    Thanks,
    pedrorubster
     
  9. Offline

    Wehttam664

    I added one space before 'admin:' and it worked. I guess it's helpful. Thanks.:)
     
  10. Offline

    xLiaMz

    Ok, So i got this error? Can someone please help!???

    http://pastebin.com/GCSv5sHi

    Ive checked it out in YAML Parser and that and its giving me this:

    mapping values are not allowed here
    in "<unicode string>", line 1, column 19:
    groups: D-Prisoner:

    I dont have to get rid of all the colons do I? - The ^ = below the :

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

    Lynxdragon

    Use the code AND Spoiler guys, Im not going to bother helping you if you dont help my eyes.
    Show Spoiler
    Code:
    Seriously guys like this, Its not hard
     
  12. Offline

    AlphaTech1

    Ok well my problem is that my players can't use /spawn /home /sethome or /warp
    Heres my permissions
    Code:
    users:
      xdawhite_chapelx:
        group:
        - Owner
      milo1027:
        group:
        - Co-owner
      skilledtokill:
        group:
        - Co-owner
      jackboy1991:
        group:
        - Moderator
      Pieman42100:
        group:
        - Head-Admin
      coconuts69:
        group:
        - Admin
      JamesHax:
        group:
        - Moderator
      sdstockton:
        group:
        - Admin
      coconutz69:
        group:
        - Co-owner
      Redstar4198:
        group:
        - Co-owner
      awesomer36:
        group:
        - Moderator
      holypewp:
        group:
        - Moderator
      krumminn:
        group:
        - Admin
      pieman12400:
        group:
        - Admin
      ChattiestGolem4:
        group:
        - Head-Admin
      Piem42100:
        group:
        - Head-Admin
      MeepDarknessMeep:
        group:
        - Builder
    groups:
      Member:
        default: true
        prefix: '&b[Member] '
        permissions:
        - 'factions.kit.fullplayer'
        - 'HomeX.*'
        - 'teleport.users'
        - 'warpy.warp'
        - 'teleport.users'
        - 'essentials.spawn'
        - 'essentials.tpa'
        - 'essentials.tpaccept'
        - 'essentials.tpdeny'
        - 'essentials.msg'
        - 'essentials.suicide'
        - 'essentials.suicide'
        - 'essentials.sethome'
        - 'essentials.home'
        - 'essentials.sethome.multiple'
        - 'mobarena.use.join'
        - 'mobarena.use.leave'
        - 'mobarena.use.spectate'
        - 'mobarena.use.arenalist'
        - 'mobarena.use.playerlist'
        - 'essentials.warp'
        - 'essentials.warp.list'
        - 'essentials.rules'
        options:
          rank: '2'
      Builder:
        prefix: '&1[Builder] '
        permissions:
        - 'factions.kit.fullplayer'
        - 'HomeX.*'
        - 'teleport.users'
        - 'warpy.warp'
        - 'teleport.users'
        - 'essentials.spawn'
        - 'essentials.tpa'
        - 'essentials.tpaccept'
        - 'essentials.tpdeny'
        - 'essentials.msg'
        - 'essentials.suicide'
        - 'essentials.suicide'
        - 'essentials.sethome'
        - 'essentials.home'
        - 'essentials.sethome.multiple'
        - 'mobarena.use.join'
        - 'mobarena.use.leave'
        - 'mobarena.use.spectate'
        - 'mobarena.use.arenalist'
        - 'mobarena.use.playerlist'
        - 'essentials.warp'
        - 'essentials.warp.list'
        - 'essentials.rules'
        options:
          rank: '1'
      Moderator:
        prefix: '&4[Mod] '
        permissions:
        - 'factions.kit.mod'
        - 'teleport.mods'
        - 'banhammer.kick'
        - 'Troll.*'
        - 'warpy.*'
        - 'teleport.users'
        inheritance:
        - Builder
      Admin:
        prefix: '&3[Admin]&6 '
        permissions:
        - '*'
        inheritance:
        - Moderator
      Head-Admin:
        prefix: '&3[Head-Admin]&4'
        permissions:
        - '*'
        inheritance:
        - Admin
      Co-owner:
        prefix: '&4[Co-Owner]&3 '
        permissions:
        - '*'
        inheritance:
        - Head-Admin
      Owner:
        prefix: '&5[Owner]&0 '
        inheritance:
        - Co-owner
     
  13. Offline

    stickeric


    Try to use it without ' ' like:

    - essentials.home
     
  14. Offline

    PixelBurst

    Thanks for the plugin, works great!

    Godmode for PEX editing = Notepad++ ;)
     
  15. Offline

    AlphaTech1

    I did that before and it still didn't work so i thought the '' would help

    Can anyone help me?

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

    xLiaMz

    Ok, some of my commands are not working due to the permissions? Such as /kit guard, can you please help me fix this? Theres no errors, so what should I do?

    Code:
    groups:
      D-Prisoner:
        default: false
        prefix: '&8 [Cheap-Slut]&f '
        permissions:
        - essentials.signs.use.disposal
        - iConomy.plus
        - essentials.kit.pick
        - essentials.kit
        - ChestShop.shop.buy
        - ChestShop.shop.sell
      C-Prisoner:
        default: true
        prefix: '&e [Fresh-Meat]&f '
        permissions:
        - buttonwarp.use
        - essentials.suicide
        - essentials.signs.use.disposal
        - essentials.msg
        - giftpost.chest.upgrade
        - giftpost.chest.open
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - ChestShop.shop.create
        - simpleregionmarket.rent
        - simpleregionmarket.sell
        - simpleregionmarket.buy
        - essentials.signs.use.warp
        - essentials.warp.Trade_District
        - essentials.warp.C_Bank
        - essentials.warp.C_Out
        - essentials.warp.C_Spawn
        - essentials.warp.Event_Room
        - essentials.warp.Guard_Testing
        - essentials.warp.Egg_Room
        - essentials.warp.Event
      B-Prisoner:
        default: false
        prefix: '&2 [Prisoner]&f '
        permissions:
        - essentials.warp.B_Bank
        - essentials.warp.B_Spawn
        inheritance:
        - C-Prisoner
      A-Prisoner:
        default: false
        prefix: '&3 [Adv-Prisoner]&f '
        permissions:
        - essentials.warp.MobAIn
        - essentials.warp.MobAOut
        - essentials.warp.A_Spawn
        - essentials.warp.A_Bank
        inheritance:
        - B-Prisoner
      Elite:
        default: false
        prefix: '&5 [Elite-Prisoner]&f '
        permissions:
        - essentials.warp.Elite_Spawn
        - essentials.warp.Elite_Bank
        inheritance:
        - A-Prisoner
      Free:
        default: false
        prefix: '&d [Released]&f '
        permissions:
        - essentials.sethome
        - essentials.home
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.warp.Free_Spawn
        - essentials.warp.Free_Bank
        inheritance:
        - Elite
      TraineeGuard:
        default: false
        prefix: '&1 [Trainee&bGuard]&f '
        permissions:
        - essentials.kit.guard
        - essentials.kit.food
        - essentials.kit
        - essentials.togglejail
        - essentials.warp.Guard_Block
        inheritance:
        - C-Prisoner
      Guard:
        default: false
        prefix: '&1 [Guard]&f '
        permissions:
        inheritance:
        - C-Prisoner
        - TraineeGuard
      AlphaGuard:
        default: false
        prefix: '&f [&1Alpha&fGuard] '
        suffix: '&6'
        permissions:
        - essentials.kit.sguard
        - essentials.jail.exempt
        - essentials.togglejail.offline
        - essentials.spawn
        - essentials.tp
        - essentials.mute
        - essentials.broadcast
        - serversigns.use
        - essentials.tphere
        - essentials.tempban
        - essentials.kick
        - essentials.signs.use.time
        inheritance:
        - Guard
        - Elite
      Warden:
        prefix: '&6 [Warden]&f '
        suffix: '&6'
        permissions:
        - '*'
      Owner:
        prefix: '&4 [Governor] '
        suffix: '&6'
        permissions:
        - '*'
    users:
      xLiaMzz:
        group:
        - Owner
      alba10:
        group:
        - Warden
      chukonu:
        group:
        - Guard
    
     
  17. Offline

    Zero_Burn

    I have been trying to get my gamemode to work with my admins without having to give them op status ( I am not very trusting...) and I put

    - bukkit.command.gamemode

    under permissions for Admins but I can't seem to get it to work... I copied/pasted my permissions.yml into the parser but I couldn't tell if anything was wrong, I didn't get any errors and I don't when I boot up my server.

    My permissions.yml:
    Show Spoiler

    Code:
    groups:
      Default:
        default: true
        prefix: '[Guest]'
        suffix: ''
        permissions:
        - bukkit.command.list
        - bukkit.command.help
        - -bukkit.command.version
        - -bukkit.command.plugins
        - essentials.spawn
      Trusted:
        prefix: '[Member]'
        suffix: ''
        permissions:
        - bukkit.command.version
        - bukkit.command.plugins
        - essentials.balance
        - essentials.sethome
        - essentials.home
        - essentials.tpa
        - essentials.tpaccept
        - essentials.warp
        - essentials.signs.color
        - essentials.warp.list
        - chatmanager.chat.color
        - chestshop.shop.*
        - iConomy.help
        - iConomy.holdings
        - iConomy.payment
        - lwc.protect
        - adminstatus.dutylist
        - mcftpromotions.checkrank
        - repairshop.create.*
        - repairshop.use
        - jobs.use
        - dropchest
        - dropchest.create
        - dropchest.remove
        - dropchest.filter
        - dropchest.list
        - autoreplace
        inheritance:
        - Default
      Moderator:
        prefix: '[Mod]'
        suffix: ''
        permissions:
        - bukkit.command.kick
        - bukkit.command.ban.*
        - bukkit.command.unban.*
        - nocheat.checks.moving.*
        - essentials.bigtree
        - essentials.break
        - essentials.feed.*
        - essentials.give.*
        - essentials.balance.*
        - essentials.kick
        - essentials.mute
        - essentials.ping
        - essentials.tempban
        - essentials.sethome.multiple.vip
        - essentials.protect.ownerinfo
        - chatmanager.*
        - chestshop.mod
        - iConomy.holdings.others
        inheritance:
        - Trusted
      Admin:
        prefix: '[Admin]'
        suffix: ''
        permissions:
        - -nocheat.*
        - bukkit.command.gamemode
        - nocheat.checks.moving.*
        - nocheat.admin.*
        - adminstatus.onduty
        - adminstatus.offduty
        - chestshop.admin
        - lwc.mod
        - essentials.break.*
        - essentials.enchant.*
        - essentials.gamemode.*
        - essentials.god.*
        - essentials.heal.*
        - essentials.kit.*
        - essentials.clearinventory.*
        - -iconomy.accounts.purge
        - -iconomy.accounts.empty
        - iconomy.accounts.*
        - mcftpromotions.trusted
        - repairshop.adminshop
        - worldguard.*
        - worldedit.*
        - jobs.*
        - dropchest.*
        inheritance:
        - Moderator
      Owner:
        prefix: '[Owner]'
        suffix: ''
        permissions:
        - '*'
        - lwc.admin
        inheritance:
        - Admin
    users:
      [player name]:
        group:
        - Admin
      [player name]:
        group:
        - Admin
      [player name]:
        group:
        - Admin
    
     
  18. Offline

    gigsta12

    same with me i game my players commands like spawn, warp, home stuff like that and it says u do not hace access to that command would be great if someone could help
     
  19. Offline

    adamjakma

    PEOPLE CANT TALK IN MY SERVER BECAUSE OF THIS PLUGIN, HOW DO I FIX THIS??? *important*
     
  20. Offline

    der_robert

    If you have activated modifyworld you must give your users this permission -> "modifyworld.chat"

    or "modifyworld.*" for all these rights -> https://github.com/PEXPlugins/PermissionsEx/wiki/Modifyworld

    or you disable modifyworld -> plugins/Modifyworld -> config.yml -> 1. line -> enable: true -> enable: false
     
  21. Offline

    adamjakma

    Why cant people talk in my server? what do i have to do? add a node or disable something?? *HELP*
     
  22. Offline

    der_robert

    Read the post above yours -.-
     
  23. Offline

    Royal_Soda

    t3hk0d3
    hmm.. It seems I am not able to use "/say" in-game nor on the console. It runs an error on the console when I use it, even though the server does not display a message. Although I could not copy the entire error, here is what I could copy:
    Code:
    >say hi
    16:17:15 [SEVERE] java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    16:17:15 [SEVERE]       at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:148)
    16:17:15 [SEVERE]       at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:155)
    16:17:15 [SEVERE]       at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.performCheck(PermissiblePEX.java:124)
    16:17:15 [SEVERE]       at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:110)
    16:17:15 [SEVERE]       at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:102)
    16:17:15 [SEVERE]       at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:102)
    16:17:15 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.broadcast(CraftServer.java:962)
    16:17:15 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.broadcastMessage(CraftServer.java:322)
    16:17:15 [SEVERE]       at org.bukkit.Bukkit.broadcastMessage(Bukkit.java:122)
    16:17:15 [SEVERE]       at org.bukkit.command.defaults.SayCommand.execute(SayCommand.java:37)
    16:17:15 [SEVERE]       at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    16:17:15 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:473)
    16:17:15 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:469)
    16:17:15 [SEVERE]       at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:599)
    16:17:15 [SEVERE]       at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:568)
    16:17:15 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    16:17:15 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    16:17:15 [WARNING] Unexpected exception while parsing console command
    org.bukkit.command.CommandException: Unhandled exception executing 'say hi' in org.bukkit.command.defaults.SayCommand@172d40de
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:170)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:473)
            at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:469)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:599)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:568)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
            at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:148)
            at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:155)
            at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.isPermissionSet(PermissiblePEX.java:202)
            at org.bukkit.permissions.PermissibleBase.hasPermission(PermissibleBase.java:71)
            at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:113)
            at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:102)
            at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:102)
            at org.bukkit.craftbukkit.CraftServer.broadcast(CraftServer.java:962)
            at org.bukkit.craftbukkit.CraftServer.broadcastMessage(CraftServer.java:322)
            at org.bukkit.Bukkit.broadcastMessage(Bukkit.java:122)
            at org.bukkit.command.defaults.SayCommand.execute(SayCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
            ... 6 more
    
     
  24. Offline

    adamjakma

    oh sorry bro i didnt see, it worked and thanks for the help <3 come join in on the rp fun @ 72.136.228.54:25565
     
  25. If it's fine until you edit it, chances are you are not formatting it correctly. Please post your permissions to pastie or pastebin and put the link here. Your posting your permissions here without code tags ruined the critical formatting.

    You are editing the permissions file by hand and adding tabs to the file, that's what that error means. You can't have tabs in the YAML file format that PEX uses.

    https://github.com/PEXPlugins/PermissionsEx/wiki/Pex-basics#wiki-pex-yaml-notes
    https://github.com/PEXPlugins/PermissionsEx/wiki/Troubleshooting-and-FAQ#wiki-pex-error-tab

    This seems to be happening after a /reload is issued to the server. Are you using that command?

    Alpha, relax. The forum isn't monitored 24/7. Give wait an hour or so at least before asking again. Ten minutes is not enough time. :)

    Anyway, I tried your permissions with the current version of essentials (shudder), and this is what I got:

    Show Spoiler

    Code:
    00:02:03 [INFO] [PLAYER_COMMAND] bacon_avenger: /sethome
    00:02:03 [INFO] User bacon_avenger checked for "essentials.mail", no permission found
    00:02:03 [INFO] User bacon_avenger checked for "essentials.sethome", "essentials.sethome" found
    00:02:03 [INFO] User bacon_avenger checked for "essentials.nocommandcost.all", no permission found
    00:02:03 [INFO] User bacon_avenger checked for "essentials.nocommandcost.sethome", no permission found
    00:02:03 [INFO] User bacon_avenger checked for "essentials.nocommandcost.all", no permission found
    00:02:03 [INFO] User bacon_avenger checked for "essentials.nocommandcost.sethome", no permission found
    00:02:03 [INFO] User bacon_avenger checked for "essentials.eco.loan", no permission found
    00:02:09 [INFO] [PLAYER_COMMAND] bacon_avenger: /home
    00:02:09 [INFO] User bacon_avenger checked for "essentials.mail", no permission found
    00:02:09 [INFO] User bacon_avenger checked for "essentials.home", "essentials.home" found
    00:02:09 [INFO] User bacon_avenger checked for "essentials.nocommandcost.all", no permission found
    00:02:09 [INFO] User bacon_avenger checked for "essentials.nocommandcost.home", no permission found
    00:02:09 [INFO] User bacon_avenger checked for "essentials.nocommandcost.all", no permission found
    00:02:09 [INFO] User bacon_avenger checked for "essentials.nocommandcost.home", no permission found
    00:02:09 [INFO] User bacon_avenger checked for "essentials.nocommandcost.all", no permission found
    00:02:09 [INFO] User bacon_avenger checked for "essentials.nocommandcost.home", no permission found
    00:02:09 [INFO] User bacon_avenger checked for "essentials.nocommandcost.all", no permission found
    00:02:09 [INFO] User bacon_avenger checked for "essentials.nocommandcost.home", no permission found
    00:02:09 [INFO] User bacon_avenger checked for "essentials.eco.loan", no permission found
    00:02:12 [INFO] [PLAYER_COMMAND] bacon_avenger: /warp
    00:02:12 [INFO] User bacon_avenger checked for "essentials.mail", no permission found
    00:02:12 [INFO] User bacon_avenger checked for "essentials.warp", "essentials.warp" found
    00:02:12 [INFO] User bacon_avenger checked for "essentials.nocommandcost.all", no permission found
    00:02:12 [INFO] User bacon_avenger checked for "essentials.nocommandcost.warp", no permission found
    00:02:12 [INFO] User bacon_avenger checked for "essentials.warp.list", "essentials.warp.list" found
    >pex user bacon_avegner
    00:02:34 [INFO] [PermissionsEx] User bacon_avegner initialized
    00:02:34 [INFO] bacon_avegner are member of:
    00:02:34 [INFO]    Member (rank 2 @ default)
    00:02:34 [INFO] bacon_avegner's permissions:
    00:02:34 [INFO]    factions.kit.fullplayer (from Member)
    00:02:34 [INFO]    HomeX.* (from Member)
    00:02:34 [INFO]    teleport.users (from Member)
    00:02:34 [INFO]    warpy.warp (from Member)
    00:02:34 [INFO]    teleport.users (from Member)
    00:02:34 [INFO]    essentials.spawn (from Member)
    00:02:34 [INFO]    essentials.tpa (from Member)
    00:02:34 [INFO]    essentials.tpaccept (from Member)
    00:02:34 [INFO]    essentials.tpdeny (from Member)
    00:02:34 [INFO]    essentials.msg (from Member)
    00:02:34 [INFO]    essentials.suicide (from Member)
    00:02:34 [INFO]    essentials.suicide (from Member)
    00:02:34 [INFO]    essentials.sethome (from Member)
    00:02:34 [INFO]    essentials.home (from Member)
    00:02:34 [INFO]    essentials.sethome.multiple (from Member)
    00:02:34 [INFO]    mobarena.use.join (from Member)
    00:02:34 [INFO]    mobarena.use.leave (from Member)
    00:02:34 [INFO]    mobarena.use.spectate (from Member)
    00:02:34 [INFO]    mobarena.use.arenalist (from Member)
    00:02:34 [INFO]    mobarena.use.playerlist (from Member)
    00:02:34 [INFO]    essentials.warp (from Member)
    00:02:34 [INFO]    essentials.warp.list (from Member)
    00:02:34 [INFO]    essentials.rules (from Member)
    00:02:34 [INFO] bacon_avegner's options:


    Simply put, I wasn't able to reproduce any problems with PEX 1.19.1, essentials 2.9.1 and the recommended build for bukkit 1.2.4.

    Try turning on debug and see what it sees.

    Turn on debug and see what it sees? I tried your permissions on a test server and I had no problems using the kit command.

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

    prizna

    I want one of my groups to only be able to open doors but not place/break blocks, I have added the:

    modifyworld.blocks.interact.324

    but the group can not open wooden doors, is there an extra permission that I need to add? I have also added the:

    modifyworld.blocks.interact.*

    and can still not use any levers, chests or doors.
     
  27. Offline

    TurboAtomic

    We like it, we use it. It were nice to set the version to the filename.
     
  28. For some reason, wooden doors and a few other blocks are showing up in the checks with their metadata (I think it's something about how minecraft changed for the 1.2 update). Add :* to the end of the node for those things that are not working.

    Code:
    02:39:40 [INFO] User bacon_avenger checked for "modifyworld.blocks.interact.64:9", "*" found
    That would be nice to have out of the archive, wouldn't it? :) But you can rename them without problems.

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

    prizna

    As mentioned in my question, I have already tried "modifyworld.blocks.interact.*" and it still not working, to be able to interact with anything i need to use "modifyworld.*" this leads me to believe that "modifyworld.blocks.interact" is not the correct permision node.
     
  30. Offline

    xLiaMz

    Ok now I get this error - Permissions Manager is not accessible. is the PermissionsEx Plugin Enabled?
    When i try to use /say (Something) & /broadcast (Something) Please Help!
     
  31. Are you using /reload?
     

Share This Page