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

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    [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
    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.

    This post has been edited 103 times. It was last edited by t3hk0d3 Dec 24, 2012.
    grid21, MrRazull, EditsHD and 70 others like this.
  2.  
  3. Offline

    Daxxie

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    yup, i tested and thx a lot <3
    btw, got a question
    what i need to do if i want to make a player, Mod, or VIP...??
  4. Offline

    Stealth007

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

    That's not too hard. At first you need to set a rank to every single group.
    Your default group should be the highest rank, something like 1000 or 100.
    And your highest rank (Like an Admin) should have the lowest rank for example 1 or even 0.
    When your highest rank (Admin) is 0 you cannot promote someone to that rank by any command.
    To promote someone to with a rank value 0 you'll have to change the rank in the permissions.yml file.

    users:
    exampleuser:
    group:
    - Examplegroup <---- change it into admin, default, vip, mod or what ever

    To change the rank you can use a command in your console or in game (console is recommended)
    Console:
    pex group groupname set rank(Must be an integer, a number)
    In your case it would be: pex group Examplegroup set rank 1000
    It is case sensitive so be sure its right.

    green = actual command

    And when you do it manually, just add

    Code:
     
      Examplegroup:
        default: true
        options:
          rank: 1000
        prefix: '&a[Exampleprefix]&f'
        permissions:
        - -mcmmo.commands.ptp
        - -mcmmo.chat.partychat
        - -mcmmo.chat.* and so on...
     
    
    I hope this works for you, for more information visit: https://github.com/PEXPlugins/PermissionsEx/wiki/Basic-Permissions-Setup

    This post has been edited 2 times. It was last edited by Stealth007 May 25, 2012.
  5. Offline

    mineboy217

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    yo t3hk0d3 im whatching your video on youtube and i cant find that GitHub site
  6. Offline

    Tendonsie

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hey,
    I have 2 maps and I want that rank "default" can build on map "world" and can't build on map "skylands".
    But nothing works to disallow them to build on the skylands map.
    On the wiki on github I didn't found any solution for this.
    Thanks
  7. Offline

    Riolu

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    lol, 228 pages.

    Hi.
    Wondering, if I somehow can made exclusion for any nodes.
    In shity PermissionsBukkit I was avalible to turn true or false for every each node. But how can I do it this or just exclusion node?
  8. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It's linked in the top post.
  9. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Sounds like your multiworld permissions setup is incorrect.
  10. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Exclusion mode? I'm not sure I understand.

    Generally, if you don't want a group to have access to a permission, you simply do not assign it to the group. For those plugins that automatically give permissions, you can negate them with a dash in front of the node name. The wiki has quite a few examples, as does the top post. :)
  11. Offline

    Tendonsie

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It's nothing with multiworld. If you have nether en world you also can't disable it for one world and the other not, how to do it. Can you give an example?
  12. Offline

    bonani

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  13. Offline

    Stealth007

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Have you both updated PEX and Modifyworld? And when enabled, Chatmanager?
  14. Offline

    Sway

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I have no clue why this just happened bt PermissionsEx was working 5 minutes ago then out of nowhere i got this..... ._. can someone please help me out?

    27.05 01:07:19 [Server] SEVERE at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    27.05 01:07:19 [Server] SEVERE at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
    27.05 01:07:19 [Server] SEVERE at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:558)
    27.05 01:07:19 [Server] SEVERE at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    27.05 01:07:19 [Server] SEVERE at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    27.05 01:07:19 [Server] SEVERE at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    27.05 01:07:19 [Server] SEVERE at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    27.05 01:07:19 [Server] SEVERE at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
    27.05 01:07:19 [Server] SEVERE at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
    27.05 01:07:19 [Server] SEVERE at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
    27.05 01:07:19 [Server] SEVERE at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:479)
    27.05 01:07:19 [Server] SEVERE at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    27.05 01:07:19 [Server] SEVERE at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    27.05 01:07:19 [Server] SEVERE at com.earth2me.essentials.Essentials.onCommand(Essentials.java:288)
    27.05 01:07:19 [Server] SEVERE at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:383)
    27.05 01:07:19 [Server] SEVERE at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:96)
    27.05 01:07:19 [Server] SEVERE at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:102)
    27.05 01:07:19 [Server] SEVERE at com.earth2me.essentials.commands.Commandbroadcast.run(Commandbroadcast.java:23)
    27.05 01:07:19 [Server] SEVERE at com.earth2me.essentials.Essentials.broadcastMessage(Essentials.java:549)
    27.05 01:07:19 [Server] SEVERE at org.bukkit.craftbukkit.CraftServer.broadcastMessage(CraftServer.java:328)
    27.05 01:07:19 [Server] SEVERE at org.bukkit.craftbukkit.CraftServer.broadcast(CraftServer.java:971)
    27.05 01:07:19 [Server] SEVERE at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:102)
    27.05 01:07:19 [Server] SEVERE at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:102)
    27.05 01:07:19 [Server] SEVERE at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:110)
    27.05 01:07:19 [Server] SEVERE at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.performCheck(PermissiblePEX.java:124)
    27.05 01:07:19 [Server] SEVERE at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:155)
    27.05 01:07:19 [Server] SEVERE at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:148)
    27.05 01:07:19 [Server] SEVERE java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?



    Edit: i restarted the server and got absolutely no error's and everything is working fine again that's odd. :confused:

    This post has been edited 3 times. It was last edited by Sway May 27, 2012.
  15. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Well, there is the wiki section on multiworld:
    https://github.com/PEXPlugins/PermissionsEx/wiki/Advanced-permissions-setup#wiki-pex-multiworld

    There is also the example in the top post, it has a multiworld section.

    Best thing would be to post your permissions on something like pastie.org or pastebin.com and link to it here. :)
  16. Offline

    ruben1234567899

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    can some one help me with this permissions:

    This post has been edited 1 time. It was last edited by ruben1234567899 May 27, 2012.
  17. Offline

    andrewpo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    No because you haven't preserved spacing.
  18. Offline

    Stealth007

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Whats the problem?

    And next time when you paste a part of your permissions use [.code](permissions)[./code] without the . just to be sure you've posted an exact copy of your code.

    I've taken a look at your permissions, its seems oké.
    Try to use these:

    Code:
     
    groups:
      Gjest:
        prefix: '&3[Gjest]&9'
        default: true
        permissions:
        - modifyworld.*
        - admincmd.warp.tp
        - admincmd.spawn.tp
        options:
          rank: '1000'
      Bygger:
        prefix: '&c[Bygger]&7'
        permissions:
        - admincmd.warp.tp
        - admincmd.spawn.tp
        - admincmd.tp.home
        - modifyworld.*
        - admincmd.server.help
        options:
          rank: '900'
      Moderator:
        prefix: '&5[Mod]&7'
        permissions:
        - admincmd.warp.tp
        - admincmd.spawn.tp
        - admincmd.tp.home
        - modifyworld.*
        - admincmd.time.day
        - admincmd.server.help
        worlds:
          Stor-Byen_nether:
            permissions:
            - admincmd.warp.tp
            - admincmd.spawn.tp
            - admincmd.tp.home
            - modifyworld.*
            - admincmd.time.day
            - admincmd.server.help
        options:
          rank: '800'
      Semi-Admin:
        prefix: '&4[Semi-Admin]&8'
        permissions:
        - admincmd.time.*
        - admincmd.item.*
        - admincmd.tp.*
        - admincmd.weather.clear
        - admincmd.weather.freeze
        - admincmd.warp.*
        - admincmd.mob.kill
        - admincmd.mob.spawn
        - admincmd.server.*
        worlds:
          Stor-Byen_nether:
            Permissions:
            - admincmd.time.*
            - admincmd.item.*
            - admincmd.tp.*
            - admincmd.weather.clear
            - admincmd.weather.freeze
            - admincmd.warp.*
            - admincmd.mob.kill
            - admincmd.mob.spawn
            - admincmd.server.*
          Stor-Byen_the_end:
            Permissions:
            - admincmd.time.*
            - admincmd.item.*
            - admincmd.tp.*
            - admincmd.weather.clear
            - admincmd.weather.freeze
            - admincmd.warp.*
            - admincmd.mob.kill
            - admincmd.mob.spawn
            - admincmd.server.*
        options:
          rank: '700'
      Admin:
        prefix: '&12[Admin]&13'
        permissions:
        - '*'
        options:
          rank: '600'
    users:
      ruben1234567899:
        group:
        - Admin
      klomika:
        group:
        - Semi-Admin
      dream_soope:
        group:
        - Moderator
      mxisakxm:
        group:
        - Moderator
      eldar2468:
        group:
        - Bygger
      wolwes:
        group:
        - Bygger
      brysi1999x:
        group:
        - Bygger
    

    This post has been edited 3 times. It was last edited by Stealth007 May 27, 2012.
  19. Offline

    Riolu

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Exactly what I mean :D Thank you, I did that I want.
  20. Offline

    Lotto

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  21. Offline

    berg_jnl

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    can i disable changing gamemode from another wold?
    i got one creative and one creative but whit essentials i sometimes change the gamemode from players in the surival world whitout noticed
  22. Offline

    Methero

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hey since i updated my server to cb 1.2.5 r3.0 this appears in my console on startup
    ( i used cb 1.2.5. r 1.0 before and the same problem appears if i switch to cb 1.2.5. r2.0 ...
    can anybode help me ???

  23. Offline

    Stealth007

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

    Yep i know how to fix it. And how to remove the triple Giocatore prefix you showed me with the screens.
    And **** it took a while...

    This is what I did.

    Step 1:
    - Disable Chatmanager (can be found in the Chatmanager folder)

    Step 2:
    - Open your Towny folder.

    Step 3:
    - Open ChatConfig.yml

    Step 4:
    - search for 'channel_formats:' (withouth the '' its just to indicate where to look for)

    Step 5:
    .1- This is the default preset:
    global: '{channelTag} {worldname}{townytagoverride}{townycolor}{permprefix}{group} {townyprefix}{modplayername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'

    red = what caused the triple Giocatore prefix (most likely)

    .2- This is what I made (so change the default global message stlye into what i made)
    global: '{permprefix} {townycolor}{townyprefix}{msgcolour}{playername}&f:{msgcolour} {msg}'

    Step 6:
    - Be sure that modify_chat is enabled (can be found in the ChatConfig.yml)

    Step 7:
    - Type the following rules in your console (if you're able to do that)

    pex group Giocatore set rank 1000
    pex group Admins set rank 0
    pex group Moderatore set rank 300
    pex group VIP set rank 700

    pex group Giocatore set prefix &6[Giocatore]&f
    pex group Admin set prefix &4[Admin]&f
    pex group Moderatore set prefix &2[MOD]&f
    pex group VIP set prefix &5[VIP]&f

    save-all
    stop

    Now restart your server. And HOPEFULLY you'll get this (see pic)

    Kowak_pic3.jpg


    And than they told me I was lonely ;(

    There's probably more than just this that has to be fixed. But it's working for me and I didnt change anything in your plugins. Only in the ChatConfig.yml and i added the prefixes in the permissions.yml file.
    I hope this will work for you because it was a pain in the ass!!!

    This post has been edited 3 times. It was last edited by Stealth007 May 27, 2012.
  24. Offline

    Stealth007

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Update
    Update Simplejail
    Update Permissionsex
    And in your CraftGuard plugin config file is an error. It says that there is an unexpected character. Like !@#$%^*()_+ or what ever. So you better check that file and delete it :) and you m8 want to update CraftGuard too.
  25. Offline

    evereadycod

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hey everyone I need help with this one. I dont know if this is the right section or not. Anyway I need a donator rank put somwhere in this. Pls add a Modifyed link if u want to change anything.

    http://pastebin.com/mQycjgUP
  26. Offline

    Stealth007

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Code:
    users:
      evereadycod:
        group:
        - Owner
      matthew_funny:
        group:
        - Admin
      BananaPieSplit:
        group:
        - Mod
        permissions:
        - mobdisguise.*
      mhall156:
        group:
        - Admin
      TheStudSmuffin:
        group:
        - Admin
      johnston101:
        group:
        - Admin
      MitziMoo:
        group:
        - Admin
      09UberBoy90:
        group:
        - Owner
      stewie_gangsta24:
        group:
        - Mod
        permissions:
        - mobdisguise.*
      danielouismith:
        group:
        - Admin
      JakeTheNinja12:
        group:
        - Mod
      Lochman01:
        group:
        - Admin
        permissions:
        - essentials.give
      mickyjoe01:
        group:
        - Admin
      deano342:
        group:
        - Mod
        permissions:
        - mobdisguise.*
      Aristion:
        group:
        - Mod
      Penguins_or_Gtfo:
        group:
        - Builder
      nightmaresninja:
        group:
        - Builder
      _themrfatbros_:
        group:
        - Builder
      motromatt11:
        group:
        - Admin
      Notch:
        group:
        - Admin
      lovetrolls:
        group:
        - Builder
      curtis_7:
        group:
        - Builder
      OpDeploy:
        group:
        - Mod
      codemonkey32:
        group:
        - Mod
      poseidon642:
        group:
        - Mod
      jman1617:
        group:
        - Builder
      bty101:
        group:
        - Builder
      duckmuck999:
        group:
        - Admin
      evereaedycod:
        group:
        - Builder
    groups:
      Player:
        default: true
        prefix: '[&6Player]&f'
        suffix: ''
        build: true
        permissions:
        - multiverse.help
        - battlenight.user
        - lockette.user.create*
        - iConomy.access
        - -bukkit.command.version
        - -bukkit.command.plugin
        - iConomy.admin.account.create
        - iConomy.admin.account.remove
        - multiverse.core.list.worlds
        - multiverse.core.info
        - multiverse.access.*
        - essentials.sethome
        - essentials.suicide
        - essentials.afk
        - essentials.balance
        - essentials.balancetop
        - essentials.help
        - essentials.helpop
        - essentials.ignore
        - essentials.list
        - essentials.me
        - essentials.motd
        - essentials.rules
        - essentials.realname
        - essentials.signs.use.buy
        - essentials.signs.use.sell
        - essentials.tpdeny
        - essentials.home
        - essentials.tpaccept
        - essentials.spawn
        - essentials.msg
        - essentials.tpa
        - multiverse.core.spawn.self
        - multiverse.portal.list
        - iConomy.money
        - multiverse.portal.access.portal
        - multiverse.portal.access.portal1
        options:
          rank: '600'
      Builder:
        default: false
        prefix: '[&3Builder]&f'
        suffix: ''
        build: true
        inheritance:
        - Player
        permissions:
        - -bukkit.command.version
        - -bukkit.command.plugin
        - multiverse.core.tp.self
        - iConomy.bank.join
        - iConomy.bank.leave
        - iConomy.bank.list
        - iConomy.bank.main
        - essentials.home.multiple
        - essentials.afk
        - essentials.back
        - essentials.back.ondeath
        - essentials.balance
        - essentials.balance.others
        - essentials.balancetop
        - essentials.chat.color
        - essentials.chat.shout
        - essentials.chat.question
        - essentials.compass
        - essentials.depth
        - essentials.ignore
        - essentials.kit
        - essentials.kit.tools
        - essentials.mail.*
        - essentials.me
        - essentials.msg
        - essentials.nick
        - essentials.pay
        - essentials.ping
        - essentials.powertool
        - essentials.protect
        - essentials.sethome
        - essentials.signs.use.*
        - essentials.signs.create.disposal
        - essentials.signs.create.mail
        - essentials.signs.create.protection
        - essentials.signs.create.trade
        - essentials.signs.break.disposal
        - essentials.signs.break.mail
        - essentials.signs.break.protection
        - essentials.signs.break.trade
        - essentials.suicide
        - essentials.time
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.list
        - essentials.worth
        - multiverse.core.list.who
      options:
        rank: '500'
      Donator:
        default: false
        prefix: '[Donator]'
        suffix: ''
        build: true
        permissions:
        - ..... and so no
        options:
          rank: '400'
      Mod:
        default: false
        prefix: '&f[&6Moderator&f]&a'
        suffix: ''
        build: true
        inheritance:
        - Builder
        permissions:
        - multiverse.core.spawn.other
        - bukkit.command.version
        - bukkit.command.plugin
        - iConomy.admin.bank.create
        - lockette.admin.bypass
        - lockette.admin.snoop
        - iConomy.admin.bank.remove
        - iConomy.admin.bank.set
        - iConomy.admin.hide
        - iConomy.admin.purge
        - iConomy.bank.access
        - iConomy.bank.deposit
        - iConomy.admin.set
        - iConomy.admin.stats
        - multiverse.portal.exempt.portal
        - multiverse.portal.exempt.portal1
        - multiverse.bypass.gamemode.*
        - multiverse.portal.select
        - multiverse.portal.info
        - multiverse.portal.create
        - multiverse.portal.modify
        - multiverse.signportal.create
        - multiverse.signportal.validate
        - multiverse.netherportals.link
        - multiverse.netherportals.unlink
        - multiverse.netherportals.show
        - multiverse.core.import
        - multiverse.teleport.*
        - multiverse.core.create
        - multiverse.core.spawn.set
        - multiverse.core.coord
        - essentilas.gamemode
        - essentials.ban.notify
        - essentials.broadcast
        - essentials.clearinventory
        - essentials.delwarp
        - essentials.eco.loan
        - essentials.ext
        - essentials.getpos
        - essentials.helpop.recieve
        - essentials.home.others
        - essentials.invsee
        - essentials.jails
        - essentials.jump
        - essentials.kick
        - essentials.kick.notify
        - essentials.kill
        - essentials.mute
        - essentials.nick.others
        - essentials.realname
        - essentials.setwarp
        - essentials.signs.create.*
        - essentials.signs.break.*
        - essentials.spawner
        - essentials.thunder
        - essentials.time
        - essentials.time.set
        - essentials.protect.alerts
        - essentials.protect.admin
        - essentials.protect.ownerinfo
        - essentials.ptime
        - essentials.ptime.others
        - essentials.togglejail
        - essentials.top
        - essentials.tp
        - essentials.tphere
        - essentials.tppos
        - essentials.tptoggle
        - worldedit.fast
        - essentials.weather
        - worldedit.*
        - worldguard.*
        - essentials.weather
        - essentials.whois
        - jail.*
        - essentials.world
        - battlenight.admin
        - multiverse.portal.exempt.portal1
        - multiverse.portal.exempt.portal
        - multiverse.portal.exempt.portal2
        - multiverse.portal.exempt.portal3
        - bukkit.command.gamemode
        - cgm.change
        - cgm.info
        - cgm.change.other
        - factions.kit.mod
        options:
          rank: '300'
      Admin:
        default: false
        prefix: '&f[&cAdmin&f]&a'
        suffix: ''
        build: true
        inheritance:
        - Mod
        permissions:
        - mobdisguise.*
        - essentials.*
        - multiverse.*
        - iConomy.*
        - lockette.*
        - battlenight.*
        - MobDisguise.*
        - factions.*
        - cgm.change.disallow
        options:
          rank: '200'
      Owner:
        default: false
        prefix: '&f[&4Owner&f]&a'
        suffix: ''
        build: true
        permissions:
        - '*'
        options:
          rank: '100'
    
  27. Offline

    evereadycod

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thx for responding :) but can u pls ad permissions thats wat i need help with I dont know wat perms to add thx :)
  28. Offline

    evereadycod

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thx for responding :) but can u pls ad permissions thats wat i need help with I dont know wat perms to add thx :)
  29. Offline

    Stealth007

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Well that's kinda hard to do, because I've no idea what plugins you are using. And besides that, what do you want the group to do? Yeah um what permissions do you want them to have??
  30. Offline

    evereadycod

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I want ppl to have u know like VIP and stuff that normel players dont have like ex fly

    The plugins are:

    BattleNight
    ChangeGameMode
    Essentials
    Factions
    iConomy
    Jail
    Lockette
    MobDisguise
    Multiverse-Core
    Multiverse-Inventories
    Multiverse-NetherPortals
    Multiverse-Portals
    Multiverse-SignPortals
    NoCheat
    NoLagg
    NoLaggChunks
    NoLaggExamine
    NoLaggItemBuffer
    NoLaggItemStacker
    NoLaggLighting
    NoLaggMonitor
    NoLaggTNT
    NoPwnage
    PermissionsEx
    PluginMetrics
    Ptweaks
    SimpleAutoAnnouncer
    WorldEdit
    WorldGuard
  31. Offline

    Kowak

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    eheh now there is another problem.
    I did all what you said exept the fact to disable ChatManager because I dont have a folder of it and my Chat Manager is out of date and give some errors on console.

    This is what happens.
    http://img515.imageshack.us/img515/6200/20120528151950.png

    Code:
    2012-05-28 01:00:18 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.1
    2012-05-28 01:00:18 [INFO] [PermissionsEx] Superperms support enabled.
    2012-05-28 01:00:18 [INFO] [PermissionsEx] v1.19.1 enabled
    2012-05-28 01:00:18 [INFO] [Lockette] Enabled link to plugin PermissionsEx for Groups/Permissions, version 1.19.1
    2012-05-28 01:00:18 [INFO] [Lockette] Ops file overridden, using linked plugin for admin permissions.
    2012-05-28 01:00:18 [INFO] [NoCheat] Enabling NoCheat v3.5.0
    2012-05-28 01:00:18 [INFO] [NoCheat] version [3.5.0] is enabled.
    2012-05-28 01:00:18 [INFO] [Questioner] Enabling Questioner v0.6
    2012-05-28 01:00:18 [INFO] [Questioner] v0.6 - Enabled
    2012-05-28 01:00:18 [INFO] [Essentials] Enabling Essentials vDev2.9.138
    2012-05-28 01:00:18 [INFO] Essentials: Using PermissionsEx based permissions.
    2012-05-28 01:00:18 [INFO] [Essentials] Payment method found (iConomy version: 6)
    2012-05-28 01:00:18 [INFO] [TownyChat] Enabling TownyChat v0.24
    2012-05-28 01:00:18 [INFO] [ChatManager] Enabling ChatManager v1.18
    2012-05-28 01:00:18 [SEVERE] Error occurred while enabling ChatManager v1.18 (Is it up to date?)
    java.lang.NoSuchMethodError: ru.tehkode.chatmanager.bukkit.ChatManager.getConfiguration()Lorg/bukkit/util/config/Configuration;
        at ru.tehkode.chatmanager.bukkit.ChatManager.onEnable(ChatManager.java:52)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    2012-05-28 01:00:18 [INFO] [EssentialsProtect] Enabling EssentialsProtect vDev2.9.138
    2012-05-28 01:00:19 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    2012-05-28 01:00:19 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn vDev2.9.138
    2012-05-28 01:00:19 [INFO] [ChestShop] Enabling ChestShop v3.39
    2012-05-28 01:00:19 [INFO] [ChestShop] Lockette version 1.6 loaded.
    Where can I find a new version of Chat Manager?

    This post has been edited 1 time. It was last edited by Kowak May 28, 2012.
  32. Offline

    ruben1234567899

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    When we speak on my server it doesent says [Admin] or [Mod] . why is it like that

    This post has been edited 2 times. It was last edited by ruben1234567899 May 28, 2012.

Share This Page