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

    DwarvenRabbit

    I give my players this permission node; essentials.warp.Exit
    and they still don't have access to that command!! Help please!!
    ( also essentials.kit.* doesn't work )
     
  3. Snipes01 likes this.
  4. Offline

    t3hk0d3

    Default user group is not defined. Please select one using the "default: true" property
     
  5. Offline

    Gingerninjaprsn

    Hey, what's the permission node for blocking /gamemode (and /gm) and /reload for my server? Thanks!
     
  6. Offline

    Snipes01

     
  7. Offline

    Bazuka_Rulz

    Hi, i have been using your plugin and for some reason when i install it. This plugin blocks the ranks i have already set with groupmanager. I am hoping i can get a response with a answer to solve this cause i really still wanna use this permission system :) It blocks the prefix and colors for the rank and i think the rank overall
    Hope you can get back to me soon :)
     
  8. Offline

    PAL-18

    I have a question about this plugin, im currently using (broken) PermissionsBukkit and in it it has true and false statements. Some permissions are enabled by default, but i want them disabled on specific groups; How do i do that with this plugin?
     
  9. Offline

    colony88

    You just do it like this:
    Code:
    groups:
        example_group:
            permissions:
                - example.example
                - -example2.example2
    
    in which case "example2.example2" has been removed
     
  10. Offline

    lane

    Just a word of warning chatmanger doesn't work with the latest snapshot of bukkit R5
     
  11. Offline

    PAL-18

    Ah cool.

    Thanks!
     
  12. Offline

    Gingerninjaprsn

    Hey, what's the permission node for blocking /gamemode (and /gm) and /reload for my server? Thanks!
     
  13. Offline

    BrentonDewey

    i have a problem.... the yml is fully correct but when i launch the server it says the permissions.yml is empty ignoring it.
    i click on the yml file and it has everything in it. how do i fix it?
     
  14. Check here for the list:
    http://wiki.bukkit.org/CraftBukkit_commands

    Unless I'm misunderstanding you, you can't use groupmanager and PEX at the same time. You have to pick one permissions manager and use that.

    That line is for the permissions.yml in the main server directory, it can be ignored as PEX doesn't use that one.

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

    robbcap

    when i installed pex i i could not use /say or /broadcast from essentials help!
    ps:the prefixes dosent work eather
     
  16. Offline

    Cha0sPudd1ng

  17. Offline

    GODnWOLF

    Is it possible to permit the use of items from the balkon's weapon mod?
     
  18. Hmm...

    We need to see your modifyworld config.yml and your permissions.yml to see what might be causing these problems. Also, your server.log may give some clues as well.

    In theory it is. I've not seen any hard coded limits in PEX as far as item/block ID's go, but I've also never tried with with a modded version of bukkit.

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

    Masterflapdrol

    nice! is it possible to do this?
    worldedit.brush.*.~3 witch will make brushes have the maximum of 3? :eek:
    idono is it possible to do sutch thing?
     
  20. Offline

    rocket2913

    SOMEONE PLEASE HELP THIS IS URGENT!!!!! I host a public server and i went in too type a few perms nodes into my Ranks and when i went to start up my server there was a huge error!!! can somone please fin the error in my config down below and tell me what it is THANK YOU!! :)

    groups:
    Citizen:
    inheritance: null
    default: true
    permissions:
    - essentials.home
    - lwc.create
    - lwc.info
    - lwc.remove
    - lwc.unlock
    - lwc.modify
    - lwc.flag.*
    - essentials.motd
    - essentials.rules
    - essentials.sethome
    - essentials.list
    - essentials.msg
    - essentials.warp
    - essentials.me
    - essentials.help
    - essentials.sleep
    - essentials.portal
    - essentials.compass
    - essentials.spawn
    - essentials.tpdeny
    - essentials.tpaccept
    - essentials.tpa
    - essentials.tpahere
    - essentials.mail
    - essentials.ignore
    - essentials.afk
    - essentials.nether
    - iConomy.holdings
    - iConomy.payment
    - ctp.play
    - permissions.build
    prefix: '&f[&8Citizen]'
    suffix: '&f'
    VIP:
    inheritance: Citizen
    default: false
    permissions:
    - essentials.home
    - lwc.create
    - lwc.info
    - lwc.remove
    - lwc.unlock
    - lwc.modify
    - lwc.flag.*
    - essentials.motd
    - essentials.rules
    - essentials.sethome
    - essentials.list
    - essentials.msg
    - essentials.warp
    - essentials.me
    - essentials.help
    - essentials.sleep
    - essentials.portal
    - essentials.compass
    - essentials.spawn
    - essentials.tpdeny
    - essentials.tpaccept
    - essentials.tpa
    - essentials.tpahere
    - essentials.mail
    - essentials.ignore
    - essentials.afk
    - essentials.nether
    - iConomy.holdings
    - iConomy.payment
    - ctp.play
    - permissions.build
    - moving.runfly.allowlimitedflying
    prefix: '&a[VIP]'
    VIP+:
    inheritance: VIP
    default: false
    permissions:
    - essentials.home
    - lwc.create
    - lwc.info
    - lwc.remove
    - lwc.unlock
    - lwc.modify
    - lwc.flag.*
    - essentials.motd
    - essentials.rules
    - essentials.sethome
    - essentials.list
    - essentials.msg
    - essentials.warp
    - essentials.me
    - essentials.help
    - essentials.sleep
    - essentials.portal
    - essentials.compass
    - essentials.spawn
    - essentials.tpdeny
    - essentials.tpaccept
    - essentials.tpa
    - essentials.tpahere
    - essentials.mail
    - essentials.ignore
    - essentials.afk
    - essentials.nether
    - iConomy.holdings
    - iConomy.payment
    - ctp.play
    - permissions.build
    - moving.runfly.allowlimitedflying
    - essentials.heal
    - essentials.clearinventory
    - essentials.repair
    - essentials.repair.armor
    prefix: '&6[VIP+]'
    Builder:
    inheritance: VIP+
    default: false
    permissions:
    - essentials.home
    - essentials.motd
    - lwc.create
    - lwc.info
    - lwc.remove
    - lwc.unlock
    - lwc.modify
    - lwc.flag.*
    - essentials.rules
    - essentials.sethome
    - essentials.list
    - essentials.msg
    - essentials.warp
    - essentials.me
    - essentials.help
    - essentials.sleep
    - essentials.portal
    - essentials.compass
    - essentials.spawn
    - essentials.tpdeny
    - essentials.tpaccept
    - essentials.tpa
    - essentials.tpahere
    - essentials.mail
    - essentials.ignore
    - essentials.afk
    - essentials.nether
    - iConomy.holdings
    - iConomy.payment
    - ctp.play
    - permissions.build
    - essentials.repair
    - essentials.repair.armor
    - essentials.repair.enchanted
    - essentials.gamemode
    - essentials.god
    - essentials.back
    prefix: '&d[Builder]'
    suffix: '&f'
    Supporter:
    inheritance: Builder
    default: false
    permissions:
    - essentials.home
    - lwc.create
    - lwc.info
    - lwc.remove
    - lwc.unlock
    - lwc.modify
    - lwc.flag.*
    - essentials.motd
    - essentials.rules
    - essentials.sethome
    - essentials.list
    - essentials.msg
    - essentials.warp
    - essentials.me
    - essentials.help
    - essentials.sleep
    - essentials.portal
    - essentials.compass
    - essentials.spawn
    - essentials.tpdeny
    - essentials.tpaccept
    - essentials.tpa
    - essentials.tpahere
    - essentials.mail
    - essentials.ignore
    - essentials.afk
    - essentials.nether
    - iConomy.holdings
    - iConomy.payment
    - ctp.play
    - permissions.build
    prefix: '&1[Supporter]'
    suffix: '&f'
    Diamond:
    inheritance: Supporter
    default: false
    permissions:
    - essentials.powertool
    - essentials.powertool.append
    - signColours.*
    - essentials.home
    - lwc.create
    - lwc.info
    - lwc.remove
    - lwc.unlock
    - lwc.modify
    - lwc.flag.*
    - essentials.motd
    - essentials.rules
    - essentials.sethome
    - essentials.list
    - essentials.msg
    - essentials.warp
    - essentials.me
    - essentials.help
    - essentials.sleep
    - essentials.portal
    - essentials.compass
    - essentials.spawn
    - essentials.tpdeny
    - essentials.tpaccept
    - essentials.tpa
    - essentials.tpahere
    - essentials.mail
    - essentials.ignore
    - essentials.afk
    - essentials.nether
    - iConomy.holdings
    - iConomy.payment
    - ctp.play
    - permissions.build
    prefix: '&3[Diamond]'
    suffix: '&f'
    Overlord:
    inheritance: Diamond
    default: false
    permissions:
    - essentials.tp
    - essentials.item
    - essentials.home
    - lwc.create
    - lwc.info
    - lwc.remove
    - lwc.unlock
    - lwc.modify
    - lwc.flag.*
    - essentials.motd
    - essentials.rules
    - essentials.sethome
    - essentials.list
    - essentials.msg
    - essentials.warp
    - essentials.me
    - essentials.help
    - essentials.sleep
    - essentials.portal
    - essentials.compass
    - essentials.spawn
    - essentials.tpdeny
    - essentials.tpaccept
    - essentials.tpa
    - essentials.tpahere
    - essentials.mail
    - essentials.ignore
    - essentials.afk
    - essentials.nether
    - iConomy.holdings
    - iConomy.payment
    - ctp.play
    - permissions.build
    prefix: '&5[Overlord]'
    suffix: '&f'
    King:
    inheritance: Overlord
    default: false
    permissions:
    - essentials.home
    - lwc.create
    - lwc.info
    - lwc.remove
    - lwc.unlock
    - lwc.modify
    - lwc.flag.*
    - essentials.motd
    - essentials.rules
    - essentials.sethome
    - essentials.list
    - essentials.msg
    - essentials.warp
    - essentials.me
    - essentials.help
    - essentials.sleep
    - essentials.portal
    - essentials.compass
    - essentials.spawn
    - essentials.tpdeny
    - essentials.tpaccept
    - essentials.tpa
    - essentials.tpahere
    - essentials.mail
    - essentials.ignore
    - essentials.afk
    - essentials.nether
    - iConomy.holdings
    - iConomy.payment
    - ctp.play
    - permissions.build
    prefix: '&2[King]&5'
    suffix: '&f'
    Modintraining:
    inheritance: King
    default: false
    permissions:
    - essentials.gamemode
    - essentials.back
    - essentials.god
    - essentials.home
    - lwc.create
    - lwc.info
    - lwc.remove
    - lwc.unlock
    - lwc.modify
    - lwc.flag.*
    - essentials.motd
    - essentials.rules
    - essentials.sethome
    - essentials.list
    - essentials.msg
    - essentials.warp
    - essentials.me
    - essentials.help
    - essentials.sleep
    - essentials.portal
    - essentials.compass
    - essentials.spawn
    - essentials.tpdeny
    - essentials.tpaccept
    - essentials.tpa
    - essentials.tpahere
    - essentials.mail
    - essentials.ignore
    - essentials.afk
    - essentials.nether
    - iConomy.holdings
    - iConomy.payment
    - essentials.tp
    - ctp.play
    - permissions.build
    prefix: '&0[&1Mit&0]&3'
    suffix: '&6(staff)'
    Mod:
    inheritance: Modintraining
    default: false
    permissions:
    - essentials.ban
    - essentials.kick
    - essentials.ban.offline
    - essentials.ban.notify
    - essentials.backup
    - essentials.banip
    - essentials.broadcast
    - essentials.fireball
    - essentials.kill
    - essentials.lightning
    - essentials.mute
    - essentials.ping
    - essentials.thunder
    - essentials.unban
    - essentials.unbanip
    - essentials.weather
    - essentials.burn
    - essentials.home
    - lwc.create
    - lwc.info
    - lwc.remove
    - lwc.unlock
    - lwc.modify
    - lwc.flag.*
    - essentials.motd
    - essentials.rules
    - essentials.sethome
    - essentials.list
    - essentials.msg
    - essentials.warp
    - essentials.me
    - essentials.help
    - essentials.sleep
    - essentials.portal
    - essentials.compass
    - essentials.spawn
    - essentials.tpdeny
    - essentials.tpaccept
    - essentials.tpa
    - essentials.tpahere
    - essentials.mail
    - essentials.ignore
    - essentials.afk
    - essentials.nether
    - iConomy.holdings
    - iConomy.payment
    - essentials.gamemode
    - essentials.tp
    - ctp.play
    - permissions.build
    prefix: '&0[&3Mod&0]&9'
    suffix: '&6(staff)'
    HeadMod:
    inheritance: Mod
    default: false
    permissions:
    - essentials.home
    - lwc.create
    - lwc.info
    - lwc.remove
    - lwc.unlock
    - lwc.modify
    - lwc.flag.*
    - essentials.motd
    - essentials.rules
    - essentials.sethome
    - essentials.list
    - essentials.msg
    - essentials.warp
    - essentials.me
    - essentials.help
    - essentials.sleep
    - essentials.portal
    - essentials.compass
    - essentials.spawn
    - essentials.tpdeny
    - essentials.tpaccept
    - essentials.tpa
    - essentials.tpahere
    - essentials.mail
    - essentials.ignore
    - essentials.afk
    - essentials.nether
    - iConomy.holdings
    - iConomy.payment
    - essentials.gamemode
    - essentials.tp
    - ctp.play
    - permissions.build
    prefix: '&0[&6H&0e&6a&0d&6M&0o&6d&0]&2'
    suffix: '&6(staff)'
    Adminintraining:
    inheritance: HeadMod
    default: false
    permissions:
    - essentials.bigtree
    - lwc.create
    - lwc.info
    - lwc.remove
    - lwc.unlock
    - lwc.modify
    - lwc.flag.*
    - essentials.break
    - essentials.break.bedrock
    - essentials.enchant
    - essentials.feed
    - essentials.feed.others
    - essentials.gamemode
    - essentials.gamemode.others
    - essentials.give.item-all
    - essentials.oversizedstacks
    - essentials.god
    - essentials.heal
    - essentials.cooldown.bypass
    - essentials.heal.others
    - essentials.item
    - essentials.itemspawn.item-all
    - essentials.more
    - essentials.ptime
    - essentials.repair
    - essentials.repair.armor
    - essentials.repair.enchanted
    - essentials.time
    - essentials.time.set
    - essentials.tree
    - essentials.unlimited
    - essentials.unlimited.item-all
    - essentials.unlimited.item-bucket
    - essentials.balance
    - essentials.balance.others
    - essentials.balancetop
    - essentials.eco
    - essentials.eco.loan
    - essentials.pay
    - essentials.sell
    - essentials.afk
    - essentials.afk.kickexempt
    - essentials.afk.others
    - essentials.compass
    - essentials.depth
    - essentials.getpos
    - essentials.help
    - essentials.helpop
    - essentials.helpop.receive
    - essentials.ignore
    - essentials.info
    - essentials.itemdb
    - essentials.list
    - essentials.list.hidden
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.motd
    - essentials.msg
    - essentials.near
    - essentials.powertool
    - essentials.powertool.append
    - essentials.powertooltoggle
    - essentials.realname
    - essentials.rules
    - essentials.seen
    - essentials.spawner
    - essentials.spawner.*
    - essentials.suicide
    - essentials.list.hidden
    - essentials.whois
    - essentials.antioch
    - essentials.backup
    - essentials.ban
    - essentials.ban.exempt
    - essentials.ban.notify
    - essentials.ban.offline
    - essentials.spawn
    - essentials.banip
    - essentials.broadcast
    - essentials.burn
    - essentials.clearinventory
    - essentials.clearinventory.others
    - essentials.essentials
    - essentials.ext
    - essentials.fireball
    - essentials.gc
    - essentials.invsee
    - essentials.kick
    - essentials.kick.exempt
    - essentials.kick.notify
    - essentials.kill
    - essentials.kill.force
    - essentials.lightning
    - essentials.mute
    - essentials.mute.exempt
    - essentials.ping
    - essentials.remove
    - essentials.socialspy
    - essentials.spawnmob.*
    - essentials.sudo
    - essentials.tempban
    - essentials.tp
    - ctp.play
    prefix: '&0[&2Ait&0]&4'
    suffix: '&6(staff)'
    Admin:
    inheritance: Adminintraining
    default: false
    permissions:
    - essentials.bigtree
    - essentials.break
    - essentials.break.bedrock
    - essentials.enchant
    - essentials.feed
    - essentials.feed.others
    - essentials.gamemode
    - essentials.gamemode.others
    - essentials.give.item-all
    - essentials.oversizedstacks
    - essentials.god
    - essentials.heal
    - essentials.cooldown.bypass
    - essentials.heal.others
    - essentials.item
    - essentials.itemspawn.item-all
    - essentials.more
    - essentials.ptime
    - essentials.repair
    - essentials.repair.armor
    - essentials.repair.enchanted
    - essentials.time
    - essentials.time.set
    - essentials.tree
    - essentials.unlimited
    - essentials.unlimited.item-all
    - essentials.unlimited.item-bucket
    - essentials.balance
    - essentials.balance.others
    - essentials.balancetop
    - essentials.eco
    - essentials.eco.loan
    - essentials.pay
    - essentials.sell
    - essentials.afk
    - essentials.afk.kickexempt
    - essentials.afk.others
    - essentials.compass
    - essentials.depth
    - essentials.getpos
    - essentials.help
    - essentials.helpop
    - essentials.helpop.receive
    - essentials.ignore
    - essentials.info
    - essentials.itemdb
    - essentials.list
    - essentials.list.hidden
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.motd
    - essentials.msg
    - essentials.near
    - essentials.powertool
    - essentials.powertool.append
    - essentials.powertooltoggle
    - essentials.realname
    - essentials.rules
    - essentials.seen
    - essentials.spawner
    - essentials.spawner.*
    - essentials.suicide
    - essentials.list.hidden
    - essentials.whois
    - essentials.antioch
    - essentials.backup
    - essentials.ban
    - essentials.ban.exempt
    - essentials.ban.notify
    - essentials.ban.offline
    - essentials.banip
    - essentials.broadcast
    - essentials.burn
    - essentials.clearinventory
    - essentials.clearinventory.others
    - essentials.essentials
    - essentials.ext
    - essentials.fireball
    - essentials.gc
    - essentials.invsee
    - essentials.kick
    - essentials.kick.exempt
    - essentials.kick.notify
    - essentials.kill
    - essentials.kill.force
    - essentials.lightning
    - essentials.mute
    - essentials.mute.exempt
    - essentials.spawn
    - essentials.ping
    - essentials.remove
    - essentials.socialspy
    - essentials.spawnmob.*
    - essentials.sudo
    - essentials.tempban
    - lwc.create
    - lwc.info
    - lwc.remove
    - lwc.unlock
    - lwc.modify
    - lwc.flag.*
    - ctp.play
    prefix: '&0[&2Admin&0]&4'
    suffix: '&6(staff)'
    HeadAdmin:
    inheritance: Admin
    default: false
    permissions:
    - essentials.bigtree
    - essentials.break
    - essentials.break.bedrock
    - essentials.enchant
    - essentials.feed
    - essentials.feed.others
    - essentials.gamemode
    - essentials.gamemode.others
    - essentials.give.item-all
    - essentials.oversizedstacks
    - essentials.god
    - essentials.heal
    - essentials.cooldown.bypass
    - essentials.heal.others
    - essentials.item
    - essentials.itemspawn.item-all
    - essentials.more
    - essentials.ptime
    - essentials.repair
    - essentials.repair.armor
    - essentials.repair.enchanted
    - essentials.time
    - essentials.time.set
    - essentials.tree
    - essentials.unlimited
    - essentials.unlimited.item-all
    - essentials.unlimited.item-bucket
    - essentials.balance
    - essentials.balance.others
    - essentials.balancetop
    - essentials.eco
    - essentials.eco.loan
    - essentials.pay
    - essentials.sell
    - essentials.afk
    - essentials.afk.kickexempt
    - essentials.afk.others
    - essentials.compass
    - essentials.depth
    - essentials.getpos
    - essentials.help
    - essentials.helpop
    - essentials.helpop.receive
    - essentials.ignore
    - essentials.info
    - essentials.itemdb
    - essentials.list
    - essentials.list.hidden
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.motd
    - essentials.msg
    - essentials.near
    - essentials.powertool
    - essentials.powertool.append
    - essentials.powertooltoggle
    - essentials.realname
    - essentials.rules
    - essentials.seen
    - essentials.spawner
    - essentials.spawner.*
    - essentials.suicide
    - essentials.list.hidden
    - essentials.whois
    - essentials.antioch
    - essentials.backup
    - essentials.ban
    - essentials.ban.exempt
    - essentials.ban.notify
    - essentials.ban.offline
    - essentials.banip
    - essentials.broadcast
    - essentials.burn
    - essentials.clearinventory
    - essentials.clearinventory.others
    - essentials.essentials
    - essentials.ext
    - essentials.fireball
    - essentials.gc
    - essentials.invsee
    - essentials.kick
    - essentials.kick.exempt
    - essentials.kick.notify
    - essentials.kill
    - essentials.kill.force
    - essentials.lightning
    - essentials.mute
    - essentials.mute.exempt
    - essentials.spawn
    - essentials.ping
    - essentials.remove
    - essentials.socialspy
    - essentials.spawnmob.*
    - essentials.sudo
    - essentials.tempban
    - lwc.create
    - lwc.info
    - lwc.remove
    - lwc.unlock
    - lwc.modify
    - lwc.flag.*
    - ctp.play
    prefix: '&0[&4H&1e&4a&1d&4A&1d&4m&1i&4n&0]&2'
    suffix: '&6(staff)'
    Co-Owner:
    inheritance: HeadAdmin
    default: false
    permissions:
    - lwc.create
    - lwc.info
    - lwc.remove
    - lwc.unlock
    - lwc.modify
    - lwc.flag.*
    - essentials.bigtree
    - essentials.break
    - essentials.break.bedrock
    - essentials.enchant
    - essentials.feed
    - essentials.feed.others
    - essentials.gamemode
    - essentials.gamemode.others
    - essentials.give.item-all
    - essentials.oversizedstacks
    - essentials.god
    - essentials.heal
    - essentials.cooldown.bypass
    - essentials.heal.others
    - essentials.item
    - essentials.itemspawn.item-all
    - essentials.more
    - essentials.ptime
    - essentials.repair
    - essentials.repair.armor
    - essentials.repair.enchanted
    - essentials.time
    - essentials.time.set
    - essentials.tree
    - essentials.unlimited
    - essentials.unlimited.item-all
    - essentials.unlimited.item-bucket
    - essentials.balance
    - essentials.balance.others
    - essentials.balancetop
    - essentials.eco
    - essentials.eco.loan
    - essentials.pay
    - essentials.sell
    - essentials.afk
    - essentials.afk.kickexempt
    - essentials.afk.others
    - essentials.compass
    - essentials.depth
    - essentials.getpos
    - essentials.help
    - essentials.helpop
    - essentials.helpop.receive
    - essentials.ignore
    - essentials.info
    - essentials.itemdb
    - essentials.list
    - essentials.list.hidden
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.motd
    - essentials.msg
    - essentials.near
    - essentials.powertool
    - essentials.powertool.append
    - essentials.powertooltoggle
    - essentials.realname
    - essentials.rules
    - essentials.seen
    - essentials.spawner
    - essentials.spawner.*
    - essentials.suicide
    - essentials.list.hidden
    - essentials.whois
    - essentials.antioch
    - essentials.backup
    - essentials.ban
    - essentials.ban.exempt
    - essentials.ban.notify
    - essentials.ban.offline
    - essentials.banip
    - essentials.broadcast
    - essentials.burn
    - essentials.clearinventory
    - essentials.clearinventory.others
    - essentials.essentials
    - essentials.ext
    - essentials.fireball
    - essentials.gc
    - essentials.invsee
    - essentials.kick
    - essentials.kick.exempt
    - essentials.kick.notify
    - essentials.kill
    - essentials.kill.force
    - essentials.lightning
    - essentials.mute
    - essentials.mute.exempt
    - essentials.spawn
    - essentials.ping
    - essentials.remove
    - essentials.socialspy
    - essentials.spawnmob.*
    - essentials.sudo
    - essentials.tempban
    - multiverse.access.creative
    - multiverse.access.world
    - essentials.op
    - ctp.*
    - ctp.admin
    - ctp.play
    prefix: '&0[&1C&4o&6-&1O&4w&1n&4e&1r&0]'
    suffix: '&6 (staff)'
    Owner:
    inheritance: Co-owner
    default: false
    permissions:
    prefix: '&0[&bO&4w&dn&ae&er&0]&1'
    suffix: '&6 (staff)'
    users:
    rocket2913:
    group:
    - Owner
    bloop428:
    group:
    - Co-Owner
    Dark_Wolf2195:
    group:
    - Admin
    StormEagleed:
    group:
    - Admin
    safizoid:
    group:
    - Mod
    turt2live:
    group:
    - VIP
    WarriorCookie:
    group:
    - King
    whitechili:
    group:
    - Admin
    friedchicken577:
    group:
    - Citizen
    SlimesInSuits911:
    group:
    - Citizen
    redfart:
    group:
    - Admin
    sushi102:
    group:
    - HeadMod
    NathanPi:
    group:
    - Mod
    MinecraftFan453:
    group:
    - VIP+
    Zeratul_Auditore:
    group:
    - VIP+
    Animalis:
    group:
    - VIP+
    boomerthegreat:
    group:
    - VIP
    thecreeping:
    group:
    - VIP
    alexplego:
    group:
    - VIP
    PhantomCraft:
    group:
    - VIP
     
  21. Offline

    robbcap

    Need help i get a big wierd error when use /say or /broadcast
    Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    2012-02-25 19:14:41 [SEVERE]at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:155)
    2012-02-25 19:14:41 [SEVERE]at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:162)
    2012-02-25 19:14:41 [SEVERE]at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.performCheck(PermissiblePEX.java:123)
    2012-02-25 19:14:41 [SEVERE]at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:109)
    2012-02-25 19:14:41 [SEVERE]at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:101)
    2012-02-25 19:14:41 [SEVERE]at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:66)
    2012-02-25 19:14:41 [SEVERE]at org.bukkit.craftbukkit.CraftServer.broadcast(CraftServer.java:860)
    2012-02-25 19:14:41 [SEVERE]at org.bukkit.craftbukkit.CraftServer.broadcastMessage(CraftServer.java:271)
    2012-02-25 19:14:41 [SEVERE]at uk.co.mdtechnology.automessage.SendMessage.run(SendMessage.java:45)
    2012-02-25 19:14:41 [SEVERE]at java.lang.Thread.run(Unknown Source)
    2012-02-25 19:14:41 [SEVERE] Exception in thread "Thread-20729"
    2012-02-25 19:14:41 [SEVERE] java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    2012-02-25 19:14:41 [SEVERE]at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:155)
    2012-02-25 19:14:41 [SEVERE]at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:162)
    2012-02-25 19:14:41 [SEVERE]at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.isPermissionSet(PermissiblePEX.java:199)
    2012-02-25 19:14:41 [SEVERE]at org.bukkit.permissions.PermissibleBase.hasPermission(PermissibleBase.java:71)
    2012-02-25 19:14:41 [SEVERE]at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:112)
    2012-02-25 19:14:41 [SEVERE]at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:101)
    2012-02-25 19:14:41 [SEVERE]at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:66)
    2012-02-25 19:14:41 [SEVERE]at org.bukkit.craftbukkit.CraftServer.broadcast(CraftServer.java:860)
    2012-02-25 19:14:41 [SEVERE]at org.bukkit.craftbukkit.CraftServer.broadcastMessage(CraftServer.java:271)
    2012-02-25 19:14:41 [SEVERE]at uk.co.mdtechnology.automessage.SendMessage.run(SendMessage.java:45)
    2012-02-25 19:14:41 [SEVERE]at java.lang.Thread.run(Unknown Source)
     
  22. Offline

    Bazuka_Rulz

    Ok looks like im using Group Manager cause its a lil easier with ranks
     
  23. Offline

    Lemonhands

    Hi, I'm new to all this Bukkit Plugin stuff and this looked like it was really useful, but after doing all the permissions.yml file, I started my server up and one of the messages is: ' server permissions file permissions.yml is empty, ignoring it', but I checked my permissions.yml file and it wasnt empty, any ideas how I can get it working?

    B.T.W, I have checked it on that Online YAML Parser and I dont know what it's trying to tell me to do.

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

    _Alf

    The detected empty permissions.yml is the one in the minecraft root directory = bukkit, the one you edited is (at least i think so) the one in plugins->permissionsEX.
    Try if your permissions are working, they should if PEX is enabled (and you are not op in ops.txt)
     
  25. Offline

    Lemonhands

    I took myself out of ops.txt and tried to use the essentials.fireball command as Owner, whose permissions I have set to "*", which I have been led to believe is all commands, but it tells me that I don't have permissions to use this command, I also tried setting myself to some lower ranks using the console and typing: pex user PROJECTmc (my player name) group set Admin or Ranger, but it tells me that it is an unknown command.
     
  26. Please put your permissions in at pastie or pastebin and put the link here. They are long enough that it's hard to read on the forum, and it preserves the formatting, which just pasting them in, does not, and the formatting is all important.

    Can you post your configs?

    Permissions, lets take a look at them, or it didn't happen. ;)

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

    Lemonhands

    What do you mean?:confused:
     
  28. Sorry, was trying to make a joke. :)
    I meant that I'd like to see your permissions.
     
  29. Offline

    Lemonhands

    What, like every permission I want to use? Or my Permissions.yml? Here is what I want to use but it won't work, I've changed it to .txt because .yml will not upload, I'm hoping you will be able to see this.
     

    Attached Files:

  30. Offline

    rocket2913

    Just ignore the message that say server perms file yml is empty u just have to congig the perms in ur pex folder
     
  31. Offline

    _Alf

    Use the "Code" button and put the contents of your plugins->permissionsEX->permissions.yml in.
     

Share This Page