Inactive [ADMN/DEV] PermissionsEx (PEX) v1.19.5 - Tomorrow is Today! [1.4.6-R0.1]

Discussion in 'Inactive/Unsupported Plugins' started by t3hk0d3, May 21, 2011.

  1. Offline

    t3hk0d3

    [​IMG]
    Version: 1.19.5

    PLEASE USE BUKKIT-DEV FORUM FOR DISCUSSION/HELP
    http://dev.bukkit.org/server-mods/permissionsex/
    THANKS IN ADVANCE.

    PermissionsEx (PEX) is a new permissions plugin, based on Permissions ideas and supports all of its features. But PEX is more! It offers different backends, powerful ingame management, fine grained restrictions for world modification.

    [​IMG]

    Current features
    1. Bukkit Permissions (SuperPerms) compatible.
    2. Several backend support. Currently bundled backends is File (YAML) and SQL (MySQL, SQLite). Also it's possible to add your own.
    3. YAML backend, with new, fully rethinked, config schema. Now all user, groups and their permissions are stored in one file - permission.yml. BTW file name is adjustable too.
    4. SQL backend, most delicious. Currently MySQL and SQLite supported, but other DB (like Postgre) are possible too. PEX deploys the DB scheme (tables and initial data) automatically. This means, that you only need to provide data on how to connect to the db, everything else PEX will handle by itself.
    5. Flexible architecture and API - you can change a lot programmatically.
    6. Compatibility layer with TheYeti's Permissions (2.7.4) (as a separate part of the plugin). In most cases plugins, which use Permissions, will alsowork with PEX also.
    7. Rich chat/console command interface. You can do almost everything ingame. Command list below.
    8. Modifyworld - Embedded restrictions mechanism (we call it "modifyworld"), which provides the possibility to control players abilities, such as destroying/placing blocks, riding carts/boats or even getting spotted by mobs and much more. Disabled by default.
    9. Multigroup inheritance. User, as well as Group, can be member of several groups. And inherit their permissions, options and prefix/suffix.
    10. Permissions based upon Regular Expressions. This mean you can use regular expressions. Example: modifyworld.blocks.(destroy|place).(3|12) - this permission allow place or destroy only sand (12) or dirt (3) blocks. There is still limitation on dot usage in your regexps - dots are escaped by default.
    11. Multiworld permissions. Just don't specify world and permission would work in any world.
    12. Multiworld inheritance. You can inherit different groups in different worlds.
    13. Easy migration from Permissions 2.x. Converter for both YAML and SQL are embedded into PermissionsCompat. Just use simple instruction.
    14. Perfomance friendly. Low-level caching helps alot when you have 100+ online users :)
    15. Promotional/Demotional system. You can assign ranks to groups and promote/demote users to higher/lower ranked group.
    16. World-inheritance - permissions/option of one world can be inherited by another world.
    17. Timed Permissions - you can give user permission only for some amount of time.
    18. Chat Manager - small chat plugin, bundled with PEX. With prefixes/suffiex and colors. Check wiki for more details.


    Documentation
    Wiki

    Basic setup tutorial (Thanks to lycano)

    Nice tutorial made by Bennetman


    Download
    Stable version

    Development version (mostly stable) - always lastest dev build.

    Sources
    https://github.com/PEXPlugins

    Builds
    http://webbukkit.org:8080/

    Maven Repository
    http://repo.tehkode.ru/browse/ru.tehkode

    IRC
    Join us on #permissionsex, irc.esper.net. Feel free to ask any related questions.

    Tools !NEW!
    Pex Auto-Setup Tool - MySQL and FlatFile !


    Changelog
    Show Changelog (open)
    v1.19.5
    Proper intervals for timed commands (both group/permissions management), without pesky seconds calculations (like /pex user t3hk0d3 timed add cool.permission 10days)
    Bugfixes.
    1.4.6 compatibility.


    v1.19.4
    Built for Bukkit 1.4.2-R0.1
    Added inventory permissions (modifyworld.items.put/take.<item>.of.<chest>)
    Added item hold permission (modifyworld.items.hold.<item>)
    Sdded monster egg spawn permission (modifyworld.spawn.<creature>)
    Few other minor fixes
    v.1.19.3
    Modifyworld improvements (configurable messages, now independent from PEX)
    /pex help command
    Minor improvements and bugfixes
    v.1.19.2
    New modifyworld permissions
    Some bugfixes
    v.1.19.1
    Bugfix release
    v1.19
    Bukkit R6 compatible.
    Several bugfixes!
    Permissions now case-insensetive.
    v1.18
    Users logging and cleanup feature.
    Non-inheriting nodes feature.
    Several Bugfixes.
    PermissionsCompat is finally remove from default bundle.
    v1.17
    User/group specific management permissions (permissions.manage.group.Admin)
    Fixed some superperms compatibility issues
    Fixed several bugs
    v1.16
    SuperPerms compatbility bridge were rewritten - no lags anymore and now with debug output (now you can view superperms checks).
    Numerous of bugs were fixed (Thanks you guys for reporting them)
    Modifyworld were improved (modifyworld.item.use)
    v1.15
    Compatiblity for 1317+
    Fixed perfomance issues with SuperPerms (if you still experience they try to disable "raw-permissions" in config.yml)
    Fixed issue with prefix inheritance
    v1.14
    Improved Options mechanism.
    Auto saving new users feature, disabled by default.
    SuperPerms bridge improved - more permissions supported by wildcards.
    File backend dumping now fully functional. SQL dumping is still bogus (do not dump world-specific inheritance and prefixes), will be fixed soon.
    Many bugfixes and minor improvements.
    v1.13
    Superperms (BukkitPerms) support
    Multiworld inheritance and prefixes/suffixes
    Groups weighting
    ChatManager, chat plugin which bundled with PEX.
    Modifyworld now separate plugin, but still bundled with PEX.
    API changed slightly, CustomEvents (PermissionsEntityEvent, PermissionsSystemEvent) introduced.
    Many lesser improvements and tons of bugfixes.
    v1.12
    API get slightly improved
    Ranking ladders.
    User/group name case-insensetivity.
    World-inheritance.
    Timed permissions.
    Modifyworld rules are get improved.
    Tons of minor improvements and bugfixes.
    v1.11
    Many bugfixes and improvements.
    MySQL connection stability improved - reconnection mechanism.
    v1.10
    Promotional/Demotional system.
    Perfomance improvement, with new low-level caching system (thx Joy)
    Modifyworld improved.
    Many lesser improvements and bugfixes.
    v1.06
    New p2compat backend, for easy migration from Permissions 2.x to PEX.
    v1.05
    Users/Groups dumping (pex dump <backend> <file>).
    New commands pex promote/demote. Actually this is just aliases for "pex user group set/remove"
    Few bugfixes.
    v1.04
    Players now can be informed about changes (has been added to group, changed permission/option). Disabled by default - set "permissions.informplayers.changes" to "true"
    Config node "permissions.verbose", which responsible for player informing about modifyworld restrictions has been renamed to "permissions.infromplayers.modifyworld".
    Autocomplete has been improved.
    New command "pex config <node> [value]". This command help to manipulate configuration file (config.yml) from console/chat interface.
    Many bugfixes.
    v1.03
    Autocomplete for users (taken from registred users and online users) and groups names.
    New command for user removing (pex user <user> delete)
    Fixed several nasty bugs. Thanks for bugreports!
    v1.02
    Compatibility layer loading order issue fixed. Now most of plugins should work.
    Tested with new CB 803 build.
    v1.01
    Regular expression permissions support.
    Newer permissions now added above (bugfix).
    Several bugfixes.
    v1.00
    Initial public release.
     
    BRampersad, grid21, MrRazull and 71 others like this.
  2. Offline

    Spadow

  3. Offline

    iEclipsem

    Code:
    18.03 14:48:40 [Server] SEVERE    at java.lang.Thread.run(Thread.java:636)
    18.03 14:48:40 [Server] SEVERE    at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    18.03 14:48:40 [Server] SEVERE    at ar.com.sharkale.AutoAnnouncer.AutoAnnouncer$printAnnounce.run(AutoAnnouncer.java:310)
    18.03 14:48:40 [Server] SEVERE    at org.bukkit.craftbukkit.CraftServer.broadcastMessage(CraftServer.java:322)
    18.03 14:48:40 [Server] SEVERE    at org.bukkit.craftbukkit.CraftServer.broadcast(CraftServer.java:950)
    18.03 14:48:40 [Server] SEVERE    at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:99)
    18.03 14:48:40 [Server] SEVERE    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:101)
    18.03 14:48:40 [Server] SEVERE    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:112)
    18.03 14:48:40 [Server] SEVERE    at org.bukkit.permissions.PermissibleBase.hasPermission(PermissibleBase.java:71)
    18.03 14:48:40 [Server] SEVERE    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.isPermissionSet(PermissiblePEX.java:199)
    18.03 14:48:40 [Server] SEVERE    at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:157)
    18.03 14:48:40 [Server] SEVERE    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:150)
    18.03 14:48:40 [Server] SEVERE java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    18.03 14:48:40 [Server] SEVERE    at java.lang.Thread.run(Thread.java:636)
    18.03 14:48:40 [Server] SEVERE    at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    18.03 14:48:40 [Server] SEVERE    at ar.com.sharkale.AutoAnnouncer.AutoAnnouncer$printAnnounce.run(AutoAnnouncer.java:310)
    18.03 14:48:40 [Server] SEVERE    at org.bukkit.craftbukkit.CraftServer.broadcastMessage(CraftServer.java:322)
    18.03 14:48:40 [Server] SEVERE    at org.bukkit.craftbukkit.CraftServer.broadcast(CraftServer.java:950)
    18.03 14:48:40 [Server] SEVERE    at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:99)
    18.03 14:48:40 [Server] SEVERE    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:101)
    18.03 14:48:40 [Server] SEVERE    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:109)
    18.03 14:48:40 [Server] SEVERE    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.performCheck(PermissiblePEX.java:123)
    18.03 14:48:40 [Server] SEVERE    at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:157)
    18.03 14:48:40 [Server] SEVERE    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:150)
    18.03 14:48:40 [Server] SEVERE java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    I need help fixing this error.
    I'm running craftbukkit 1.2.3
    And running Permissions v1.19
     
  4. Offline

    taatuu25

    my permissions dont seem to work. (bukkit doesnt say any errors, and the YML parser doesnt show any errors either)
    it doesnt give me permission to anything..

    forget that it seems i made some mistakes when typing..
     
  5. Offline

    ImJoeNemesis

    I see in the first error i posted, it says someting about a configuration error.
    So heres my config

    Code:
    permissions:
      backend: file
      backends:
        file:
          file: permissions.yml
      superperms: {}
    
    Yeah, hes our genius. We figured out that in the first error.
    Code:
    org.bukkit.configuration.InvalidConfigurationException: unacceptable character '?' (0xFFFD) special characters are not allowed
    in "<string>", position 136145
    We went to the 136146th letter and apparently it was an invalid character in the permissions. For some reason the version he tested didn't have it. Thanks for the help!


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

    316peti

    I get this error when i want to add a permission for group (Member).
    Log:
    Code:
    2012-03-18 19:36:13 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'pex' in plugin PermissionsEx v1.19.1
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:461)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:818)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:778)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:761)
        at lishid.orebfuscator.hook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:117)
        at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:112)
        at lishid.orebfuscator.hook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:60)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.RuntimeException: java.lang.RuntimeException: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'Member-essentials.warp.event--0' for key 'unique'
        at ru.tehkode.permissions.commands.CommandsManager.execute(CommandsManager.java:127)
        at ru.tehkode.permissions.bukkit.PermissionsEx.onCommand(PermissionsEx.java:122)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 14 more
    Caused by: java.lang.RuntimeException: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'Member-essentials.warp.event--0' for key 'unique'
        at ru.tehkode.permissions.backends.sql.SQLConnection.updateQuery(SQLConnection.java:121)
        at ru.tehkode.permissions.backends.sql.SQLEntity.setPermissions(SQLEntity.java:292)
        at ru.tehkode.permissions.ProxyPermissionGroup.setPermissions(ProxyPermissionGroup.java:131)
        at ru.tehkode.permissions.PermissionGroup.addPermission(PermissionGroup.java:557)
        at ru.tehkode.permissions.bukkit.commands.GroupCommands.groupAddPermission(GroupCommands.java:418)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at ru.tehkode.permissions.commands.CommandsManager$CommandBinding.call(CommandsManager.java:260)
        at ru.tehkode.permissions.commands.CommandsManager.execute(CommandsManager.java:120)
        ... 16 more
    Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'Member-essentials.warp.event--0' for key 'unique'
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
        at com.mysql.jdbc.Util.getInstance(Util.java:382)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1039)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
        at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
        at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
        at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
        at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
        at ru.tehkode.permissions.backends.sql.SQLConnection.updateQuery(SQLConnection.java:118)
        ... 26 more
     
  7. Offline

    TheSporeGA1

    Can someone help? Prefixs are not working on mine.
    Code:
     Owner:
        prefix: '&0(&4Owner&0)&7 '
        permissions:
        - modifyworld
        - '*'
    
    It is running the latest bukkit Dev build, and the latest PEX build.
     
  8. TheSporeGA1
    Using some plugins that could modify chat?
     
  9. Offline

    TheSporeGA1

    Nope.
    Here is a list of all my plugins:

    Code:
    Bartersigns
    CFBanner
    CombatTag
    Essentials (GEO-IP) (Spawn)
    Factions
    Hawkeye
    Lockette
    MonsterBox
    mxAntiPVPCheat
    PermissionsEx
    TimeSync
    VanishNoPacket
    Voxelsniper
    Worldguard
     
  10. That's the problem I think, unless I'm missing something. You need a chat manager to show prefixes. ChatManager that comes with PEX is a simple one, but there are others that can do a lot more.

    Do you have use-metadata set to true in the modifyworld config? If so, you may have to add .* or :* to the end of the node.

    Hmm.. Odd, I don't see anything wrong in the file and when I try it on my local test server, it parses fine.

    Now, ninjacupcake in the forum on dev bukkit has a setup that works perfectly fine on a local machine, but doesn't work right on a hosted machine. I'm wondering if just maybe you might be running into the same problem. Can you run a local copy of your server and see if it does the same thing?

    Heh, what was the character? I'm guessing it was something in the users section? :)

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

    ImJoeNemesis

    It was º
     
  12. ImJoeNemesis
    You need ChatManager/HeroChat or something like them
     
  13. Offline

    registered

    In config i have:
    http://pastebin.com/j4ScH7w1
    and in mysql in table permissions i have:
    http://pastebin.com/gsST8mdX

    /pex group default list
    [​IMG]


    Pleace can you help me? :)
     
  14. Offline

    hogeco

    TheSporeGA1
    Make sure the ChatManager plugin is enabled. Navigate to the Plugins\ChatManager folder and open up config.yml
    and make sure enable is set to true.

    hope that helps :)
     
  15. Offline

    killer03

    Hello i was wondering if i wanted to make it where new player joins he is automatically added into the default group.
     
  16. That's what the default group is for.
    Hmm... Keep in mind that I don't have a lot of experience with the SQL side of PEX, but what I have heard to work is to either:
    • Remove the negation node then add it again to the group
    • Manually change the node ID in the database to be last in the group
    Absolute worst case, dump the permissions to a file backend, switch over to that, clear the database, dump the permissions back to SQL, import them into the DB and then switch over.

    Unfortunately, that's all I have at the moment. :(
     
  17. Offline

    AdvsNoob

    Still cant get it to work and i would like to launch my site :/
     
  18. Offline

    hogeco

    killer03
    make sure the highlighted red line below is included:
    ***the periods are just place holders... do not include in your code!

    groups:
    ....default:
    ........default: true
    ........permissions:
    ........- modifyworld.*
    ....Admins:
    ........prefix: '&0(&4Admins&0)&7 '
    ........permissions:
    ........- permissions.*
     
  19. Offline

    registered

    So ok, i start using file permission.yml but everything is same. User in default group still can use tnt or empty bucket.
    My permissions.yml
    http://pastebin.com/MXysfCC3

    I try delete lines with .46 a replace it with - -modifyworld.blocks.interact.* and it was function. User in default can´t place or destoyt anythig.
    :(
     
  20. Offline

    ow4562812

     
  21. Offline

    Hamster1221

    Hey guys some help with this would be wicked
    Here is my permissions.yml setup http://pastebin.com/kkc2CqB4
    I am using craftbukkit-1.2.3-R0.1
    And permissionsEx 1.19.1
    and here is my problem:
    permissions loads when i start up bukkit but none of the permissions seem to be in effect no groups no permissions nothing, its not giving me any errors and is really starting to frustrate me as i need to get my server up

    Any help would be greatly appreciated,
    Cheers.
     
  22. Offline

    tschagg

    org.bukkit.command.CommandException: Unhandled exception executing 'say hello' in org.bukkit.command.defaults.SayCommand@381bfd7
    ?
    always when i using the Say command , this message comes ;-/
     
  23. No, please don't use a screenshot. Open your server log file and put the contents of that on pastie or pastebucket and link to it here.

    What plugins do you have installed?

    My modifyworld config:
    Code:
    informPlayers: true
    enable: true
    itemRestrictions: true
    messages:
      prohibitedItem: You have prohibited item "%s".
      whitelist: No raindeer games for you
      permissionDenied: You are not a special snowflake
    whitelist: false
    drop-restricted-item: true
    use-material-names: false
    item-use-check: false
    The results of using your permissions:
    Code:
    01:22:39 [INFO] User bacon_avenger checked for "modifyworld.blocks.place.46", "-modifyworld.blocks.place.46" found
    It works fine, something is up with your setup. What other plugins do you have installed? Also, what node does the debug output show as matching when the player places the block?

    If you are using chatmanager, is it enabled in it's config? By default, it's not.

    https://github.com/PEXPlugins/PermissionsEx/wiki/Troubleshooting-and-FAQ

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 2, 2019
  24. Offline

    tschagg

    Plugins: MagicCarpet, Citizens, PlgLogCmd, Minequery, WorldEdit, Backup, Vault, PermissionsEx, LWC, WorldGuard, RegionSelfService, DispenserReFill, dynmap, mChatSuite, AutoMessage, ProtectionStones, DisguiseCraft, BasicMinerXP, HawkEye, tschaggtest, BKCommonLib, mcbans, My Worlds, Modifyworld, NoCheat, Votifier, MOCDBLib, PlayerRider, Lift, Essentials, WorldBorder, EssentialsProtect, EssentialsSpawn, VanishNoPacket, ChestShop

    Error: org.bukkit.command.CommandException: Unhandled exception executing 'say hello' in org.bukkit.command.defaults.SayCommand@381bfd7
     
  25. And what makes you think this is caused by PEX?

    Try this experiment: Make a copy of your server on your machine, and have just PEX installed. Launch the server and see if the say command errors out. If it doesn't, you know it's another plugin causing this problem.
     
  26. Offline

    JackL777

  27. Hello:

    i want to make an another map in a server(just survive without commands) , how can i change their group (automatic) who goes to the survive map? If i had owner in world [a] and the default group is in the another , it wont change after i went world (because it's higher than survior group, i actually been in group b(survivor) but i had the admin rights too), i made the survivor group rank point the lowest but it didnt work.
     
  28. Offline

    lordb02

    Last edited by a moderator: Aug 28, 2019
  29. You missed the point of the link I sent. :)

    You posted only "internal server error". Per the section 'how to ask for help':

    Many people have PEX 1.19.1 working fine with the current dev versions of bukkit for 1.2.3. Posting the generic error that appears in game when an error happens doesn't tell anyone what is going on, how or when it happened, and so on.

    I'm honestly not trying to be a jerk here, but for anyone to help you, you have to help as well. ;)
     
  30. Offline

    Fishster

    THanks sooo much this is the best permissions plugin i've EVER used (it's the only one i've ever used :p) so grateful!
     
  31. Offline

    AlphaTech1

    Didnt help at all i used /debug said not a command? -.- and the only other thing that wwould grab it is op and i dont think op is a plugin and i dont think that it can grab plugins and if it can is theryre a way to stop it? Someone please help me as soon as possible im getting tired of the complaints from people that they cant use home set home spawn and everything else and yes i already have it set so that they can do it for essentials someone helppppp :\.
     

Share This Page