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

    zodsuper

    What Plugins does the chat part of PEX require?
     
  3. Offline

    evereadycod

    Well that somtimes happends

    what u can do is give the players the ' essentials.list ' permission so then they can do /list to see who is online

    Hope i helped :D

    Also put a Pastebin of your permissions ymal so i can look at the prefixes and see whats wrong

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

    foldagerdk

    Is there any way to add inheritance through a command?
     
  5. Offline

    zodsuper

    I'm having problems with the chat. None of my players can. Can you tell me why? Help.
     
  6. Offline

    IsaiahRobichaud

    I think it is just a plugin conflict.
     
  7. Offline

    jjboase

    How Do You Get The Essentials Nickname Thing To Work It Dosent
     
  8. Offline

    afistofirony

    If you're using ChatManager, replace the %name in your chat format with %displayname.
     
  9. Offline

    evereadycod

    Hay people Good news :D i found out what was wrong.

    Anyway Im also having problems with choosing perms if somone can take a look at the permissions ymal and see if u can add anymore perms/groups to make to better that would be great

    Thx evereadycod

    Oh btw if u guy's have a server that u want me on Pm me and if anyone wants to come on mine here's the website

    www.probuilders.wikispaces.com
     
  10. Offline

    markis95

    WTF? i dont understand how to make that config and other things. Config files are diferent then in the video. Can someone help me?
     
  11. Offline

    Filip Weiss

    How does ChatManager decides which Prefix it shows if a user is member of multiple groups?
     
  12. Offline

    lambor009

    Will this be available... and in the same way it is with the Format of the Permmissions.yml file for 1.3? I was gonna change up some ranks for 1.3 but id rather it not all be wasted if its not gonna work
     
  13. Offline

    MineVille

    I set up PEX with MySQL. I also set the option "createUserRecords: true" in the config, but PEX does not create a entry when a new user joins. Can anyone help me? :(

    Thanks!

    PS: My config:

    permissions:
    basedir: plugins/PermissionsEx
    backend: sql
    backends:
    sql:
    driver: mysql
    uri: mysql://localhost/***
    user: ***
    password: ***
    superperms: {}
    createUserRecords: true
    allowOps: true
     
  14. Offline

    Dwane2k12

    Hey the plugin is great but i seem to be having a major problem with it when i rank up a player to a rank if i do ./reload or /pex reload the rank reverts and goes back to what they were any ideas or suggestions
    thanks for reading
     
  15. Offline

    alexth3great97

    can you give pex permission nodes that should be disallowd for a group or user?
     
  16. Offline

    helptowncraft

    I have a sugestion / request for the plugin.
    I love the way PEX and Towny work together, I also think that, for the chat systems out there, it is the best to use towny chat. However, when you want a member that has already donated to be a "staff member" you would have to create a new rank just for the users who is a "supporter" and "Moderator". I want to be able to allow users to have two ranks, inherit the permissions for both ranks, as well as have the prefix for the staff member rank and the suffix for the donor rank. Do you see how this would work?
     
  17. Offline

    Badman959

    Is there any way i can import my permissions from bPermissions to PermissionsEX?
     
  18. Offline

    rusty0509

    i am having trouble configuring the modifyworld config.yml because when i do
    whitelist: true
    instead of saying You are not allowed to join this server. Goodbye!. it says you are not white-listed on this server! like if i didn't setup the white-list to true. can xomeone explain me this please?
     
  19. Offline

    Davo464

    can u plz send me a .jar file of the plugin or tell m how to contvert it to .jar on mac or could you post one on the forum plz thanks! :D
     
  20. Offline

    darvd29

    <post deleted>
    Sorry, my fault I used 2 tabulators :) Thanks to crfptb0808 for advice that I should use yml parser, although that isn't advice for me but worked for me too :) Thanks crfptb! (PS. You can't use easier to write nick :D?)
     
  21. Offline

    crfptb0808

    Hey great plugin! But i had a question! With chatmanager, i want the format to be like "[Group] Player: Message" , so i set it up like that. When i reload my server, it doesnt work. I then went back to the config, and saw that it had completely reset to the default config. Is there a way to fix this?
     
  22. Offline

    mahari3

    I'm trying to allow my staff normal layer permissions only on the world "Survival" and the world "PvP".
    but with my current setup they can still use all the permissions, here they are and if anyone can; please fix them or just tell me what I need to do to fix it please:

    Code:
    groups:
      NewBorn:
        default: true
        permissions:
        worlds:
            PvP:
                permissions:
                - AutoGamemode.changeall.ignore
                - modifyworld.*
                - limitedcreative.switch_gamemode.survival
                - rcmds.see.warn
                - rcmds.see.kick
                - rcmds.see.ban
                - rcmds.listwarns
                - SideKickEconomy.balance
                - SideKickEconomy.pay
                - scap.supercape.normalcape.coloredcape
                - scap.supercape.atronachcape
                - scap.supercape.earthcape
                - scap.supercape.expcape
                - scap.supercape.fatmancape
                - scap.supercape.firecape
                - scap.supercape.glidecape
                - scap.supercape.helpercape
                - scap.supercape.icecape
                - scap.supercape.invisiblecape
                - scap.supercape.lightningcape
                - scap.supercape.lightcape
                - scap.supercape.mediccape
                - scap.supercape.minerscape
                - scap.supercape.mooncape
                - scap.supercape.naturecape
                - scap.supercape.obsidiancape
                - scap.supercape.poisoncape
                - scap.supercape.powercape
                - scap.supercape.speedcape
                - scap.supercape.suncape
                - scap.supercape.watercape
                - scap.supercape.windcape
                - scap.monstercape.blazecape
                - scap.monstercape.creepercape
                - scap.monstercape.endermancape
                - scap.monstercape.ghastcape
                - scap.monstercape.magmacubecape
                - scap.monstercape.pigmancape
                - scap.monstercape.silverfishcape
                - scap.monstercape.skeletoncape
                - scap.monstercape.slimecape
                - scap.monstercape.spidercape
                - scap.monstercape.wolfcape
                - scap.monstercape.zombiecape
                - scap.animalcape.catcape
                - scap.animalcape.chickencape
                - scap.animalcape.cowcape
                - scap.animalcape.mooshroomcape
                - scap.animalcape.ocelotcape
                - scap.animalcape.pigcape
                - scap.animalcape.sheepcape
                - scap.animalcape.squidcape
                - scap.animalcape.villagercape
                - AutoGamemode.login.survival
                - AutoGamemode.changeworld.survival
                - AutoGamemode.respawn.survival
                - rcmds.suicide
                - modifyworld.*
            Survival:
                permissions:
                - limitedcreative.switch_gamemode.survival
                - limitedcreative.nolimit.lever
                - limitedcreative.nolimit.button
                - limitedcreative.nolimit.sign
                - rcmds.see.warn
                - rcmds.see.kick
                - rcmds.see.ban
                - rcmds.listwarns
                - nocheatplus.checks.inventory.drop
                - lockette.user.create.*
                - SideKickEconomy.balance
                - SideKickEconomy.pay
                - scap.supercape.normalcape.coloredcape
                - scap.supercape.atronachcape
                - scap.supercape.earthcape
                - scap.supercape.expcape
                - scap.supercape.fatmancape
                - scap.supercape.firecape
                - scap.supercape.glidecape
                - scap.supercape.helpercape
                - scap.supercape.icecape
                - scap.supercape.invisiblecape
                - scap.supercape.lightningcape
                - scap.supercape.lightcape
                - scap.supercape.mediccape
                - scap.supercape.minerscape
                - scap.supercape.mooncape
                - scap.supercape.naturecape
                - scap.supercape.obsidiancape
                - scap.supercape.poisoncape
                - scap.supercape.powercape
                - scap.supercape.speedcape
                - scap.supercape.suncape
                - scap.supercape.watercape
                - scap.supercape.windcape
                - scap.monstercape.blazecape
                - scap.monstercape.creepercape
                - scap.monstercape.endermancape
                - scap.monstercape.ghastcape
                - scap.monstercape.magmacubecape
                - scap.monstercape.pigmancape
                - scap.monstercape.silverfishcape
                - scap.monstercape.skeletoncape
                - scap.monstercape.slimecape
                - scap.monstercape.spidercape
                - scap.monstercape.wolfcape
                - scap.monstercape.zombiecape
                - scap.animalcape.catcape
                - scap.animalcape.chickencape
                - scap.animalcape.cowcape
                - scap.animalcape.mooshroomcape
                - scap.animalcape.ocelotcape
                - scap.animalcape.pigcape
                - scap.animalcape.sheepcape
                - scap.animalcape.squidcape
                - scap.animalcape.villagercape
                - deathbind.*
                - group.NewBorn
                - rcmds.suicide
                - ChestShop.shop.buy
                - ChestShop.shop.sell
                - AutoGamemode.login.survival
                - AutoGamemode.changeworld.survival
                - AutoGamemode.respawn.survival
                - iConomy.holdings
                - iConomy.help
                - iConomy.payment
                - lockette.user.create.*
                - AutoGamemode.changeall.ignore
                - modifyworld.*
                - rcmds.tpaccept
                - rcmds.tpdeny
                - rcmds.trade
                - rcmds.spawn
                - rcmds.ragequit
                - rcmds.quit
                - rcmds.kit
                - rcmds.rules
                - rcmds.home
                - rcmds.sethome.1
                - rcmds.delhome
                - rcmds.listhome
        options:
          rank: '600'
      Civilian:
        default: false
        inheritance:
        - NewBorn
        permissions:
        - ThumbsApply.NotGuest
        - group.Civilian
        - ThumbsApply.NotGuest
        - rcmds.build
        - rcmds.message
        - rcmds.workbench
        - rmcds.furnace
        - worldportal.use
        - ChestShop.shop.create
        - bookworm.create
        - bookworm.write.own
        - bookworm.place.own
        - bookworm.copy.own
        - bookworm.copy.others
        - bookworm.remove.own
        - bookworm.destroy.own
        - bookworm.get.own
        - bookworm.getid
        - modifyworld.*
        worlds:
            PvP:
                inheritance:
                - NewBorn
            Survival:
                permissions:
                inheritance
        options:
          rank: '500'
      PoweredCivilian:
        Inheritance:
        - NewBorn
        - Civilian
        Permissions:
        - ThumbsApply.NotGuest
        - group.PoweredCivilian
        - mobdisguise.skeleton
        - mobdisguise.zombie
        - mobdisguise.squid
        - mobdisguise.chicken
        options:
          rank: '400'
      PoweredCivilian+:
        Inheritance:
        - NewBorn
        - Civilian
        - PoweredCivilian
        permissions:
        - rcmds.nick
        - ThumbsApply.NotGuest
        - group.PoweredCivilian+
        - mobdisguise.cat
        - mobdisguise.creeper
        - mobdisguise.ocelot
        - mobdisguise.cow
        - mobdisguise.
        options:
          rank: '300'
      PoweredCivilian++:
        Inheritance:
        - NewBorn
        - Civilian
        - PoweredCivilian
        - PoweredCivilian+
        permissions:
        - ThumbsApply.NotGuest
        - group.PoweredCivilian++
        - mobdisguise.*
        options:
          rank: '200'
      GreaterBeing:
        default: false
        inheritance:
        - NewBorn
        - Player
        permissions:
        worlds:
            PvP:
              inheritance:
              - NewBorn
              permissions:
              - rcmds.banned
              - rcmds.jail
              - rcmds.mute
              - rcmds.kick
              - nocheatplus.admin.chatlog
              - nocheatplus.admin.commands
              - nocheatplus.admin.reload
              - rcmds.fixchunk
              - rcmds.broadcast
              - rcmds.tempban
              - rcmds.dejail
            Krosteus:
                    inheritance:
                    - NewBorn
                    permissions:
                    - rcmds.fixchunk
                    - rcmds.sci
                    - rcmds.speak
                    - rcmds.facepalm
                    - rcmds.slap
                    - rcmds.banned
                    - rcmds.jail
                    - rcmds.mute
                    - rcmds.kick
                    - nocheatplus.admin.chatlog
                    - nocheatplus.admin.commands
                    - nocheatplus.admin.reload
                    - lockette.admin.*
                    - lockette.*
                    - scap.*
                    - ThumbsApply.NotGuest
                    - group.GreaterBeing
                    - SignMessage.CreateSign
                    - rcmds.broadcast
                    - rcmds.back
                    - rcmds.kick
                    - rcmds.tempban
                    - rcmds.jail
                    - rcmds.dejail
                    - rcmds.sethome.10
                    - mobdisguise.player
                    - modifyworld.*
                    - bookworm.*
                    - worldedit.drain
                    - worldedit.extinguish
                    - worldedit.history.undo
                    - worldedit.navigation.unstuck
                    - worldedit.navigation.thru
                    - worldedit.navigation.ceiling
                    - worldedit.navigation.up
                    - mobdisguise.*
        options:
          rank: '100'
      Overseer:
        default: false
        inheritance:
        - NewBorn
        - GreaterBeing
        - Player
        permissions:
        - limitedcreative.regions.bypass
        - limitedcreative.regions
        - limitedcreative.config
        - limitedcreative.switch_gamemode.creative
        - limitedcreative.switch_gamemode
        - rcmds.admin
        - spoutbroadcast.say
        - spoutbroadcast.player
        - ThumbsApply.NotGuest
        - SimpleGamemode.use
        - permissions.manage
        - permissions.debug
        - permissions.manage.<user>
        - permissions.manage.<user>
        - permissions.manage.reload
        - permissions.manage.users
        - permissions.manage.users.cleanup
        - permissions.manage.worlds
        - permissions.manage.worlds
        - permissions.manage.users
        - permissions.manage.users.permissions.<user>
        - permissions.manage.users.<user>
        - permissions.manage.users.permissions.<user>
        - permissions.manage.membership.<user>
        - permissions.manage.groups.list
        - permissions.manage.groups.inheritance.<group>
        - permissions.manage.groups.permissions.<group>
        - coreprotect.rollback
        - coreprotect.restore
        - coreprotect.inspect
        - coreprotect.help
        - worldportal.create
        - worldportal.remove
        - worldportal.teleport
        - worldportal.save
        - worldportal.reload
        - autoannouncer.announce
        - ichat.color
        - ichat.reload
        - worldedit.*
        - modifyworld.*
        - worldguard.*
        worlds:
            PvP:
                inheritance:
                - NewBorn
                - GreaterBeing
        options:
          rank: '50'
      GriffonBrother:
        default: false
        inheritance:
        - PoweredCivilian
        - PoweredCivilian+
        - NewBorn
        - Griffon
        - GreaterBeing
        - Overseer
        permissions:
        worlds:
            PvP:
                inheritance:
                - NewBorn
                - GreaterBeing
        options:
          rank: '25'
      Griffon:
        default: false
        inheritance:
        - PoweredCivilian
        - PoweredCivilian+
        - NewBorn
        - GreaterBeing
        - Overseer
        permissions:
        - spoutbroadcast.say
        - spoutbroadcast.player
        - ThumbsApply.NotGuest
        - permissions.user.demote.default
        - permissions.user.promote.default
        - permissions.manage.membership.<group>
        - permissions.manage.groups.permissions.<group>
        - permissions.manage.groups.inheritance.<group>
        - permissions.manage.groups.permissions.timed.<group>
        - permissions.manage.groups.remove.<group>
        - permissions.manage.groups.create.<group>
        - permissions.manage.groups.suffix.<group>
        - permissions.manage.groups.prefix.<group>
        - permissions.manage.groups.inheritance
        - permissions.manage.users.permissions.timed.<user>
        - permissions.manage.users.permissions.<user>
        - permissions.manage.users.<user>
        - permissions.manage.users.suffix.<user>
        - permissions.manage.users.prefix.<user>
        - permissions.manage.worlds.inheritance
        - permissions.manage.dump
        - permissions.manage.users.cleanupc
        - permissions.manage.backend
        - permissions.manage.config
        - permissions.manage.reload
        - permissions.debug
        - coreprotect.*
        - AutoGamemode.changeworld.creative
        - AutoGamemode.respawn.creative
        - AutoGamemode.auto.getMessage
        - AutoGamemode.auto.getTrigger
        - AutoGamemode.login.creative
        - AutoGamemode.command.survival
        - AutoGamemode.command.creative
        - AutoGamemode.command.switch
        - AutoGamemode.changeothers.survival
        - AutoGamemode.changeothers.creative
        - AutoGamemode.changeothers.switch
        - AutoGamemode.changeothers.check
        - AutoGamemode.changeall.survival
        - AutoGamemode.changeall.creative
        - AutoGamemode.changeall.switch
        - AutoGamemode.changeall.check
        - AutoGamemode.inform
        - AutoGamemode.commands.getMessage
        - modifyworld.*
        - rcmds.admin
        - rcmds.exempt.*
        worlds:
            Survival:
                inheritance:
                - NewBorn
                - GreaterBeing
            PvP:
                inheritance:
                - NewBorn
                - GreaterBeing
        options:
          rank: '1'
    users:
      mahari3:
        group:
        - Griffon
      XxSide128xX:
        group:
        - GriffonBrother
      CalvinHolds:
        group:
        - Civilian
      Death_Bane:
        group:
        - GriffonBrother
      cwill321:
        group:
        - GreaterBeing
        permissions:
        - SimpleGamemode.use
        - AutoGamemode.command.creative
        - AutoGamemode.command.survival
    
     
  23. Offline

    crfptb0808

    Accual
    accually for that its quite easy. Just put them in a YML parser, and fix any errors! Hope this helps!
     
    darvd29 likes this.
  24. Offline

    darvd29

    Thanks crfptb :) I accidentally used 2 tabulators and permissions doesn't work. I put my file in YML parser and it works. Thanks again!

    EDIT.
    Next question... In package there's chat manager where I can change message display format. Can I change it only for admin? I mean that I want to users message display in normal color, but admins messages display in red. (sorry for my ENG :p)
     
  25. Offline

    crfptb0808

    Lol just call me Crf xD And also if you want only admin to be red, change the settings in your essentials config (if you have it) and do it there! If you need more help just PM me :p Oh and by the way, would you be able to set up the chat in chatmanager [%Prefix] %name%suffix: and send it to me? Mine keeps getting reset to original form when i do it :(
     
  26. Offline

    mahari3

    Not really no, There are no errors in my permissions....

    EDIT1: The permissions don't give any errors what-so-ever. I had already checked with the parser before Posting. It isn't that I dont appreciate the help but i have already dont that. :(
     
  27. Offline

    Den2467

    I can't seem to set the color prefix for admins group! HELP
     
  28. Hmm, if I remember correctly, put the &e on the message-format line as well. Player chat on a server and a 'global' message (never mind that most player chat is seen by everyone on a server) are two separate things, with global-messages being the channel used by a lot of plugins or specific commands, not by normal player chat.

    And ya, please use pastebin or pastie next time. It does make it a lot easier to read. :)
     
  29. Offline

    Kaosvf

    Hi,
    since the last update now all groups that have a prefix in chat appear with a double prefix, this is an example: http://i.imgur.com/zw4yS.png
    what can I do?
    Regards.
     
  30. Offline

    Vixolus

    I have modify world enabled, the YAML Parser shows no errors, yet default players can still break stuff?

    I tested it myself and I set myself to default and deopped myself. Reloaded the server and everything.

    Code:
    groups:
      Admin:
        prefix: '&e(&6Admins&e)&6 '
        default: false
        permissions:
        - warzone.admin
        - '*'
      default:
        default: true
        permissions:
        - modifyworld.login
        - modifyworld.chat
        - modifyworld.sneak
        - modifyworld.sprint
        - modifyworld.private
        - modifyworld.usebeds
        - modifyworld.items.*
        - modifyworld.damage.*
        - -modifyworld.blocks.destroy.*
        - -modifyworld.bucket.empty.lava
        - -modifyworld.blocks.place.10
        - -modifyworld.blocks.place.11
        - -modifyworld.blocks.place.51
        - -modifyworld.blocks.place.7
        - -modifyworld.blocks.place.90
        - -modifyworld.blocks.place.56
    users:
      Vixolus:
        group:
        - default
    
    What am I doing wrong?
     
  31. Offline

    Ellest

    Help me please!
    I want create a creative world, in that world all player are in creative mode.
    I create this world with multiverse.
    Now I want to set separate inventories for the two worlds (world and creative).
    To do this i use multiverse inventories! and it work!!
    Now, I want set permissions (with pex) for the creative world...
    I want to set permissions for:
    un the creative world, normal users can:
    use worldedit command
    use /gamemode
    not use /sethome (esssentials)
    not use /f claim (factions)
    My question is: can I set separate permissions for the worlds??
    i try that:
    Show Spoiler

    groups:
    utente:
    default: true
    prefix: '&f -Utente- '
    permissions:
    ....permissions......
    worlds:
    Creative:
    ....permissions......

    Admin:
    default: false
    inherit: utente
    build: true
    prefix: '&e -Admin- '
    suffix: '&f'
    permissions:
    ....permissions......


    In the console there are a lot of error...
    What's wrong??
    Help me!
     

Share This Page