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

    t3hk0d3

    modifyworld.bucket.fill.(water|lava|milk)

    (water|lava|milk) is regular expression construct

    remove permissions.yml, reload server
    and setup everything using this https://github.com/t3hk0d3/PermissionsEx/wiki/Basic-Setup-example
    tutorial

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

    Megalanias

    if i try /pex in my cosole or inagme it don't show anything !
     
  4. Offline

    t3hk0d3

    oh dude, i can't help you if you won't provide enough information, im not telepathist.
    Post error log or anything.
     
  5. Offline

    Megalanias

    there isn't any error this is the problem, it JUST don't work ... it's says unknown command x_x
     
  6. Offline

    The_Yogs

    Could you add all that stuff to my code pls?
    Code:
    groups:
        default:
            default: true
            permissions:
            - modifyworld.blocks.(place|destroy).tnt
            - modifyworld.blocks.(place|destroy(lapis)block
            - modifyworld.blocks.(place|destroy(diamond)block
            - modifyworld.blocks.(place|destroy(gold)block
            - modifyworld.blocks.(place|destroy(iron)block
            - modifyworld.items.(have|pickup).flintandsteel
            - petition
            - petition.moderate
            - petition.warp-to-own-if-assigned
            - petition.warp-to-own
            - lottery.buy
            - mailbox.sendtoself
            - mailbox.nocooldown
            - mailbox.user.send
            - mailbox.user.create
            - mailbox.postman.createother
            - mailbox.postman.removeother
            - multiverse.tp
            - multiverse.world.spawn
            - multiverse.list
            - multiverse.portal.list
            - starterisagod.get
            - shop.create
            - mcmmo.skills.mining
            - mcmmo.skills.woodcutting
            - mcmmo.skills.repair
            - mcmmo.skills.unarmed
            - mcmmo.skills.archery
            - mcmmo.skills.herbalism
            - mcmmo.skills.excavation
            - mcmmo.skills.swords
            - mcmmo.skills.axes
            - mcmmo.skills.acrobatics
            - mcmmo.ability.herbalism
            - mcmmo.ability.excavation
            - mcmmo.ability.unarmed
            - mcmmo.ability.mining
            - mcmmo.ability.axes
            - mcmmo.ability.swords
            - mcmmo.ability.woodcutting
            - mobarena.arenas.default
            - mobarena.use
            - mobarena.use.spectate
            - mobarena.use.leave
            - mobarena.use.join
            - mobarena.classes.Archer
            - mobarena.classes.Oddjob
            - appleseed.sign.place
            - appleseed.wand
            - appleseed.plant.apple
            - appleseed.plant
            - flight.can-buy-permit
            - flight.fuel
            - flight.directional-weight
            - lwc.protect
            - citizens.basic.modify.talkclose
            - train.build.pushHandler
            - train.build.ejector
            - train.build.destructor
            - train.build.tagswitcher
            - train.build.trigger
            - train.build.station
            - train.place.minecart
            - train.command.properties
            - train.properties.default
            - jail.usercmd.jailpay
            - jail.usercmd.jailstatus
            - auction.start
            - auction.bid
            - streetlightz.edit
            - catacombs.gold
            - catacombs.list
            - commandbook.who
            - commandbook.motd
            - commandbook.rules
            - commandbook.kit.list
            - commandbook.kit.kits.starter
            - commandbook.time.check
            - commandbook.time.player.check
            - commandbook.biome
            - commandbook.biome.other
            - commandbook.spawn
            - commandbook.return
            - commandbook.call
            - commandbook.say
            - commandbook.say.me
            - commandbook.msg
            - commandbook.afk
            - commandbook.whereami
            - commandbook.whereami.compass
            - commandbook.rocket
            - commandbook.whois
            - commandbook.whois.other
            - commandbook.debug.clock
            - commandbook.debug.info
            - myhome.home.free.*
            - myhome.bypass.*
            - myhome.home.basic.home
            - myhome.home.basic.set
            - myhome.home.basic.delete
            - myhome.home.soc.private
            - myhome.home.soc.invite
            - myhome.home.soc.uninvite
            - myhome.home.soc.public
            - mywarp.warp.basic.warp
            - mywarp.warp.basic.welcome
            - mywarp.warp.basic.compass
            - mywarp.warp.basic.list
            - mywarp.warp.basic.list
            - mywarp.warp.basic.search
            - mywarp.warp.soc.invite
            - mywarp.warp.soc.uninvite
            - mywarp.warp.sign.warp
            - PlayerStatus.afk
            - PlayerStatus.dnd
            - PlayerStatus.nochat
            - PlayerStatus.nomsg
            - PlayerStatus.ignore
            - minemail.paper
            - iConomy.help
            - iConomy.holdings
            - iConomy.holdings.others
            - iConomy.payment
            - iConomy.accounts.create
            - iConomy.accounts.remove
            - iConomy.accounts.give
            - iConomy.accounts.set
            - iConomy.accounts.status
            - iConomy.accounts.status.set
            - iConomy.accounts.empty
            - ChestShop.shop.create
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - towny.town.*
            - towny.town.toggle.pvp
            - towny.town.toggle.public
            - towny.town.toggle.mobs
            - towny.nation.*
            - towny.top
            - towny.wild.*
            prefix: '&7'
            suffix: ''
        VIP:
            inheritance: default
            default: false
            permissions:
            - modifyworld.blocks.(place|destroy).tnt
            - modifyworld.blocks.(place|destroy(lapis)block
            - modifyworld.blocks.(place|destroy(diamond)block
            - modifyworld.blocks.(place|destroy(gold)block
            - modifyworld.blocks.(place|destroy(iron)block
            - modifyworld.items.(have|pickup).flintandsteel
            - myhome.home.free.*
            - myhome.bypass.*
            - myhome.home.basic.home
            - myhome.home.basic.set
            - myhome.home.basic.delete
            - myhome.home.soc.private
            - myhome.home.soc.invite
            - myhome.home.soc.uninvite
            - myhome.home.soc.public
            - mywarp.warp.basic.warp
            - mywarp.warp.basic.welcome
            - mywarp.warp.basic.compass
            - mywarp.warp.basic.list
            - mywarp.warp.basic.list
            - mywarp.warp.basic.search
            - mywarp.warp.soc.invite
            - mywarp.warp.soc.uninvite
            - mywarp.warp.sign.warp
            - PlayerStatus.afk
            - PlayerStatus.dnd
            - PlayerStatus.nochat
            - PlayerStatus.nomsg
            - PlayerStatus.ignore
            - minemail.paper
            - iConomy.help
            - iConomy.holdings
            - iConomy.holdings.others
            - iConomy.payment
            - iConomy.accounts.create
            - iConomy.accounts.remove
            - iConomy.accounts.give
            - iConomy.accounts.set
            - iConomy.accounts.status
            - iConomy.accounts.status.set
            - iConomy.accounts.empty
            - ChestShop.shop.create
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - towny.town.*
            - towny.town.toggle.pvp
            - towny.town.toggle.public
            - towny.town.toggle.mobs
            - towny.nation.*
            - towny.top
            - towny.wild.*
            - commandbook.who
            - commandbook.motd
            - commandbook.rules
            - commandbook.kit.list
            - commandbook.kit.kits.starter
            - commandbook.time.check
            - commandbook.time.player.check
            - commandbook.biome
            - commandbook.biome.other
            - commandbook.spawn
            - commandbook.return
            - commandbook.call
            - commandbook.home.teleport
            - commandbook.say
            - commandbook.say.me
            - commandbook.msg
            - commandbook.afk
            - commandbook.whereami
            - commandbook.whereami.compass
            - commandbook.rocket
            - commandbook.whois
            - commandbook.whois.other
            - commandbook.debug.clock
            - commandbook.debug.info
            - commandbook.teleport
            - commandbook.clear
            - commandbook.slap
            - commandbook.slap.other
            - commandbook.rocket'
            - commandbook.kick
            - commandbook.time
            - petition
            - petition.moderate
            - petition.warp-to-own-if-assigned
            - petition.warp-to-own
            - lottery.buy
            - mailbox.sendtoself
            - mailbox.nocooldown
            - mailbox.user.send
            - mailbox.user.create
            - mailbox.postman.createother
            - mailbox.postman.removeother
            - multiverse.tp
            - multiverse.world.spawn
            - multiverse.list
            - multiverse.portal.list
            - starterisagod.get
            - shop.create
            - mcmmo.skills.mining
            - mcmmo.skills.woodcutting
            - mcmmo.skills.repair
            - mcmmo.skills.unarmed
            - mcmmo.skills.archery
            - mcmmo.skills.herbalism
            - mcmmo.skills.excavation
            - mcmmo.skills.swords
            - mcmmo.skills.axes
            - mcmmo.skills.acrobatics
            - mcmmo.ability.herbalism
            - mcmmo.ability.excavation
            - mcmmo.ability.unarmed
            - mcmmo.ability.mining
            - mcmmo.ability.axes
            - mcmmo.ability.swords
            - mcmmo.ability.woodcutting
            - mobarena.arenas.default
            - mobarena.use
            - mobarena.use.spectate
            - mobarena.use.leave
            - mobarena.use.join
            - mobarena.classes.Archer
            - mobarena.classes.Oddjob
            - appleseed.sign.place
            - appleseed.wand
            - appleseed.plant.apple
            - appleseed.plant
            - flight.can-buy-permit
            - flight.fuel
            - flight.directional-weight
            - lwc.protect
            - citizens.basic.modify.talkclose
            - train.build.pushHandler
            - train.build.ejector
            - train.build.destructor
            - train.build.tagswitcher
            - train.build.trigger
            - train.build.station
            - train.place.minecart
            - train.command.properties
            - train.properties.default
            - jail.usercmd.jailpay
            - jail.usercmd.jailstatus
            - auction.start
            - auction.bid
            - streetlightz.edit
            - catacombs.gold
            - catacombs.list
            prefix: '&5[&5VIP&5]&f'
            suffix: '&f'
        Moderator:
            inheritance: VIP
            default: false
            permissions:
            - modifyworld.blocks.(place|destroy).tnt
            - modifyworld.blocks.(place|destroy(lapis)block
            - modifyworld.blocks.(place|destroy(diamond)block
            - modifyworld.blocks.(place|destroy(gold)block
            - modifyworld.blocks.(place|destroy(iron)block
            - modifyworld.items.(have|pickup).flintandsteel
            - petition
            - petition.moderate
            - petition.warp-to-own-if-assigned
            - lottery.buy
            - mailbox.sendtoself
            - mailbox.nocooldown
            - mailbox.user.send
            - mailbox.user.create
            - mailbox.user.remove
            - mailbox.postman.createother
            - mailbox.postman.removeother
            - multiverse.tp
            - multiverse.world.setspawn
            - multiverse.world.spawn
            - multiverse.list
            - multiverse.portal.creat
            - multiverse.portal.select
            - multiverse.portal.destination
            - multiverse.portal.list
            - starterisagod.on
            - starterisagod.off
            - starterisagod.time
            - starterisagod.stop
            - mxAntiPVPCheat.Admin
            - shop.create
            - lwc.protect
            - lwc.mod
            - mcmmo.skills.mining
            - mcmmo.skills.woodcutting
            - mcmmo.skills.repair
            - mcmmo.skills.unarmed
            - mcmmo.skills.archery
            - mcmmo.skills.herbalism
            - mcmmo.skills.excavation
            - mcmmo.skills.swords
            - mcmmo.skills.axes
            - mcmmo.skills.acrobatics
            - mcmmo.ability.herbalism
            - mcmmo.ability.excavation
            - mcmmo.ability.unarmed
            - mcmmo.ability.mining
            - mcmmo.ability.axes
            - mcmmo.ability.swords
            - mcmmo.ability.woodcutting
            - auction.end
            - mobarena.admin.
            - mobarena.arenas.default
            - mobarena.use
            - mobarena.use.spectate
            - mobarena.use.leave
            - mobarena.use.join
            - mobarena.classes.Archer
            - mobarena.classes.Oddjob
            - appleseed.sign.place
            - appleseed.wand
            - appleseed.plant.apple
            - appleseed.plant
            - worldedit.superpickaxe
            - flight.can-buy-permit
            - flight.fuel
            - flight.directional-weight
            - magiccarpet.mc
            - magiccarpet.ml
            - lwc.protect
            - lwc.mod
            - citizens.basic.modify.talkclose
            - train.build.pushHandler
            - train.build.ejector
            - train.build.destructor
            - train.build.tagswitcher
            - train.build.trigger
            - train.build.station
            - train.place.minecart
            - train.command.properties
            - train.properties.default
            - jail.usercmd.jailpay
            - jail.modifyjail
            - spiderjockey.spawn
            - jail.usercmd.jailstatus
            - jail.command.jail
            - auction.start
            - auction.bid
            - catacombs.gold
            - catacombs.list
            - vanish.standard
            - vanish.vanish
            - vanish.nopickup
            - vanish.nofollow
            - vanish.preventincomingdamage
            - vanish.preventoutgoingdamage
            - vanish.toggle
            - commandbook.who
            - commandbook.motd
            - commandbook.rules
            - commandbook.kit.list
            - commandbook.kit.kits.starter
            - commandbook.time.check
            - commandbook.time.player.check
            - commandbook.biome
            - commandbook.biome.other
            - commandbook.spawn
            - commandbook.return
            - commandbook.call
            - commandbook.say
            - commandbook.say.me
            - commandbook.msg
            - commandbook.afk
            - commandbook.whereami
            - commandbook.whereami.compass
            - commandbook.rocket
            - commandbook.whois
            - commandbook.whois.other
            - commandbook.debug.clock
            - commandbook.debug.info
            - commandbook.bans.ban
            - commandbook.bans.unban
            - commandbook.bans.isbanned
            - commandbook.bans.save
            - commandbook.time.player
            - commandbook.spawnmob
            - commandbook.time.player.other
            - commandbook.spawnmob.many
            - commandbook.weather
            - commandbook.weather.thunder
            - commandbook.teleport
            - commandbook.teleport.other
            - commandbook.teleport.other
            - commandbook.broadcast
            - commandbook.mute
            - commandbook.clear
            - commandbook.clear.other
            - commandbook.slap
            - commandbook.rocket
            - commandbook.rocket.other
            - commandbook.barrage
            - commandbook.barrage.other
            - commandbook.shock
            - commandbook.shock.other
            - commandbook.thor
            - commandbook.thor.other
            - commandbook.ip-address
            - commandbook.kick
            - myhome.home.free.*
            - myhome.bypass.*
            - myhome.home.basic.home
            - myhome.home.basic.set
            - myhome.home.basic.delete
            - myhome.home.soc.private
            - myhome.home.soc.invite
            - myhome.home.soc.uninvite
            - myhome.home.soc.public
            - mywarp.warp.basic.warp
            - mywarp.warp.basic.welcome
            - mywarp.warp.basic.compass
            - mywarp.warp.basic.list
            - mywarp.warp.basic.list
            - mywarp.warp.basic.search
            - mywarp.warp.soc.invite
            - mywarp.warp.soc.uninvite
            - mywarp.warp.sign.warp
            - mywarp.warp.basic.createpublic
            - mywarp.warp.basic.createprivate
            - mywarp.warp.basic.delete
            - mywarp.warp.soc.give
            - mywarp.warp.soc.public
            - mywarp.warp.soc.private
            - mywarp.warp.sign.create
            - PlayerStatus.afk
            - PlayerStatus.dnd
            - PlayerStatus.nochat
            - PlayerStatus.nomsg
            - PlayerStatus.ignore
            - PlayerStatus.ignore
            - minemail.paper
            - iConomy.help
            - iConomy.holdings
            - iConomy.holdings.others
            - iConomy.payment
            - iConomy.accounts.create
            - iConomy.accounts.remove
            - iConomy.accounts.give
            - iConomy.accounts.set
            - iConomy.accounts.status
            - iConomy.accounts.status.set
            - iConomy.accounts.empty
            - ChestShop.shop.create
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - OpenInv.openinv
            - OpenInv.search
            - OpenInv.crossworld
            - ChestShop.mod
            - towny.town.*
            - towny.town.toggle.pvp
            - towny.town.toggle.public
            - towny.town.toggle.mobs
            - towny.nation.*
            - towny.top
            - towny.wild.*
            prefix: '&b[&bMod&b]&f'
            suffix: '&f'
        Sub-Admin:
            inheritance: Moderator
            default: false
            permissions:
            - '*'
            prefix: '&4[&4Sub-Admin&4]&f'
            suffix: '&f'
        Admin:
            inheritance: Sub-Admin
            default: false
            permissions:
            - '*'
            prefix: '&1[&3Admin&1]&2'
            suffix: '&f'
    users:
        The_Yogs:
            group:
            - Admin
        Epik_Russian:
            group:
            - Sub-Admin
        JerryPWR:
            group:
            - default
        bl4kd3th:
            group:
            - Admin
        XH:
            group:
            - Admin
        ZAWMBEEHSLAR:
            group:
            - Sub-Admin
    
     
  7. Offline

    t3hk0d3

    this mean PEX doesn't loaded

    don't you brazen?

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

    The_Yogs

    well... only thing i need help on is adding the modifyworld.*
    does that have everything included like taking damage etc
     
  9. Offline

    t3hk0d3

    just type ingame/console

    /pex group GroupName add "modifyworld.*"

    in console remove / before command
    so just type "pex"

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

    The_Yogs

    can i disable modifyworld so i dont have to do all this

    can i just delete modifyworld so i dont have to deal w/ this?

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

    t3hk0d3

    yes
     
  12. Offline

    Tagz

    t3, using the Heroes plugin and PEX.
    PEX permissions are working great for all my groups.
    When a user choose a class in Heroes, there are permission based skills they should gain. Heroes now supports SuperPerms, but when a class that should get a permissions based skill, PEX seems to over ride it and say that they don't have access to whatever that permission node is.
    Any idea what I can do to get this to work?
    I can post my config if it helps. Thanks!

    permissions:
    backends:
    file:
    file: permissions.yml
    backend: file
    superperms:
    disable-unmatched: false
    enable: true
    matched-permissions: true
    raw-permissions: true
    debug: false
    allowOps: true
    debug: false
    basedir: plugins\PermissionsEx
    createUserRecords: false
     
  13. Offline

    austin101

    I am still having issues with my prisoner rank whatever i try i cant get it to work...

    All i want them to be able to is break cobblestone but NOTHING seems to be working.....

    Here are all the permissions i have tried.

    Code:
        prisoner:
            prefix: '&8[Prisoner]&f '
            default: false
            options:
                rank: '11'
            permissions:
            - modifyworld.chat
            - modifyworld.blocks.place.(4)
            - modifyworld.blocks.(place|destroy).cobble
            - modifyworld.blocks.destroy.cobble
            - modifyworld.blocks.destroy.4
            - modifyworld.blocks.destroy.(4)
            - modifyworld.blocks.destroy.<4>
            - modifyworld.blocks.destroy.cobblestone
            - modifyworld.blocks.place.(4)
     
  14. Offline

    DragonSupremacy

    From the Wiki, section Modifyworld:

    Code:
    [B]See <blockid> values:[/B] [URL]http://www.minecraftwiki.net/wiki/Data_values#Block_IDs_.28Minecraft_Beta.29[/URL]
     Permission node      Description 
     modifyworld.blocks.destroy.<blockid>     Player can break <blockid>. Also it's possible to specify <blockid> by name, example: modifyworld.blocks.destroy.stone 
     modifyworld.blocks.place.<blockid>     Player can place <blockid>.  [B]NOTICE[/B] This permission require modifyworld.blocks.interact.<blockid> to work properly.
     modifyworld.blocks.interact.<blockid>     Player can interact with <blockid> (use lever, press button, etc)
    
    In short, you gotta remove those brackets in between the item id and it should work
     
  15. Offline

    Donny

    How do you add negative permissions with a mysql backend?


    Edit: nvm its "-node.node"
     
  16. Offline

    Buckethead

    https://github.com/t3hk0d3/PermissionsEx/wiki/Modifyworld

    any way this can be a future thing. i like having a seperate plugin t mess with who can do waht. id like a build true and false thing if possible. much easier

    in config createUserRecords:?

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

    The_Yogs

    Just figured out that this doesnt work with ANY of my plugins... sigh
     
  18. Offline

    JOPHESTUS

    Lol, what plugins do you have?
     
  19. Offline

    The_Yogs

    i got alot, i thought this was just like the regular permissions 3.0

    Can u come on my server to see

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

    diannetea

    It works with every single plugin that I have that requires permissions. Did you reformat your config file properly? Even better post them so someone less lazy than I can help you with it.
     
  21. Offline

    The_Yogs

    Ok, ill post all my configs.

    First off: The Groups and Users:
    Code:
    groups:
        default:
            default: true
            permissions:
            - modifyworld.damage.take.fall
            - modifyworld.*
            - modifyworld.blocks.(place|destroy).tnt
            - modifyworld.blocks.(place|destroy(lapis)block
            - modifyworld.blocks.(place|destroy(diamond)block
            - modifyworld.blocks.(place|destroy(gold)block
            - modifyworld.blocks.(place|destroy(iron)block
            - modifyworld.items.(have|pickup).flintandsteel
            - petition
            - petition.moderate
            - petition.warp-to-own-if-assigned
            - petition.warp-to-own
            - lottery.buy
            - mailbox.sendtoself
            - mailbox.nocooldown
            - mailbox.user.send
            - mailbox.user.create
            - mailbox.postman.createother
            - mailbox.postman.removeother
            - multiverse.tp
            - multiverse.world.spawn
            - multiverse.list
            - multiverse.portal.list
            - starterisagod.get
            - shop.create
            - mcmmo.skills.mining
            - mcmmo.skills.woodcutting
            - mcmmo.skills.repair
            - mcmmo.skills.unarmed
            - mcmmo.skills.archery
            - mcmmo.skills.herbalism
            - mcmmo.skills.excavation
            - mcmmo.skills.swords
            - mcmmo.skills.axes
            - mcmmo.skills.acrobatics
            - mcmmo.ability.herbalism
            - mcmmo.ability.excavation
            - mcmmo.ability.unarmed
            - mcmmo.ability.mining
            - mcmmo.ability.axes
            - mcmmo.ability.swords
            - mcmmo.ability.woodcutting
            - mobarena.arenas.default
            - mobarena.use
            - mobarena.use.spectate
            - mobarena.use.leave
            - mobarena.use.join
            - mobarena.classes.Archer
            - mobarena.classes.Oddjob
            - appleseed.sign.place
            - appleseed.wand
            - appleseed.plant.apple
            - appleseed.plant
            - flight.can-buy-permit
            - flight.fuel
            - flight.directional-weight
            - lwc.protect
            - citizens.basic.modify.talkclose
            - train.build.pushHandler
            - train.build.ejector
            - train.build.destructor
            - train.build.tagswitcher
            - train.build.trigger
            - train.build.station
            - train.place.minecart
            - train.command.properties
            - train.properties.default
            - jail.usercmd.jailpay
            - jail.usercmd.jailstatus
            - auction.start
            - auction.bid
            - streetlightz.edit
            - catacombs.gold
            - catacombs.list
            - commandbook.who
            - commandbook.motd
            - commandbook.rules
            - commandbook.kit.list
            - commandbook.kit.kits.starter
            - commandbook.time.check
            - commandbook.time.player.check
            - commandbook.biome
            - commandbook.biome.other
            - commandbook.spawn
            - commandbook.return
            - commandbook.call
            - commandbook.say
            - commandbook.say.me
            - commandbook.msg
            - commandbook.afk
            - commandbook.whereami
            - commandbook.whereami.compass
            - commandbook.rocket
            - commandbook.whois
            - commandbook.whois.other
            - commandbook.debug.clock
            - commandbook.debug.info
            - myhome.home.free.*
            - myhome.bypass.*
            - myhome.home.basic.home
            - myhome.home.basic.set
            - myhome.home.basic.delete
            - myhome.home.soc.private
            - myhome.home.soc.invite
            - myhome.home.soc.uninvite
            - myhome.home.soc.public
            - mywarp.warp.basic.warp
            - mywarp.warp.basic.welcome
            - mywarp.warp.basic.compass
            - mywarp.warp.basic.list
            - mywarp.warp.basic.list
            - mywarp.warp.basic.search
            - mywarp.warp.soc.invite
            - mywarp.warp.soc.uninvite
            - mywarp.warp.sign.warp
            - PlayerStatus.afk
            - PlayerStatus.dnd
            - PlayerStatus.nochat
            - PlayerStatus.nomsg
            - PlayerStatus.ignore
            - minemail.paper
            - iConomy.help
            - iConomy.holdings
            - iConomy.holdings.others
            - iConomy.payment
            - iConomy.accounts.create
            - iConomy.accounts.remove
            - iConomy.accounts.give
            - iConomy.accounts.set
            - iConomy.accounts.status
            - iConomy.accounts.status.set
            - iConomy.accounts.empty
            - ChestShop.shop.create
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - towny.town.*
            - towny.town.toggle.pvp
            - towny.town.toggle.public
            - towny.town.toggle.mobs
            - towny.nation.*
            - towny.top
            - towny.wild.*
            prefix: '&7'
            suffix: ''
        VIP:
            inheritance: default
            default: false
            permissions:
            - modifyworld.damage.take.fall
            - modifyworld.*
            - modifyworld.blocks.(place|destroy).tnt
            - modifyworld.blocks.(place|destroy(lapis)block
            - modifyworld.blocks.(place|destroy(diamond)block
            - modifyworld.blocks.(place|destroy(gold)block
            - modifyworld.blocks.(place|destroy(iron)block
            - modifyworld.items.(have|pickup).flintandsteel
            - myhome.home.free.*
            - myhome.bypass.*
            - myhome.home.basic.home
            - myhome.home.basic.set
            - myhome.home.basic.delete
            - myhome.home.soc.private
            - myhome.home.soc.invite
            - myhome.home.soc.uninvite
            - myhome.home.soc.public
            - mywarp.warp.basic.warp
            - mywarp.warp.basic.welcome
            - mywarp.warp.basic.compass
            - mywarp.warp.basic.list
            - mywarp.warp.basic.list
            - mywarp.warp.basic.search
            - mywarp.warp.soc.invite
            - mywarp.warp.soc.uninvite
            - mywarp.warp.sign.warp
            - PlayerStatus.afk
            - PlayerStatus.dnd
            - PlayerStatus.nochat
            - PlayerStatus.nomsg
            - PlayerStatus.ignore
            - minemail.paper
            - iConomy.help
            - iConomy.holdings
            - iConomy.holdings.others
            - iConomy.payment
            - iConomy.accounts.create
            - iConomy.accounts.remove
            - iConomy.accounts.give
            - iConomy.accounts.set
            - iConomy.accounts.status
            - iConomy.accounts.status.set
            - iConomy.accounts.empty
            - ChestShop.shop.create
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - towny.town.*
            - towny.town.toggle.pvp
            - towny.town.toggle.public
            - towny.town.toggle.mobs
            - towny.nation.*
            - towny.top
            - towny.wild.*
            - commandbook.who
            - commandbook.motd
            - commandbook.rules
            - commandbook.kit.list
            - commandbook.kit.kits.starter
            - commandbook.time.check
            - commandbook.time.player.check
            - commandbook.biome
            - commandbook.biome.other
            - commandbook.spawn
            - commandbook.return
            - commandbook.call
            - commandbook.home.teleport
            - commandbook.say
            - commandbook.say.me
            - commandbook.msg
            - commandbook.afk
            - commandbook.whereami
            - commandbook.whereami.compass
            - commandbook.rocket
            - commandbook.whois
            - commandbook.whois.other
            - commandbook.debug.clock
            - commandbook.debug.info
            - commandbook.teleport
            - commandbook.clear
            - commandbook.slap
            - commandbook.slap.other
            - commandbook.rocket'
            - commandbook.kick
            - commandbook.time
            - petition
            - petition.moderate
            - petition.warp-to-own-if-assigned
            - petition.warp-to-own
            - lottery.buy
            - mailbox.sendtoself
            - mailbox.nocooldown
            - mailbox.user.send
            - mailbox.user.create
            - mailbox.postman.createother
            - mailbox.postman.removeother
            - multiverse.tp
            - multiverse.world.spawn
            - multiverse.list
            - multiverse.portal.list
            - starterisagod.get
            - shop.create
            - mcmmo.skills.mining
            - mcmmo.skills.woodcutting
            - mcmmo.skills.repair
            - mcmmo.skills.unarmed
            - mcmmo.skills.archery
            - mcmmo.skills.herbalism
            - mcmmo.skills.excavation
            - mcmmo.skills.swords
            - mcmmo.skills.axes
            - mcmmo.skills.acrobatics
            - mcmmo.ability.herbalism
            - mcmmo.ability.excavation
            - mcmmo.ability.unarmed
            - mcmmo.ability.mining
            - mcmmo.ability.axes
            - mcmmo.ability.swords
            - mcmmo.ability.woodcutting
            - mobarena.arenas.default
            - mobarena.use
            - mobarena.use.spectate
            - mobarena.use.leave
            - mobarena.use.join
            - mobarena.classes.Archer
            - mobarena.classes.Oddjob
            - appleseed.sign.place
            - appleseed.wand
            - appleseed.plant.apple
            - appleseed.plant
            - flight.can-buy-permit
            - flight.fuel
            - flight.directional-weight
            - lwc.protect
            - citizens.basic.modify.talkclose
            - train.build.pushHandler
            - train.build.ejector
            - train.build.destructor
            - train.build.tagswitcher
            - train.build.trigger
            - train.build.station
            - train.place.minecart
            - train.command.properties
            - train.properties.default
            - jail.usercmd.jailpay
            - jail.usercmd.jailstatus
            - auction.start
            - auction.bid
            - streetlightz.edit
            - catacombs.gold
            - catacombs.list
            prefix: '&5'
            suffix: '&f'
        Moderator:
            inheritance: VIP
            default: false
            permissions:
            - modifyworld.damage.take.fall
            - modifyworld.*
            - modifyworld.blocks.(place|destroy).tnt
            - modifyworld.blocks.(place|destroy(lapis)block
            - modifyworld.blocks.(place|destroy(diamond)block
            - modifyworld.blocks.(place|destroy(gold)block
            - modifyworld.blocks.(place|destroy(iron)block
            - modifyworld.items.(have|pickup).flintandsteel
            - petition
            - petition.moderate
            - petition.warp-to-own-if-assigned
            - lottery.buy
            - mailbox.sendtoself
            - mailbox.nocooldown
            - mailbox.user.send
            - mailbox.user.create
            - mailbox.user.remove
            - mailbox.postman.createother
            - mailbox.postman.removeother
            - multiverse.tp
            - multiverse.world.setspawn
            - multiverse.world.spawn
            - multiverse.list
            - multiverse.portal.creat
            - multiverse.portal.select
            - multiverse.portal.destination
            - multiverse.portal.list
            - starterisagod.on
            - starterisagod.off
            - starterisagod.time
            - starterisagod.stop
            - mxAntiPVPCheat.Admin
            - shop.create
            - lwc.protect
            - lwc.mod
            - mcmmo.skills.mining
            - mcmmo.skills.woodcutting
            - mcmmo.skills.repair
            - mcmmo.skills.unarmed
            - mcmmo.skills.archery
            - mcmmo.skills.herbalism
            - mcmmo.skills.excavation
            - mcmmo.skills.swords
            - mcmmo.skills.axes
            - mcmmo.skills.acrobatics
            - mcmmo.ability.herbalism
            - mcmmo.ability.excavation
            - mcmmo.ability.unarmed
            - mcmmo.ability.mining
            - mcmmo.ability.axes
            - mcmmo.ability.swords
            - mcmmo.ability.woodcutting
            - auction.end
            - mobarena.admin.
            - mobarena.arenas.default
            - mobarena.use
            - mobarena.use.spectate
            - mobarena.use.leave
            - mobarena.use.join
            - mobarena.classes.Archer
            - mobarena.classes.Oddjob
            - appleseed.sign.place
            - appleseed.wand
            - appleseed.plant.apple
            - appleseed.plant
            - worldedit.superpickaxe
            - flight.can-buy-permit
            - flight.fuel
            - flight.directional-weight
            - magiccarpet.mc
            - magiccarpet.ml
            - lwc.protect
            - lwc.mod
            - citizens.basic.modify.talkclose
            - train.build.pushHandler
            - train.build.ejector
            - train.build.destructor
            - train.build.tagswitcher
            - train.build.trigger
            - train.build.station
            - train.place.minecart
            - train.command.properties
            - train.properties.default
            - jail.usercmd.jailpay
            - jail.modifyjail
            - spiderjockey.spawn
            - jail.usercmd.jailstatus
            - jail.command.jail
            - auction.start
            - auction.bid
            - catacombs.gold
            - catacombs.list
            - vanish.standard
            - vanish.vanish
            - vanish.nopickup
            - vanish.nofollow
            - vanish.preventincomingdamage
            - vanish.preventoutgoingdamage
            - vanish.toggle
            - commandbook.who
            - commandbook.motd
            - commandbook.rules
            - commandbook.kit.list
            - commandbook.kit.kits.starter
            - commandbook.time.check
            - commandbook.time.player.check
            - commandbook.biome
            - commandbook.biome.other
            - commandbook.spawn
            - commandbook.return
            - commandbook.call
            - commandbook.say
            - commandbook.say.me
            - commandbook.msg
            - commandbook.afk
            - commandbook.whereami
            - commandbook.whereami.compass
            - commandbook.rocket
            - commandbook.whois
            - commandbook.whois.other
            - commandbook.debug.clock
            - commandbook.debug.info
            - commandbook.bans.ban
            - commandbook.bans.unban
            - commandbook.bans.isbanned
            - commandbook.bans.save
            - commandbook.time.player
            - commandbook.spawnmob
            - commandbook.time.player.other
            - commandbook.spawnmob.many
            - commandbook.weather
            - commandbook.weather.thunder
            - commandbook.teleport
            - commandbook.teleport.other
            - commandbook.teleport.other
            - commandbook.broadcast
            - commandbook.mute
            - commandbook.clear
            - commandbook.clear.other
            - commandbook.slap
            - commandbook.rocket
            - commandbook.rocket.other
            - commandbook.barrage
            - commandbook.barrage.other
            - commandbook.shock
            - commandbook.shock.other
            - commandbook.thor
            - commandbook.thor.other
            - commandbook.ip-address
            - commandbook.kick
            - myhome.home.free.*
            - myhome.bypass.*
            - myhome.home.basic.home
            - myhome.home.basic.set
            - myhome.home.basic.delete
            - myhome.home.soc.private
            - myhome.home.soc.invite
            - myhome.home.soc.uninvite
            - myhome.home.soc.public
            - mywarp.warp.basic.warp
            - mywarp.warp.basic.welcome
            - mywarp.warp.basic.compass
            - mywarp.warp.basic.list
            - mywarp.warp.basic.list
            - mywarp.warp.basic.search
            - mywarp.warp.soc.invite
            - mywarp.warp.soc.uninvite
            - mywarp.warp.sign.warp
            - mywarp.warp.basic.createpublic
            - mywarp.warp.basic.createprivate
            - mywarp.warp.basic.delete
            - mywarp.warp.soc.give
            - mywarp.warp.soc.public
            - mywarp.warp.soc.private
            - mywarp.warp.sign.create
            - PlayerStatus.afk
            - PlayerStatus.dnd
            - PlayerStatus.nochat
            - PlayerStatus.nomsg
            - PlayerStatus.ignore
            - PlayerStatus.ignore
            - minemail.paper
            - iConomy.help
            - iConomy.holdings
            - iConomy.holdings.others
            - iConomy.payment
            - iConomy.accounts.create
            - iConomy.accounts.remove
            - iConomy.accounts.give
            - iConomy.accounts.set
            - iConomy.accounts.status
            - iConomy.accounts.status.set
            - iConomy.accounts.empty
            - ChestShop.shop.create
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - OpenInv.openinv
            - OpenInv.search
            - OpenInv.crossworld
            - ChestShop.mod
            - towny.town.*
            - towny.town.toggle.pvp
            - towny.town.toggle.public
            - towny.town.toggle.mobs
            - towny.nation.*
            - towny.top
            - towny.wild.*
            prefix: '&b'
            suffix: '&f'
        Sub-Admin:
            inheritance: Moderator
            default: false
            permissions:
            - '*'
            prefix: '&4'
            suffix: '&f'
        Admin:
            inheritance: Sub-Admin
            default: false
            permissions:
            - '*'
            prefix: '&2'
            suffix: '&f'
    users:
        The_Yogs:
            group:
            - Admin
        Epik_Russian:
            group:
            - Sub-Admin
        JerryPWR:
            group:
            - default
        bl4kd3th:
            group:
            - Admin
        XH:
            group:
            - Admin
        ZAWMBEEHSLAR:
            group:
            - Sub-Admin
        mada9876:
            group:
            - Moderator
        snooper42:
            group:
            - VIP
        Charvet95:
            group:
            - VIP
        noah111:
            group:
            - Moderator
    Second: Permsconfig
    Code:
    permissions:
        backends:
            file:
                file: permissions.yml
        backend: file
        createUserRecords: false
        basedir: plugins\PermissionsEx
        debug: false
        allowOps: true
        superperms:
            disable-unmatched: false
            enable: true
            matched-permissions: true
            debug: false
            raw-permissions: true
    
    Modifyworld:
    Code:
    informPlayers: true
    enable: true
    itemRestrictions: true
    messages:
        prohibitedItem: You have prohibited item "%s".
        whitelistMessage: Nice try loser, Go apply. Goodbye!
        permissionDenied: Sorry, Stop Trying Shit, You not an Admin.
        whitelist: You are not allowed to join this server. Goodbye!
    whitelist: false
    drop-restricted-item: false
    And i set the chat plugin to true, does that screw up herochat? because when regs talk they have [Servername] infront instead of the chat name.

    Heres goes the last one.
    Code:
    chat-range: 100.0
    display-name-format: '%prefix%player%suffix'
    global-message-format: <%prefix%player%suffix> &e%message
    enable: true
    message-format: <%prefix%player%suffix> %message
    ranged-mode: false
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  22. Offline

    Evangon

    I was creating my own perms. I specified I *cannot* place TNT, but I can still anyways. I check the YAML parser, no problems. http://pastebin.com/4T0tUJRq
     
  23. Offline

    The_Yogs

    where? which onfig
     
  24. Offline

    TheBeast808

    Is there anywhere to let a group only promote others to a certain level?
    I want my moderators to be able to promote everybody to Citizen, but no higher.
    I know there is the "permissions.manage.membership" perm, but that would let them promote to any rank.
     
  25. Offline

    Taien

    huh? lol
     
  26. As t3hk0d3 said, this means that it's not loading. If the config you posted in post 2414 is the current one, I can see why.

    When I copy and paste that into the YAML parser, I see this:

    Code:
    {
      "users": {
        "Megalanias": {
          "prefix": "&5[YARR]&f", 
          "group": "admins"
        }, 
        "maarg": {
          "prefix": "&5[YARR]&f", 
          "group": "user"
        }
      }
    }
    I don't think this is what you want as it's missing sections that will cause PEX to error and not load. Looking at it, I'm still seeing spacing issues. There are three main sections in your config, users, groups, and worlds. Under each main section, there are sub-sections, and sub-sections for those parts as well.

    Look at what I put into code tags. The main section is users, the first sub-section is Megalanias, and the sub-sections for Megalanias are prefix and group.

    With me so far?

    Each subsection has to be indented using four spaces, no more, no less. Looking at what you copied and pasted, I see one extra space in front of every line in the users section (for starters). You do have some indents off in the groups section as well.

    So, what I suggest to do is copy and paste your config into the YAML parser I've linked to and adjust your spacing in the file until you see this in the output window:

    Code:
    {
      "worlds": {
        "nether": {
          "inheritance": [
            "world"
          ]
        }
      }, 
      "users": {
        "Megalanias": {
          "prefix": "&5[YARR]&f", 
          "group": "admins"
        }, 
        "maarg": {
          "prefix": "&5[YARR]&f", 
          "group": "user"
        }
      }, 
      "groups": {
        "default": {
          "default": true, 
          "inheritance": [
            "default"
          ], 
          "permissions": [
            "-modifyworld.blocks.place.tnt"
          ]
        }, 
        "admins": {
          "default": false, 
          "worlds": {
            "nether": {
              "prefix": "&7[ADMIN FROM HELL]", 
              "permissions": [
                "nocheat.fly"
              ]
            }
          }, 
          "inheritance": [
            "user"
          ], 
          "permissions": [
            "*"
          ]
        }, 
        "user": {
          "default": false, 
          "inheritance": [
            "default"
          ], 
          "permissions": [
            "permission.build"
          ]
        }
      }
    }
    I just tried the config that generates the above data structure on my test server and PEX loaded without issues.
     
  27. Offline

    Stig Engfdal

    Hello :)

    I got some issues that you guys hopefully will help me with

    I followed the guide at https://github.com/t3hk0d3/PermissionsEx/wiki/Basic-Setup-example
    And i added all the groups and permissions trough the console, tho when i checked the permisons.yml it was still blank

    The config is pretty original, backend is set to file
    i tried to set it to sql but it did't go so great, cant see it created any file where i can add mysql info eighter
    after reaload / restart

    Not sure what to try, have been checking the other guides on github
     
  28. Offline

    jaboy

    dose world specific group prefix/suffix work ?!

    when i do:
    Code:
    users:
        weboy:
            group:
            - Mod
            suffix: '&5[&2PanDa&5]&2'
            permissions:
            - '*'
            worlds:
                world:
                    prefix: Epic
                world2:
                    prefix: wild
    it works fine
    but when i do:
    Code:
    groups:
        Sau-Adv:
            worlds:
                Sau:
                    suffix: '&9[Sau-Adv]'
                    permissions:
                    - bla.bla.bla
                world:
                    suffix: '&4[adv]'
    i dont work :(
    have i done anything wrong... or dose this not work ?!
     
  29. Having a slight problem. I only want my default users to use levers and doors. But when I give them the right permissions in my config, it doesn't work. Here's a snipet of my config.

    Code:
    groups:
        default:
            default: true
            permissions:
            - modifyworld.blocks.interact.lever
            - modifyworld.blocks.interact.door
    Any help would be much appreciated. :)
     
  30. Offline

    NicoHood

    Hi,
    permissions.* is for this Plugin
    '*' is for everything
    But what's the permission for Bukkit? I just want the permission to stop a Server for the Mod Group. But they should not be allowed to use other commands like /give

    Thanks ;)
     
  31. Offline

    JOPHESTUS

    Here: http://wiki.bukkit.org/vanilla_permissions
     

Share This Page