Inactive [ADMN/DEV] Permissions 3.1.6 - The Plugin of Tomorrow [935]

Discussion in 'Inactive/Unsupported Plugins' started by rcjrrjcr, May 24, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    rcjrrjcr

    Permissions 3.1.6 (Yeti)

    Download:
    Latest Stable (3.1.6) : Full Zip | Main Jar Only | SQL Interface Jar Only

    Previous Versions:
    3.1.5 (JAR|SQL) | 3.1.4 (JAR|SQL) | 3.1.3 (JAR|SQL) | 3.1.2 (JAR|SQL) | 3.1.1 (JAR) | 3.1 (JAR) | More older versions


    COMMAND RESTRUCTURING
    Feel free to comment and give suggestions.


    DO NOT USE GLOBAL CONFIGS FOR NOW. THE GLOBAL CONFIG IS MEANT TO SUPPLEMENT WORLD-SPECIFIC CONFIGS, NOT THE OTHER WAY ROUND. SEE https://github.com/TheYeti/Permissions/wiki/Global-vs-World .I WILL WRITE A PROPER TUTORIAL ON HOW TO USE THE GLOBAL CONFIGS SOON.

    TODO:
    • Revamp commands
    Known plugins that cause IllegalAccessError(s):

    • Help (not fixed yet)
    Temp Fix for IAEs (open)




    1. Open Help's JAR with 7zip.
    2. Find MANIFEST.MF (it can be in the root folder or in the META-INF folder, or both).
    3. Open the MANIFEST.MF file in a text editor
    4. Look for a line that starts with "Class-Path:".
    5. Delete "Permissions.jar" from that line.
    6. Save the manifest.
    7. 7zip will prompt you to save changes back into the archive. Accept.
    8. Restart server.





    Plugin Authors: How to hook into Permissions

    Due to @TheYeti being busy in RL for now, I have created a new thread for Permissions 3.x. TheYeti is still part of the Permissions team.

    Permissions... Reborn.
    This is a continuation of the work that was originally done by Nijikokun. All original credit goes to them as without their work this plugin would not have been possible. This plugin does not provide any commands or additional functionality beyond what is described in this post. That means that you need another plugin to provide colored names, chat prefixes, and op commands such as /give and /time.​

    The Permissions Team

    The team consists of myself @rcjrrjcr and @TheYeti currently with contributions from @Nijikokun as well on occasion. There are also several other members of the community who frequently assist with providing code changes, bug fixes, patches, support, feedback, and beta testing. Special thanks to @flames and the Dynmap & Wormhole X-Treme teams for the hosting of Permissions on their Jenkins server.

    What's new in 3.x?

    Taken from the GitHub page:
    1. In-game commands. For a long time, users have been pestering, nagging, demanding and/or screaming for an way to manage Permissions via commands. Now, in 3.0, in-game commands are available to manage permissions and groups.
    2. SQL storage. This allows web interfaces to manage Permissions by updating the SQL database Permissions uses.
    3. Promotion/demotion tracks. With a simple command, users can be promoted/demoted along a preconfigured track, allowing RP servers with ranks to promote the player along a class track and other possibilities.
    4. Multigroup.
    5. Weightage. Plugins are able to compare users via their weight, which is inherited from their groups. For example, SlapPlugin can check if Player A is higher-weighted than Player B when A tries to slap B (Not IRL, obviously).
    6. Improved world mirroring. Config files are now split into a group file and a user file. Also, by editing storageconfig.yml, you can configure the mirroring of entire worlds, or just its users/groups. You also do not have to create files for worlds that mirror another world. Also, two different worlds can use different storage types, like YAML and SQL.
    7. Global permissions. Instead of having to resort to cross-world group inheritance, now all worlds inherit groups and users from the global permissions file. Also, the inherited groups/users can be overridden via editing the specific world's file.
    Upgrading from 2.x to 3.x







    I have written a guide on GitHub. This demonstrates how to convert 2.x-style configs to 3.0. The YAML-to-SQL converter are still in testing, but it can be downloaded from here. It's written in Perl. @Zgred has created a web version of the script located here. @omgneeq is working on an Web UI for SQL databases (Sorry about the previous statement that he was making a converter.)​


    Install (open)
    For the admins

    In case you missed the link above, the Setup Guide on GitHub will help you quite a bit

    Samkio has updated his tutorial for P3:


    First thing that you will need to do is download the plugin. Place it in your plugins/ folder and unzip it. This should create the folder Permissions and a Permissions.jar file in your plugins folder. Next, go into Permissions/ and create a folder named the same as your world. So if your world name from server.properties is Foo you will need to create the folder plugins/Permissions/Foo. You MUST rename it to whatever your world's name is or it will not work.

    Note, if you have your server maps all saved into a single directory then the initial setup will be somewhat different. Say your maps are arranged in the main directory like so: bukkit/mapfolder/world1, bukkit/mapfolder/world2, etc. Then inside of the plugin/Permissions directory you will need to create a folder called mapfolder and inside of that put the directories containing users.yml and groups.yml in there.

    Next, you will need to go in and add yourself to the users, just replace the user that is in there with your name. Make any other modifications that you need to. While making modifications make sure that you do NOT use tabs. These will break the YAML format and cause issues. Instead, each indent should be four spaces. If you want people who aren't in the Admin group to be able to reload the permissions plugin you need to give them 'permissions.reload' permissions within the config file.

    Permissions gives server admins great control, mostly in-game reloading. More info about commands can be found here.


    FAQ (open)

    [FAQ]

    [Q] What is with the version numbers? I can't keep up, it seems like every time I look there is a new version!
    [A] I use the GNU versioning system for my version numbers. So what this means is the version number should be read as Major.Minor.Revision. So for version 2.5.2 this would mean it is the 2nd Major version, the 5th Minor release in this version, and the 2nd revision. I tend to release bug fixes and anything that doesn't add functionality or will not break things as revisions. So generally you should be safe with just watching the major & minor numbers and only getting the revision if it fixes a bug specific to you. Technically 2.5.2 should have been released as 2.6 as it did add functionality, but this was below even a minor change so I released it as a revision.

    [Q] I am getting an error that it can't pass BLOCK_PLACED or BLOCK _BREAK events to Permissions. Fix it!
    [A] That's not a question. The reason why it can't place these is probably because the syntax of your Permissions file is all whacked out, or it is a different world and you don't have a config file for that world.

    [Q] What am I suppose to name the config file?
    [A] You need to name it the same as your world. So if you look in server.properties at "level-name" you will see a world name there. Rename your config file to the same thing as that. Make sure you keep the .yml extension at the end.

    [Q] Permissions are broken. Why can no one use commands? Why am I not an admin?
    [A] First off, make sure that your formatting is correct. Look at the format that the default config file uses. Yours should look like that. Do NOT use tabs. Use 4 spaces (IE. " " <-- Four of those things.). Also, whichever group you give the permission '*' to, do not have that group inherit permissions from anyone else. That is called overloading and it will break things. Also, this.


    [Q] Which one am I suppose to download and unzip to install this?
    [A] Download the main package, not the JAR only. Unzip the ZIP file. The JAR only downloads are simply there for people who are UPGRADING and do not need the default config file.

    [Q] I have done all of this and this doesn't work! I'm going back to GroupManager!
    [A] Well, there is probably the problem. Make sure that you delete EssentialsGroupManager.jar and EssentialsGroupBridge.jar as these don't play well with Permissions and will cause headache.

    [Q] When are you going to add <blah> <feature/command> into this already? You suck! Do what I want NAU PL0X!
    [A] Feature requests should be posted on the GitHub tracker. Stupid suggestions like adding teleportation functionality and other less ludicrous stuff will be rejected.



    Changelog
    • 3.1.6
      • Major fixes.
      • Simplify tracks
    Changelog (open)





    • 3.1.5
      • Fix several minor bugs.
      • Autoconvert 2.x/GM format (only works if you split them into groups.yml and users.yml, but leave the rest untouched)
    • 3.1.4
      • Fix YAML locking bugs.
    • 3.1.3
      • Fix another SQL data and inheritance issue.
    • 3.1.2
      • Fix SQL data issues.
      • Added user/group name autocomplete
      • Separated SQL interface into separate plugin
    • 3.1.1
      • Fix prefix/suffix issues.
      • Added ON UPDATE CASCADE to the SQL foreign [/SIZE]
    • 3.1
      • Tons of fixes.
    • 3.0.6
      • Fix SQLite issues due to misimplementation of methods.
    • 3.0.5
      • Fix cache-related NPEs
      • Fixed quoted worlds (thanks again @Jeyge !)
    • 3.0.4
      • Fix LinkageError caused by ServiceManager not unloading the PermissionHandler class.
      • Added cache
      • Fix index not being incremented when promoting (thanks @Jeyge !)
    • 3.0.3
      • Fixed another getGroup bug.
    • 3.0.2
      • Fixed getGroup bug.
    • 3.0.1
      • Fixed some NPE bugs.
    • 3.0
      • Total overhaul of Permissions. Adds many new features (see What's new in 3.0?).
    • 2.7.4
      • Added overload of has() and permissions() for plugin devs
    • 2.7.3
      • Fixed negate node add/remove bug.
    • 2.7.2
      • Fix for small subtle bug introduced in last minor version.
    • 2.7.1
      • Commit by DThielke to fix several bugs with programmatic modifications of user permissions.
    • 2.7
      • Further commits by rcjrrjcr
        • Removed negatedNode checks
        • Temp fix for NULL issue
        • WorldConfigurationModification to save only modified configs
        • Fix for cache problems








    Credits (open)


    TheYeti:
    Nijikokun - Without their original work this plugin would not be possible.​
    All of the members of the community that regularly provide support in this thread for Permissions​
    Rigby, Kainzo, DThielke, GoMySQL, sk89q, RightLegRed - For hanging out with me in IRC, tons of testing, and pushing me to improve on the code constantly and make changes to make this plugin constantly better and better, and in general being entertaining.​
    Everyone else on here and in IRC who provides support, feedback, assistance, plugins that have continued to support and integrate this, and in general makes my life a bit easier, THANK YOU!​

    rcjrrjcr:
    I would like to thank Joy , jamesg and omgneeq for staying in #permissions for long periods of time to test out 3.0, and help me find many coding mistakes I made, patiently waiting for the next build while I fixed the bugs. I appreciate SvenBrnn 's and GoMySQL(Geoff Winans on this forum) 's help that allow me to design and code the SQL interface, and the HeroCraft coding team for providing support and some priceless IRC quotes (Dgco). Also, I would like to thank Lycano for helping me in many different aspects. Last but not least, I would like to thank Nijikokun and TheYeti for developing P2, which was one of my core plugins when I was still a 14-year-old server admin that didn't understand Java, and was the base for 3.0. Without these people, 3.0 would never be possible.​


    If after reading through all of that you are still having issues do one of two things. If it is a provable bug, and you have things like screenshots or copies of startup, steps to reproduce, your craftbukkit build and the version this is running along with your config files then submit the bug on the issue tracker. If it is general help or support you are needing then post a reply to this thread and someone will try to help you.

    Old thread: Permissions v2.7.4
     
  2. Offline

    parkermcg

    I am having the same problem, and I've checked the world files

    Code:
    users:
        parkermcg:
            group:
                - 'Admins'
            permissions:
        afriend:
            group:
                - 'Moderator'
            permissions:
        anotherfriend:
            group:
                - 'Moderator'
            permissions:
    and
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - essentials.depth
                - essentials.getpos
                - essentials.compass
                - essentials.warp
                - essentials.afk
                - essentials.rules
                - essentials.motd
                - essentials.me
                - essentials.list
                - essentials.mail
                - essentials.helpop
                - essentials.whois
                - essentials.help
                - essentials.signs.protection.use
                - essentials.signs.free.use
                - essentials.signs.disposal.use
                - essentials.signs.heal.use
                - essentials.kit
                - essentials.kit.*
                - essentials.item
                - essentials.jump
                - essentials.back
                - essentials.time
                - skypirates.*
                - iobookcase.*
                - torchmissle.singlemode
                - mcmmo.skills.*
                - mcmmo.chat.partychat
                - mcmmo.commands.*
                - mcmmo.regeneration
                - mcmmo.motd
                - mcmmo.items.*
                - magiccarpet.mc
                - magiccarpet.ml
                - worldedit.navigation.jumpto
                - essentials.clearinventory
                - deathtpplus.*
                - citizens.use.*
        Trusted:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
               - Default
            permissions:
               - worldedit.superpickaxe
               - essentials.warp
               - essentials.god
               - essentials.tp
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Trusted
            permissions:
                - essentials.signs.protection.create
                - essentials.signs.free.create
                - essentials.signs.disposal.create
                - essentials.signs.heal.create
                - essentials.top
                - essentials.jump
                - essentials.back
                - essentials.world
                - essentials.tp
                - essentials.tptoggle
                - essentials.tphere
                - essentials.setwarp
                - essentials.msg
                - essentials.mail.send
                - essentials.spawnmob
                - essentials.clearinventory
                - essentials.broadcast
                - essentials.kill
                - essentials.ban
                - essentials.banip
                - essentials.mute
                - essentials.kick
                - essentials.kickall
                - essentials.unban
                - essentials.unbanip
                - essential.togglejail
                - essentials.give
                - essentials.item
                - essentials.kit
                - essentials.kit.*
                - essentials.time
                - essentials.tree
                - essentials.bigtree
                - essentials.god
                - essentials.heal
                - slap.slap
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
     
  3. Offline

    Shadyle

    I have a problem. I'm listed as admin, but when I log on I can destroy blocks but I can't place any or use any commands. When I place a block it just gets returned to me, no message. When I use a command I get the "You don't have permission" message.

    permissions/world/groups.yml
    Code:
        Default:
            default: true
            info:
                prefix: 'Visitor'
                suffix: ''
                build: false
            permissions:
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'prefixer.list'
                - 'prefixer.self'
                - 'myhome.home.basic.home'
                - 'myhome.home.basic.set'
                - 'myhome.home.basic.delete'
                - 'myhome.home.soc.others'
                - 'myhome.home.soc.list'
                - 'myhome.home.soc.invite'
                - 'featurepack.command.time'
                - 'featurepack.command.vote'
                - 'featurepack.command.weather'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            permissions:
                - '*'
    permissions/world/users.yml
    Code:
    users:
        Shadyle:
            groups:
                - Admins
            permissions:
        TallPaul:
            groups:
                - Member
            permissions:
        McTough:
            groups:
                - Member
            permissions:
        emma:
            groups:
                - Member
            permissions:
        ManuelMayhem:
            groups:
                - Member
            permissions:
        cbartley12:
            groups:
                - Member
            permissions:
        Sdkreloff:
            groups:
                - Member
            permissions:
        xraiju:
            groups:
                - Member
            permissions:
        xB1Gx\ DuMpEr:
            groups:
                - Member
            permissions:
     
  4. Offline

    Splaat

    I have a serious problem with Permissions. After I updated to 3.1.4, I noticed that none of the regulare users was able to build anywhere on the server. I've tried three times setting up the server from scratch and every time I installed Permission, the problem showed up again. Some times it's so bad that even the Admin can't place out blocks or destroy anything.. How come?

    I don't get any errors from the server log either..

    Using Craftbukkit 818
     
  5. Offline

    m5k

    6 pages later, still waiting for a "wipe users' groups" command. :eek:
    please?
     
  6. Offline

    spartan9910

    Just out of curiosity, is it possible to use MySQL with Permissions?
    thanks
     
  7. Offline

    Jeyge

    Post your permissions files.
    You are missing a groups: from your groups.yml file.
    Your group: in the users.yml needs to be groups: and I would suggest removing the quotes around the group itself.
    What makes you think they are still in the default group? If it is some sort of chat thing, none of them have been updated to handle multi-group yet. If it is permissions based, what commands aren't they able to do? Was the user you posted the one that isn't working? You should probably post your server.log too just to make sure things are looking good. And when you do the /pr, have you checked to see if a new group is added/changed?

    You can't just paste the previous versions users to the users.yml file. That is actually the one place the structure of the file has changed. You will need to change group: <group> to:
    Code:
            groups:
                - <group>
    
    Take a look at the post here. You need to add a space after the - from what I see there though.
    2.5.5 is pretty old. Are you sure you aren't running GroupManager? If you think you have Permissions, post your server.log with your permissions.yml file.
    Take a look at the post here.

    Yep, that is one of the new features of 3.x.

    Throw your server.log up on pastebin.com and paste the link here.

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

    Shadyle

    I have it just I accidentally deleted it from the code because I was deleting all the little instructions and everything.
     
  9. Offline

    Jeyge

    If pages wrote code, the 2.x post would have fixed 3.0, 4.0 and 5.0 all at the same time. And this post would fix every other plugin out there.

    I always go for the easy solution first because it is usually what is broken but I guess not in this case. I just used your files on my test server and they work fine. The only possible problem would be the user with a "\ " in his name. I have a feeling you need to escape this with quotes at least. Things to check for though would be which version of Permissions you are running. Hopefully 3.1.4. Are you also running GroupManager? You would have to remove that. Are you getting any errors? I see you have MyHome and there have been a lot of problems with that plugin. Might need to remove it if you have errors. Don't use the global files for now and make sure your storageconfig.yml file is correct. Perhaps posting a server.log will help too.

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

    Shadyle

    Well let's see here, I'm using 3.1.4, I have never installed, used, or even heard of GroupManager, I received a lot of errors on the server console, didn't notice anything wrong with MyHome, I don't have any global files and my storageconfig.yml is blank. The server log is long because it spams with a lot of the same errors, if you want I'll still give it.
     
  11. Offline

    Devian50

    thanks!
     
  12. Offline

    Dragonntiger

    alright, I tried using JUST permissions.jar and promotion still doesnt work, it happend in i believe 3.1.3 or 3.1.4 one of those.. lol
     
  13. Offline

    Shadyle

    You can see the extensive fp crap starts when I join and die and whatnot.
    http://pastebin.com/tZgM5aWa
     
  14. Offline

    quinnte

    are there new install instructions for this?
    I downloaded and installed it but all the folders are different than what's in the video, and most of the config files are blank.
     
  15. Offline

    Jeyge

    You have the dreaded
    Code:
    2011-06-05 23:10:58 [SEVERE] java.lang.IllegalAccessError: tried to  access class com.nijiko.permissions.ModularControl$1RefreshTask from  class com.nijiko.permissions.ModularControl
    This is disabling permissions completely. You have 2 options for the fix though. The first is to remove plugins until it goes away starting with MyHome. And the second is to switch back to 2.7.4.

    One page back is a 3.x video that you should watch. I'm guessing you watched one for 2.x. As for the files, it creates them blank so yo can fill everything in or start with the example files from the zip download.

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

    BioRage

    @quinnte

    Wow holy jumping jacks of motherland.

    *It's probably easier if you start FRESH, but than again that can be annoying!

    I downloaded this and was tempted to post help, For those who need help use these as references, they do work.

    Here are my Files, and they do work.

    Groups.yml
    http://dl.dropbox.com/u/11333268/groups.yml

    Users.yml
    http://dl.dropbox.com/u/11333268/users.yml

    MAKE SURE YOUR CRAP IS IN C:\XYZ\Name\Desktop\URMCFOLDER\plugins\Permissions\world

    World being WHATEVER your world name is called.

    *Just copy and paste if you really must / follow the formatting*

    I hope I helped.

    Also from a fellow one page behind..
     
    Don Redhorse likes this.
  17. Offline

    Revenger

    If someone has or can work one out a tutorial on how to do global groups additions/subtractions by a world file then a sub world file taking both global groups and the main one in.

    Ive been here for the start had it working in a way but errors with working with plugins etc

    That got fixed and the way I was told to do the design stopped working.

    Global groups work but user is labeled as default as per the world file despite the global setting.

    So while you can use global groups and commands etc you cannot currently do anything world side with inheritance and a group labeled as default is made to each world that user belongs to with there in game tag.

    If rcjrrjcr eants to join my server and see all these bugs for himself or a copy of my files so we can get this fix just ask.

    As it seems that normal files work good but somehow I and other people with multiworld grouping etc are being left out.

    Despite being here since this thread was made and receiving some support at the beginning.
     
  18. Offline

    Shadyle

    Which do you suggest to do? Would 2.7.4 be any different?
     
  19. Offline

    Jeyge

    2.7.4 is very stable so if you have plugins you can't do without, I would switch to that.
     
  20. Offline

    Xordaii

    I don't think rcjrrjcr frequents the thread. He seems to be one of the many programmers who are easier to find on either their IRC channel or the bug list while programming. Much easier than sitting there waiting for updates to a forum thread. Coding can sometimes make you intensely focused. Who has time to stare at both a forum and the programming suite?

    I would suggest putting your invite/offer to help in a comment on the bug tracker (he is already aware of the bug, don't repost it) or finding another way to communicate with him. I don't think you will find him here but rarely.
     
  21. Offline

    Painvp

    It works perfectly fine with my BigBrother :)
     
  22. Offline

    Ash88

    I'm loving the new command line interface... it seems so fast. "Oh you want permission to do that? ok. Done." And I'm not sure what it is about running Permissions through MYSQL - but it just makes sense to me to have everything in one spot... so easy to manage... and look at... all those fancy tables...
     
  23. Offline

    Splaat

  24. Offline

    grivus

    2011-06-06 10:02:04 [INFO] [Permissions] No world specified. Defaulting to default world.
    2011-06-06 10:02:04 [WARNING] Unexpected exception while parsing console command
    org.bukkit.command.CommandException: Unhandled exception executing command 'permissions' in plugin Permissions v3.1.4
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:273)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:430)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:415)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    at com.nijikokun.bukkit.Permissions.Permissions.onCommand(Permissions.java:371)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 6 more

    Help please!
     
  25. Offline

    Αρρεν

    1. Hey I am not a blind! I can't found any command for making any group default. Maybe need to write more about flags?
    2. I need to use SQL version because most of all plugins already in SQL and YES I am using my own developed web-interface to control game processes. :\

    pls help
     
  26. Offline

    Jeyge

    You will want to have your users and groups information in the world folder and not in global for now. There are a few bugs that prevent the global files from working as well as they should.

    What command were you doing? Post the rest of your server.log and your permission files.

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

    bombzero

    (see's permissions plugin) DO WANT (thinks about how much work this is going to take to set up for 20 plugins)
    GAH!!

    no but seriously this takes a lot of work to set up. this is problematic as many plugins shut themselves down without permissions. i was trying to get multi-verse up and simply became confused.

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

    Splaat

    This is not working for me either.. I copied everything from globalusers/groups into users/group inside the world folder
     
  29. Offline

    OrtwinS

    Aaaah, I see, subgroups count as a 'personal inheritence', the target can be a group or an induvidual player.

    OK, next is to find something similar to the old GM Roles plugin so my users can add inheritance for themselves from certain other groups (classes/factions) with time limits for leaving/joining a new class/faction... and of course limiting it to class/faction groups so smart asses dont go inheriting the 'admin' group or something...

    If I cant find anything I'll make a plugin request, and I still have to wait for MANY plugins to start supporting 3.x... GM will stay for another week I guess.
     
  30. Offline

    bombzero

    ok the wiki doesent make sense it just shows examples with little ACTUAL explanation i need help on how to set this up in a realistic situation if say the world was just named world and i had a 4 person server(shut up flamers thats by choice, i have it whitelisted and unadvertised.) but if i have me the admin one OP and 2 normal people who i somewhat trust how would i set it up. either help. or dont reply dont flame me for being new to server hosting, at least i was smart enough to choose bukkit
     
  31. Offline

    CookingRice

    Can Someone Help Me With My Permission Im Noob and Dont know how to set them

    My Plugins On the server are.
    -Ancientgates
    -BacktoBody
    -GodPowers
    -HeroicDeath
    -iCononmy
    -jobs
    -Lwc
    -mcMMO
    -My Home
    -Paid2Mine
    -plgEssentials_op
    -PlgMisc
    -PlgSetSpawn_op
    -RealShop
    ScheduledAnnouncer
    simplespawn
    Worldedit
    Worldguard
     
Thread Status:
Not open for further replies.

Share This Page