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

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    The only pre-editing you should need to do is make sure your player name has the right permissions to use the pex commands.
  4. Offline

    Zork766

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    And what about modifyworld and chat manager ? And for 1.3.2 ?
    My server still in 1.2.5 cause i just came back from trip, i want to update it in 1.3, but i've read a lot of probems with the new bukkit's chat event, factions, chat manager...
    Cause i've to port all my custom blocks, mods, and the 86 plugins of the server, i would like to know about it ^^

    Is this plugin still alive or no? Because i love it and doesn't wan't to change, but don't see any kind of news from the autor...
  5. Offline

    Voidfury

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yeah, I dont know, I have been pointed here by several large servers saying this was the best. So here I am. This plugin's lack of attention has nearly killed one of those servers because the owner throught it was all set and has been very busy and unable to put the time in to transfer the 6000+ lines of permissions over to another system that would not work as well. This being broken has rendered crafting on his server impossible, making survival pointless, and the creative worlds no longer have creative. No one can do anything...

    I promissed my friend that I would transfer his server to bukkit, but the things he wants need permissions, and now the highly recommended ones seem to be forgotten.

    Come on! Im sure even if the original authors of this arent up for the job, there must be plenty of modders capable of updating this!!! Please. Keep the best alive.
  6. Offline

    Highway

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

    My name is Highway, or well that's what i go by.
    i've been requested to start a fallout themed server, and i'm currently working on setting plugins up with permissions.
    but i ran into an issue.
    I have these groups in PermissionsEX, they should work, but when it comes to giving a user a group it doesn't seem to work. i don't know what to do. i've tried what ever i could figure out, and read about, but to be fair. "i ain't the brightest kid in the class" so to say when it comes to technical stuff like this.

    So i decided to sneak on here (reason why i created this account also), and ask all these bright minds on here!

    I'll also provide my permission setup as it is right now. and i've ran it trough yaml parser so it shouldn't be that btw.

    groups:
    default:
    default: true
    permissions:
    - pvpbounty.bountyassign
    - pvpbounty.bountylist
    - pvpbounty.bountyaccept
    - iConomy.holdings
    - iConomy.holdings.others
    - iConomy.help
    - iConomy.payment
    -
    -
    -
    -

    Moderator:
    default: false
    permissions:
    - pvpbounty.bountyassign
    - pvpbounty.bountylist
    - pvpbounty.bountyaccept
    - iConomy.holdings
    - iConomy.holdings.others
    - iConomy.help
    - iConomy.payment

    Admin:
    default: false
    permissions:
    - pvpbounty.bountyassign
    - pvpbounty.bountylist
    - pvpbounty.bountyaccept
    - iConomy.holdings
    - iConomy.holdings.others
    - iConomy.help
    - iConomy.payment

    Owner:
    default: false
    permissions:
    - worldedit.*
    - pvpbounty.bountyassign
    - pvpbounty.bountylist
    - pvpbounty.bountyaccept
    - iConomy.holdings
    - iConomy.accounts.create
    - iConomy.accounts.remove
    - iConomy.accounts.give
    - iConomy.accounts.take
    - iConomy.accounts.set
    - iConomy.accounts.status
    - iConomy.accounts.purge
    - iConomy.accounts.empty
    - iConomy.holdings.others
    - iConomy.help
    - iConomy.payment
    - worldedit.chunkinfo
    - worldedit.listchunks
    - worldedit.delchunks
    - worldedit.clipboard.clear
    - worldedit.clipboard.load
    - worldedit.schematic.list
    - worldedit.clipboard.save
    - worldedit.schematic.formats
    - worldedit.clipboard.load
    - worldedit.clipboard.save
    - worldedit.clipboard.copy
    - worldedit.clipboard.rotate
    - worldedit.clipboard.flip
    - worldedit.clipboard.cut
    - worldedit.clipboard.paste
    - worldedit.reload
    - worldedit.fast
    - worldedit.limit
    - worldedit.global-mask
    - worldedit.generation.cylinder
    - worldedit.generation.sphere
    - worldedit.generation.forest
    - worldedit.generation.pumpkins
    - worldedit.generation.pyramid
    - worldedit.generation.shape
    - worldedit.history.clear
    - worldedit.history.redo
    - worldedit.history.undo
    - worldedit.navigation.thru
    - worldedit.navigation.unstuck
    - worldedit.navigation.ascend
    - worldedit.navigation.descend
    - worldedit.navigation.jumpto
    - worldedit.navigation.ceiling
    - worldedit.navigation.up
    - worldedit.regen
    - worldedit.region.hollow
    - worldedit.region.overlay
    - worldedit.region.naturalize
    - worldedit.region.walls
    - worldedit.region.faces
    - worldedit.region.smooth
    - worldedit.region.deform
    - worldedit.region.replace
    - worldedit.region.stack
    - worldedit.region.set
    - worldedit.region.move
    - worldedit.scripting.execute
    - worldedit.selection.chunk
    - worldedit.selection.pos
    - worldedit.wand
    - worldedit.selection.hpos
    - worldedit.wand.toggle
    - worldedit.selection.contract
    - worldedit.selection.outset
    - worldedit.analysis.distr
    - worldedit.analysis.count
    - worldedit.selection.size
    - worldedit.selection.expand
    - worldedit.selection.shift
    - worldedit.selection.inset
    - worldedit.snapshots.restore
    - worldedit.tool.replacer
    - worldedit.tool.data-cycler
    - worldedit.tool.flood-fill
    - worldedit.brush.sphere
    - worldedit.brush.smooth
    - worldedit.brush.gravity
    - worldedit.brush.cylinder
    - worldedit.brush.clipboard
    - worldedit.brush.ex
    - worldedit.tool.deltree
    - worldedit.tool.farwand
    - worldedit.tool.lrbuild
    - worldedit.tool.info
    - worldedit.tool.tree
    - worldedit.superpickaxe
    - worldedit.brush.options.material
    - worldedit.brush.options.size
    - worldedit.brush.options.mask
    - worldedit.brush.options.range
    - worldedit.tool.replacer
    - worldedit.tool.data-cycler
    - worldedit.tool.flood-fill
    - worldedit.brush.sphere
    - worldedit.brush.smooth
    - worldedit.brush.gravity
    - worldedit.brush.cylinder
    - worldedit.tool.deltree
    - worldedit.tool.tree
    - worldedit.tool.info
    - worldedit.fill.recursive
    - worldedit.fixlava
    - worldedit.fixwater
    - worldedit.removeabove
    - worldedit.removebelow
    - worldedit.removenear
    - worldedit.replacenear
    - worldedit.extinguish
    - worldedit.butcher
    - worldedit.remove
    - worldedit.fill
    - worldedit.green
    - worldedit.drain


    users:
    Highway:
    group: Owner
    permissions:


    This post has been edited 2 times. It was last edited by c0mp Aug 28, 2012.
  7. Offline

    BrotherD23

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    HELP I GOT PEX AND DID EXACTLY THE SAME THING
    groups:

    Guest:
    default: true
    - permissions:

    - modifyworld.blocks.destroy.(1/2)
    - modifyworld.blocks.place.
    - modifyworld.blocks.interact.
    - modifyworld.blocks*
    - modifyworld.*
    THEN I DO /pex user (myname) group set Guest And the server crashes PLZ HELP
  8. Offline

    Loogeh

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    For the Owner permissions, why don't you just use the '*' permission (it gives you everypermission.)
  9. Offline

    hadriel

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    idk if anyone else is having this issue, but my users are randomly losing permissions for other plugins such as lockette and zavautomessager. I have the permissions added properly, as well as all plugins up to date, but they still lose permissions for these plugins. By lose I mean the permissions are still on the file, but in-game it doesn't work. I don't know if this is due to a lack of updates to PEX or what.
  10. Offline

    meiamone

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

    Highway

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i tried, but seemingly whenever i use permissions in my groups with superperms in them "the * thingie ones"
    i still am not able to access the permissions.

    so to explain this a little bit better, i'm starting a server, so i have different groups set up, for default players, moderators, admin's, and owners. then i make the user section where i give each player above default, a group, for me it's owner. but i don't get half of those things trough that.

    This post has been edited 1 time. It was last edited by c0mp Aug 28, 2012.
  12. Offline

    alanomk

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Please, please please Update this to work with 1.3 minecraft version, thanks ;)
    Voidfury likes this.
  13. Offline

    Zork766

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Last pex and modifyworld devs builds seems to work fine with last dev build of craftbukkit 1.3.2 R0.2, but chatmanager isn't and he really miss me... I've try chadmin, but it's buggy... Anyone as a solution to make chatmanger working on 1.3.2 ?
  14. Offline

    chrisyrowlands

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    im having trouble with this pluggin , i can add someone to a default group that i have edited fine and op shows up as owner but for example admin position it wont work ,i want to add them using the config file but they dont get the commands nor the title here is a part of the file

    groups:
    default:
    default: true
    bukkit.commands: true
    inheritance:
    permissions:


    users:
    [player]:
    group:
    - Admin

    any help you could give would be great
  15. Offline

    KJK_Kn1ght

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Why doesn't ChatManager work. Is there a plugin conflict? My plugin list: ChestShop3-46, CombatTag, CommandBin, CommandBlocker-0.7, DynamicBan, Factions, FoundBoxx, iConomy, Lift, LimitedCreative, LWC, MineBackup-5.9.4, NoCheatPlus, OpenInv, TreeAssist, Vault, WorldEdit, ChatManager, Modifyworld, AuthMe-2.6.6, PermissionsEx, DynColor, SetRankPEX.
    (enable: false I change to enable: true in ChatManager config.yml)
    But when I start server with PermissionsEx, ChatManager, Modifyworld and no other plugins ChatManager works.
    Hopefully someone will help me! :)

    This post has been edited 3 times. It was last edited by KJK_Kn1ght Aug 31, 2012.
  16. Offline

    OnyxNewt

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It's factions. Use essentialschat until that's fixed.
  17. Offline

    TheLab

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    You Can also Go into the Factions Conf and change chattagEnabled to false or In The ChatManager Config Do this for message-format: ' %prefix %player%suffix: %message ' (Note the spaces between the apostrophe and the message format)

    PS this works on my server and if you want the < and > Back do it like this
    message-format: ' <%prefix %player%suffix: %message> '

    This post has been edited 1 time. It was last edited by TheLab Sep 3, 2012.
  18. Offline

    ThunderWaffeMC

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    With multiworld support, is there an option to have a default rank for 1 world, but then another default rank for another world? Please reply!

    This post has been edited 1 time. It was last edited by ThunderWaffeMC Sep 3, 2012.
  19. Offline

    Kowak

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Explain me why people can't build with this permisssion.

    (they can't destroy, build, exc. none exept, also the group Founder)

    Code:
    groups:
        Giocatore:
            default: true
            prefix: '&f[&2Giocatore&f]'
            build: true
            permissions:
            - -mcmmo.commands.ptp
            - -mcmmo.chat.*
            - -lockette.user.create.*
            - essentials.signs.use.*
            - essentials.spawn
            - essentials.afk
            - essentials.ignore
            - essentials.info
            - essentials.list
            - essentials.mail
            - essentials.mail.send
            - essentials.motd
            - essentials.msg
            - essentials.rules
            - essentials.ping
            - essentials.seen
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.seen.banreason
            - essentials.suicide
            - essentials.kick.notify
            - treeassist.autoremove
            - treeassist.replant
            - mcmmo.commands.ability*
            - mcmmo.ability.repair.*
        Helper:
            prefix: '&f[&2Helper&f]'
            build: true
            inheritance:
                - Giocatore
            permissions:
            - essentials.tpa
        Founder:
            prefix: '&f[&4Founder&f]'
            build: true
            permissions:
            - '*'
        Admins:
            prefix: '&f[&4Admin&f]'
            build: true
            permissions:
            - -essentials.sethome
            - -factions.join
            - -vanish.joinvanished
            - -vanish.effects.explode
            - -vanish.effects.lightning
            - -vanish.silentquit
            - vanish.vanish
            - worldedit.*
            - bukkit.*
            - essentials.*
            - lockette.*
            - mcmmo.*
        Superadmins:
            prefix: '&f[&4SuperAdmin&f]'
            build: true
            permissions:
            - -vanish.effects.explode
            - -vanish.effects.lightning
            - vanish.*
            - permissions.*
            - worldedit.*
            - bukkit.*
            - essentials.*
            - lockette.*
            - mobarena.*
            - mcmmo.*
        Mod:
            prefix: '&f[&9Mod&f]'
            build: true
            inheritance:
                - Giocatore
            permissions:
            - multiworld.command.goto
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.kick
            - essentials.kick.notify
            - essentials.ban
            - essentials.banip
            - essentials.invsee
            - essentials.invsee.preventmodify
            - essentials.tempban
            - essentials.tempban.offline
            - essentials.ping
            - essentials.unban
            - essentials.unbanip
            - essentials.togglejail
            - essentials.togglejail.offline
            - essentials.mute
            - essentials.jails
        VIP:
            prefix: '&f[&6VIP&f]'
            build: true
            inheritance:
                - Giocatore
            permissions:
            - essentials.sethome.multiple.vip     
            - essentials.getpos
            - essentials.afk
            - essentials.ignore
            - essentials.info
            - essentials.seen
            - essentials.seen.banreason
            - essentials.list
            - essentials.mail
            - essentials.mail.send
            - essentials.motd
            - essentials.msg
            - essentials.list
            - essentials.ping
            - essentials.rules
            - essentials.suicide
            - essentials.kick.notify
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tpa
            - essentials.tpahere
            - essentials.compass
            - essentials.spawn
            - essentials.kit.[Tools]
            - essentials.home
            - essentials.back
            - essentials.back.ondeath
            - lockette.user.create.*
            - treeassist.autoremove
            - treeassist.replant
            - mcmmo.skills.*
            - mcmmo.ability*
            - mcmmo.ability.repair.*
            - mcmmo.commands.*
            - mcmmo.chat.partychat
        YouTubber:
            prefix: '&f[&4YouTubber&f]'
            build: true
            inheritance:
                - Giocatore
    users:
        Kowak94:
            group:
            - Founder
        Ludec:
            group:
            - Mod
        SboboDj:
            group:
            - Superadmins
        ciiip:
            group:
            - Superadmins
        ciiiip:
            group:
            - VIP
        Rayel94:
            group:
            - Admins
            permissions:
            - essentials.gamemode
        Rosso1900:
            group:
            - Mod
            permissions:
            - essentials.gamemode
        Grande9335:
            group:
            - VIP
        oOMinoloOo:
            group:
            - Mod
        vandarknes:
            group:
            - Mod
        caccola:
            group:
            - VIP
        Adele90:
            group:
            - VIP
        BambinaCattiva:
            group:
            - Helper
        pablo1958:
            group:
            - VIP
        Crisialfa:
            group:
            - VIP
        Granyty:
            group:
            - VIP
        Olaf:
            group:
            - VIP
    
  20. Offline

    Kowak

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Can anyone help? Superadmins/Admins/Founder can't write or destroy anything on the server.
  21. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Chatmanager and modifyworld are still working for me under the 1.3.2 beta for bukkit.

    And as far as I know, T3hK0d3 has not abandoned the plugin.
  22. Offline

    Acer_Mortem

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Is there any way I can set it so that permissions are only active in a certain world? I have a Creative world, but I don't want people to smuggle out items using /home
  23. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yes, look at the wiki on multi-world permissions setup.
  24. Offline

    danthonywalker

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    1.3.1 has been out since like what...2-3 maybe 4 weeks by now? And yet doesn't update when much larger plugins have? Sounds abandoned to me.
  25. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I guess this would be a matter of opinion. :) I tend to follow the "if it's not broke" philosophy. Granted, it would be nice if T3hK0d3 would update the title to reflect that it does work with the current bukkit builds, but why 'force' an update if it it still works?
  26. Offline

    danthonywalker

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    As I said it would not even take 5 seconds to edit the title to say 1.3.1/1.3.2 to show that he is actually there and watching. But nope not even a title change and a little chat optimization changes are needed just let us sit here wondering if the project will ever continue...
  27. Offline

    andrewkm

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

    AwesomeServerOwner

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Um is this easy on a mac?
  29. Offline

    ForsakenRealmz

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    How can I allow someone to use EVERYONE command with PermissionsEX? I'm OP, and can't use any commands.. :confused:
  30. Offline

    epicDesignTutS

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

    There is one think i realy want you to put in this plugin, like in (Group Man....) There is multi world suport, you actualy can add diferent permisions per different worlds, its like i have to add sms shop to my server, it works only with your plugin, but i realy need that multiworld thing, its only recommendation i think almost all pepole who use GrM will use this plugin, cuz i have to say this plugin is much much better, exc that thing with multiw

    This post has been edited 1 time. It was last edited by md_5 Sep 17, 2012.
  31. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It doesn't matter if you are using Mac OS 10, Windows, or a UNIX machine, the process to install and configure it is the same.
  32. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It sounds like you have something misconfigured in your permissions, or another plugin is blocking you from doing anything.

Share This Page