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

    halley

    I'm also getting the 'required for injection' followed by a lack of being able to use any permissions. 1.15.1 on 1337
     
  3. Offline

    popcorn8123

    Everytime i try to perform a command it says an internal error occured when trying to perform this command! I HATE THIS!
     
  4. Offline

    halley

    I just tried dev build #277 of PEX 1.15.1 (pushed by t3hk0d3) and it seems to be working for basic permission checks. Now to try all the other plugins...
     
  5. Offline

    petur170

    Yep. It also says the same thing when i stop the server but PLUGIN_DISABLE
     
  6. Offline

    Rytis

    Notepad don't support UTF-8, but it's supported. Use Notepad++! It's much better than Notepad and support UTF-8!

    Rytis
     
    diannetea likes this.
  7. Offline

    joeuk82

    I'll pay someone $10 to answer my question and provide me with the permissions code/nodes to do it.
     
  8. Offline

    t3hk0d3

    absolutely not related to PEX. Report to LogBlock

    modifyworld.sneak

    PS/ Added info to wiki

    You can do that like:
    modifyworld.blocks.(interact|place|destroy).(1|2|3|4|5|6|7|8|9|10|11|12|etc)

    In dev builds also ranges feature were intoduced:
    modifyworld.blocks.(interact|place|destroy).(1-20|30-40|50|60)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  9. That looks like a permissions file from PermissionsBukkit. You need to put it in a form the PEX understands. Check the wiki or the forum thread (just g back a few pages, one should show up) for an example.
     
  10. Offline

    joeuk82

    Hi
    I've got 2 lower ranks... New and Citizen
    New people have to sign up to the forum then they get ranked to Citizen by staff so they can do stuff on the server.

    How do I allow Mods and Admins to rank "New" people to "Citizen" but make sure they can't rank above their own rank?
    i.e. I dont want a mod or admin to be able to rank someone an Admin or Owner

    UPDATE: I'll pay someone $10 via paypal that can help me with this... I need to sort it asap.


    Thanks

    P.S... I'll be dropping some money in to your donation pot once I've finished sorting out my server. :)
     
  11. Well, per the wiki, you can set the Admin group to rank 0, that removes it from the ranking system. I don't know if you can set multiple groups to rank 0 (I've never tried), but I do know that the rank 0 bit works for at least one group (verified on my testing server).

    Going from what you posted as your permissions file, I see the following problems:

    Extra space in front of your groups: line
    The user KingOfHuztler doesn't have a group assigned

    If the permissions file is formatted wrong, all kinds of weird things can happen.

    YAML is rather unforgiving when it comes to file formatting, and this applies to any plugin. But few plugins touch so some things as a permissions system.

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

    Sir Savary

    I am having some trouble getting prefixes to work with herochat.

    Here is my permissiosn.yml:
    Code:
    users:
        SirSavary:
            group:
            - admin
        TheLaughingGodin:
            group:
            - admin
        the_tru_cypher:
            group:
            - admin
    groups:
        default:
            default: true
            permissions:
            - pchest.open
            - lwc.protect
            - ChestShop.shop
            - iConomy.user
            - bb.admin.info
            - essentials.home
            - essentials.sethome
            - essentials.delhome
            - essentials.msg
            - essentials.tpa
            - essentials.tphere
            - essentials.mail
            - essentials.suicide
            - essentials.help
            - mixedmodeauth.create
        veteran:
            inheritance:
            - default
        donator:
            permissions:
            - permissions.build
            - gcb.access
            inheritance:
            - default
        mod:
            permissions:
            - permissions.*
            - lwc.mod
            - ChestShop.mod
            inheritance:
            - default
        admin:
            permissions:
            - permissions.*
            - pchest.edit
            - gcb.admin
            - lwc.admin
            - ChestShop.admin
            - iConomy.*
            - herochat.admin
            - essentials.*
            - simpleprefix.admin
            - bb.admin.rollback
            - bb.admin.cleanse
            inheritance:
            - mod
            prefix: '[Admin]'
    
    My server.log shows no errors. Please help with this, Prefixes are important as they help show who the mods are on my server.
     
  13. Offline

    nobodyshome

    current as in build 1337 :D
     
  14. Offline

    Tanite

    I somehow got these options in my ModifyWorld config and I'm not sure if they're new or old or what they even do:

    Code:
    drop-restricted-item: false
    use-material-names: true
    check-metadata: false
    I also have this one in my main PEX config, same deal:

    Code:
    userSpam: false
    I couldn't find any of these options on the WIKI really. I don't know if it's out of date or these options are. There are also some SuperPerms options that are listed as TBA. I assume they are incoming changes. Sorry, I'm just trying to clean up this file to make sure nothing old is affecting me.
     
  15. Offline

    Daantjuu

    hi im using this great plugin,
    but i wonder
    it's able to choose which blocks are allowed to use/interact/destroy
    why isnt there a option to choose which blocks arent able to use
    like the option 'can't' use
     
  16. Offline

    unhead

    how version for CB 1060?
     
  17. Offline

    t3hk0d3

    you can do it using negation:

    -modifyworld.blocks.place.tnt
    modifyworld.*

    do everything except placing TNT
     
  18. OK. Modify world is working fine for my test server using 1337. My first thought is a misconfiguration in your Modify World file. Can you post or link to a pastebin dump of it?
     
  19. Offline

    unhead

    to t3hk0d3 - how version for CB 1060? and how integrate in permissions 3.x
     
  20. I'm not t3hk0d3 (BTW, use a @ to target a post at a user), but bukkit 1060? Why use such an old version?

    Also Permissions 3? This is a replacement for that dead and discontinued plugin, there isn't anything to integrate.
     
  21. Offline

    unhead

    1060 - oldschool :D 1.8 not like :D
    i like 1.7.3 :D
     
  22. Offline

    Elfsovereign

    Ok I reformulated it and it seems to be working decently so far but WormholeXtreme, Commandblocks, and Supplysign are being stubborn. Can anyone help?

    Code:
    users:
        Elfsovereign:
            group:
            - Owner
            permissions: null
        Meike13:
            group: Owner
            permissions: null
        deathphantom95:
            group: Owner
            permissions: null
        lego1251:
            group: Owner
            permissions: null
        minermandavid:
            group: Owner
            permissions: null
        cole823:
            group: Trusted
            permissions: null
        leysdaea:
            group: Trusted
            permissions: null
        kingzax:
            group: Citizen
            permissions: null
        augusinherba:
            group: Trusted
            permissions: null
        playerslayerx:
            group: Trusted
            permissions: null
    groups:
        default:
            default: true
            permissions:
            - mchat.prefix.default
            - superpermbridge.wormhole.use.sign
            - falsebook.blocks.*
            - falsebook.cart.*
            - falsebook.anyic
            - falsebook.destroy.blocks
            - commandblocks.use
            - commandbook.rules
            - mobarena.arenas.default
            - mobarena.classes.Archer
            - mobarena.classes.Knight
            - mobarena.classes.Tank
            - mobarena.classes.Cleric
            - mobarena.classes.Tamer
            - mobarena.classes.Paladin
            - mobarena.use.join
            - mobarena.use.leave
            - mobarena.use.spectate
        Citizen:
            inheritance:
            - default
            permissions:
            - mchat.prefix.Citizen
            - wormhole.simple.use
            - permissions.build
            - commandbook.give
            - commandbook.give.other
            - commandbook.give.infinite
            - commandbook.give.stacks
            - commandbook.give.stacks.unlimited
            - commandbook.more
            - commandbook.more.infinite
            - commandbook.kit.list
            - commandbook.kit.kits.*
            - commandbook.biome
            - commandbook.biome.other
            - commandbook.home.set
            - commandbook.home.teleport
            - commandbook.clear
            - lockette.user.create.*
            - supplysign.access
            - supplysign.access.*
            - warpz0r.home
            - warpz0r.sethome
            - warpz0r.bedhome
            - movecraft.aircraft.*
            - movecraft.boat.info
            - movecraft.boat.sail
            - movecraft.car.*
            - SpawnX.spawn
        Trusted:
            inheritance:
            - Citizen
            permissions:
            - mchat.prefix.Trusted
            - superpermbridge.wormhole.*
            - commandbook.who
            - commandbook.weather
            - commandbook.teleport
            - commandbook.teleport.other
            - commandbook.return
            - commandbook.warp.teleport
            - commandbook.warp.teleport.other
            - commandbook.warp.set
            - commandbook.msg
            - commandbook.rocket
            - commandbook.rocket.other
            - permissions.*
            - supplysign.destroy
            - supplysign.create
        Moderator:
            inheritance:
            - Trusted
            permissions:
            - mchat.prefix.Moderator
            - worldedit.selection
            - commandblocks.set
            - commandbook.time
            - commandbook.time.lock
            - commandbook.mute
            - commandbook.thor
            - commandbook.thor.other
            - commandbook.kick
            - commandbook.bans.ban
            - lockette.admin.create.*
            - lockette.admin.break
            - superpermbridge.worldguard.region.define.*
            - superpermbridge.worldguard.region.redefine.*
            - superpermbridge.worldguard.region.select.*
            - superpermbridge.worldguard.region.info.*
            - superpermbridge.worldguard.region.addowner.*
            - superpermbridge.worldguard.region.removeowner.*
            - superpermbridge.worldguard.region.addmember.*
            - superpermbridge.worldguard.region.removemember.*
            - superpermbridge.worldguard.region.list
            - superpermbridge.worldguard.region.flag.regions.*
            - superpermbridge.worldguard.region.flag.flags.*
            - superpermbridge.worldguard.region.setpriority.*
            - superpermbridge.worldguard.region.setparent.*
            - superpermbridge.worldguard.region.remove.*
            - superpermbridge.worldguard.report
            - superpermbridge.worldguard.reload
            - superpermbridge.worldguard.report.pastebin
            - superpermbridge.worldguard.*
            - warpz0r.warp
            - warpz0r.set
            - warpz0r.set.cost
            - warpz0r.remove
            - warpz0r.list
            - warpz0r.warpto
            - warpz0r.worldwarp
            - warpz0r.worldhome
            - warpz0r.compasshomewarpz0r.home
            - warpz0r.sethome
            - warpz0r.bedhome
            - warpz0r.compasswarp
            - warpz0r.compassreset
            - warpz0r.free.warp
            - warpz0r.free.setwarp
            - warpz0r.free.removewarp
            - warpz0r.free.home
            - warpz0r.free.sethome
            - warpz0r.free.bedhome
            - warpz0r.admin.clearhome
            - warpz0r.admin.home
            - warpz0r.admin.sethome
            - superpermbridge.supplysign.*
        Admins:
            inheritance:
            - Moderator
            permissions:
            - mchat.prefix.Admins
            - commandbook.spawnmob
            - commandbook.spawnmob.many
            - commandbook.*
            - commandbook.god
            - lockette.admin.bypass
            - mobarena.admin.*
            - mobarena.setup.*
            - SpawnX.*
            - creativegates.*
            - superpermbridge.worldguard.region.claim
            - superpermbridge.worldguard.region.redefine.member.*
            - superpermbridge.worldguard.region.redefine.own.*
        Owner:
            inheritance:
            - Admins
            permissions:
            - mchat.prefix.Owner
            - '*'
    worlds:
        nether:
            inheritance:
            - world
    
     
  23. I still see a lot of bukkitperms formatting in there. For example, the superpermbridge.supplysign.*. In PEX, there is no such thing as superpermbridge, superperms are supported natively, just add them in as you would any other permission node.

    Same situation with the players.

    Code:
        Elfsovereign:
            group:
            - Owner
    
    is correct

    Code:
        Meike13:
            group: Owner
            permissions: null
    
    is not
     
  24. Offline

    Favorlock

    I'm still waiting for a reply to my question. If you look back I posted the console error I receive while using SQLite as the backend. You say PEX SQLite supported, but it clearly is having a huge issue. Please fix this as I would like to use SQLite.
     
  25. Offline

    Elfsovereign

    I have made the changes you suggested and they did nothing. Those three plugins remain unresponsive. Any suggestions? Here's the new config:
    Code:
    users:
        Elfsovereign:
            group:
            - Owner
            permissions: null
        Meike13:
            group: Owner
            permissions: null
        deathphantom95:
            group: Owner
            permissions: null
        lego1251:
            group: Owner
            permissions: null
        minermandavid:
            group:
            - Owner
            permissions: null
        cole823:
            group: Trusted
            permissions: null
        leysdaea:
            group: Trusted
            permissions: null
        kingzax:
            group: Citizen
            permissions: null
        augusinherba:
            group: Trusted
            permissions: null
        playerslayerx:
            group: Trusted
            permissions: null
    groups:
        default:
            default: true
            permissions:
            - mchat.prefix.default
            - wormhole.use.sign
            - wormhole.*
            - falsebook.blocks.*
            - falsebook.cart.*
            - falsebook.anyic
            - falsebook.destroy.blocks
            - commandblocks.use
            - commandbook.rules
            - mobarena.arenas.default
            - mobarena.classes.Archer
            - mobarena.classes.Knight
            - mobarena.classes.Tank
            - mobarena.classes.Cleric
            - mobarena.classes.Tamer
            - mobarena.classes.Paladin
            - mobarena.use.join
            - mobarena.use.leave
            - mobarena.use.spectate
        Citizen:
            inheritance:
            - default
            permissions:
            - mchat.prefix.Citizen
            - wormhole.simple.use
            - permissions.build
            - commandbook.give
            - commandbook.give.other
            - commandbook.give.infinite
            - commandbook.give.stacks
            - commandbook.give.stacks.unlimited
            - commandbook.more
            - commandbook.more.infinite
            - commandbook.kit.list
            - commandbook.kit.kits.*
            - commandbook.biome
            - commandbook.biome.other
            - commandbook.home.set
            - commandbook.home.teleport
            - commandbook.clear
            - lockette.user.create.*
            - supplysign.access
            - supplysign.access.*
            - warpz0r.home
            - warpz0r.sethome
            - warpz0r.bedhome
            - movecraft.aircraft.*
            - movecraft.boat.info
            - movecraft.boat.sail
            - movecraft.car.*
            - SpawnX.spawn
        Trusted:
            inheritance:
            - Citizen
            permissions:
            - mchat.prefix.Trusted
            - wormhole.*
            - commandbook.who
            - commandbook.weather
            - commandbook.teleport
            - commandbook.teleport.other
            - commandbook.return
            - commandbook.warp.teleport
            - commandbook.warp.teleport.other
            - commandbook.warp.set
            - commandbook.msg
            - commandbook.rocket
            - commandbook.rocket.other
            - permissions.*
            - supplysign.destroy
            - supplysign.create
        Moderator:
            inheritance:
            - Trusted
            permissions:
            - mchat.prefix.Moderator
            - worldedit.selection
            - commandblocks.set
            - commandbook.time
            - commandbook.time.lock
            - commandbook.mute
            - commandbook.thor
            - commandbook.thor.other
            - commandbook.kick
            - commandbook.bans.ban
            - lockette.admin.create.*
            - lockette.admin.break
            - worldguard.region.define.*
            - worldguard.region.redefine.*
            - worldguard.region.select.*
            - worldguard.region.info.*
            - worldguard.region.addowner.*
            - worldguard.region.removeowner.*
            - worldguard.region.addmember.*
            - worldguard.region.removemember.*
            - worldguard.region.list
            - worldguard.region.flag.regions.*
            - worldguard.region.flag.flags.*
            - worldguard.region.setpriority.*
            - worldguard.region.setparent.*
            - worldguard.region.remove.*
            - worldguard.report
            - worldguard.reload
            - worldguard.report.pastebin
            - worldguard.*
            - warpz0r.warp
            - warpz0r.set
            - warpz0r.set.cost
            - warpz0r.remove
            - warpz0r.list
            - warpz0r.warpto
            - warpz0r.worldwarp
            - warpz0r.worldhome
            - warpz0r.compasshomewarpz0r.home
            - warpz0r.sethome
            - warpz0r.bedhome
            - warpz0r.compasswarp
            - warpz0r.compassreset
            - warpz0r.free.warp
            - warpz0r.free.setwarp
            - warpz0r.free.removewarp
            - warpz0r.free.home
            - warpz0r.free.sethome
            - warpz0r.free.bedhome
            - warpz0r.admin.clearhome
            - warpz0r.admin.home
            - warpz0r.admin.sethome
            - supplysign.*
        Admins:
            inheritance:
            - Moderator
            permissions:
            - mchat.prefix.Admins
            - commandbook.spawnmob
            - commandbook.spawnmob.many
            - commandbook.*
            - commandbook.god
            - lockette.admin.bypass
            - mobarena.admin.*
            - mobarena.setup.*
            - SpawnX.*
            - creativegates.*
            - worldguard.region.claim
            - worldguard.region.redefine.member.*
            - worldguard.region.redefine.own.*
        Owner:
            inheritance:
            - Admins
            permissions:
            - mchat.prefix.Owner
            - '*'
    worlds:
        nether:
            inheritance:
            - world
    
     
  26. Are the plugins not working for everyone, or just certain players/groups?

    Also, check the results of "pex group $GROUP" for the permission nodes that aren't apparently working. That command will show the permissions of the group. It will also list the permissions assigned directly to the group and ones inherited from other groups, if any.

    I have a feeling your permissions file is still not quite correct. Those commands will help figure it out.
     
  27. Offline

    fin88

    Look into your config.yml from HeroChat.
    Code:
    default-message-format: '{color}[{name}] &f{prefix}{player}{suffix}{color}: '
    And in the Channel you want to Show the Prefix:
    Code:
    message-format: '&f{prefix}{player}{suffix}&f: '
    or
    Code:
    message-format: '{default}'
    If you use the "default" one, you have to check the "default-message-format".
     
  28. Offline

    jeremybombed

    Is there something like with groupmanager with something like canbuild: false or build: false? caus i dont like guests building -_-
     
  29. Offline

    kahlilnc

    YES! it works for me finally herochat here we come :D Thanks
     
  30. Yes, you will want to look at the ModifyWorld plugin and config. Much more in-depth than a simple build: true/false.

    Check the wiki for the full details.
     
    Rytis likes this.
  31. Offline

    Parlez

    ok so when it says there is permissionsbukkit/superperms support does that mean you run that along side it, or there is a compat layer? That may need to have a clearer explanation.
    after permissions was shutdown, i cam straight here, and can honestly not understand why i didn't before.
    very, very good plugin :)

    In a more comprehensive post, say i wanted to use a superperms GroupBasedPVP plugin. Can i leave everyone's permissions the same without separating them in PEX, and just create the teams with superperms running alongside PEX? Or do i need to change the grouping in PEX as well, to reflect the separate grouping?

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

Share This Page