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

    Ryan56k

    I have a question. My permissions are set up to not allow players to build or destroy but they can interact with objects (buttons, switches, etc). My issue is that they cannot damage each other. My server is set to allow pvp, towny is set to allow pvp, essentials is set to allow pvp. Is there a node I'm missing to allow players to deal damage? I gave then the proper modifyworld.damage.deal.* and modifyworld.damage.take.* nodes.

    Thank you
     
  3. Offline

    Draiksinferno

    Try using this:http://yaml-online-parser.appspot.com/

    Its a thing to check your code

    Thank you so MUCH!!!!

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

    toastieness

  5. Offline

    flap

  6. Offline

    flap

    I thought posting the error message woukl help him a little more than just "mention" it. :)
     
  7. Offline

    Asymm

    Not sure why some of the perms are working and some aren't.... The newb group works just fine, but the rest of them are broken for whatever reason and they were working just a while ago. Starting to miss PermissionsBukkit, but it seems like that may be a dead project.

    Code:
    groups:
      newb:
        default: true
        permissions:
        - modifyworld.*
        - topics.rules
        - -preciousstones.translocation.*
        - -bukkit.command.version
        - -bukkit.command.plugins
        - bukkit.command.tell
        - bukkit.command.kill
        - bukkit.command.me
        - bukkit.command.list
        - preciousstones.benefit.create.forcefield
        - -preciousstones.benefit.create.unbreakable
        - preciousstones.benefit.create.protection
        - -preciousstones.benefit.heal
        - -preciousstones.benefit.feed
        - -preciousstones.benefit.repair
        - -preciousstones.benefit.giveair
        - -preciousstones.benefit.launch
        - -preciousstones.benefit.bounce
        - preciousstones.benefit.disable
        - preciousstones.benefit.enable
        - preciousstones.benefit.setname
        - preciousstones.benefit.setradius
        - -preciousstones.benefit.setvelocity
        - -preciousstones.benefit.setinterval
        - preciousstones.benefit.mark
        - preciousstones.benefit.visualize
        - preciousstones.benefit.who
        - preciousstones.benefit.onoff
        - preciousstones.benefit.scoping
        - preciousstones.benefit.snitch
        - preciousstones.benefit.counts
        - preciousstones.benefit.locations
        - -preciousstones.benefit.density
        - -preciousstones.benefit.potions
        - preciousstones.whitelist.allow
        - preciousstones.whitelist.allowed
        - preciousstones.whitelist.allowall
        - preciousstones.whitelist.remove
        - preciousstones.whitelist.removeall
      moderator:
        inheritance:
        - newb
        permissions:
        - bukkit.command.kick
      admin:
        inheritance:
        - moderator
        permissions:
        - bukkit.command.ban
        - bukkit.command.version
        - bukkit.command.plugins
        - bukkit.command.teleport
        - bukkit.command.ban.list
        - bukkit.command.unban
      owner:
        permissions:
        - topics.rules
        - bukkit.command.version
        - bukkit.command.plugins
        - bukkit.command.reload
        - bukkit.command.tell
        - bukkit.command.kill
        - bukkit.command.me
        - bukkit.command.help
        - bukkit.command.kick
        - bukkit.command.ban.player
        - bukkit.command.ban.list
        - bukkit.command.unban.player
        - bukkit.command.ban.ip
        - bukkit.command.unban.ip
        - bukkit.command.op.give
        - bukkit.command.op.take
        - bukkit.command.teleport
        - bukkit.command.give
        - bukkit.command.stop
        - bukkit.command.save.perform
        - bukkit.command.save.disable
        - bukkit.command.save.enable
        - bukkit.command.list
        - bukkit.command.say
        - bukkit.command.whitelist.enable
        - bukkit.command.whitelist.disable
        - bukkit.command.whitelist.add
        - bukkit.command.whitelist.remove
        - bukkit.command.whitelist.list
        - bukkit.command.whitelist.reload
        - bukkit.command.time.add
        - bukkit.command.time.set
        - bukkit.command.gamemode
        - bukkit.command.xp
        - bukkit.command.toggledownfall
        - bukkit.command.ban
        - bukkit.command.unban
        - bukkit.command.op
        - bukkit.command.time
        - bukkit.command.save
        - preciousstones.adminspawnprotection
        - modifyworld.*
        - logblock.*
        - worldedit.*
        - preciousstones.translocation.*
        - preciousstones.benefit.*
        - preciousstones.whitelist.*
        - preciousstones.bypass.*
        - preciousstones.alert.*
        - preciousstones.admin.*
        - anticheat.admin
    users:
      ToasterCrumb:
        options:
          group: owner
    
    I think I got this in the right place this time. :D

    Well now it's working again. :-/

    I deleted the file and started all over again.

    I'm not sure what the deal was with that.

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

    MrCreep4

    I get internal server error ;(
     
  9. Offline

    Den2467

    Is there a way to set the permissions where if someone asks can I be op? They get kicked from the server? If so how? Thanks
     
  10. Offline

    Tanite

    Confirming a new error with the very latest CB dev builds (2296), regarding the deprecation of PlayerChatEvent in Modifyworld.
     
  11. Offline

    Ellest

    05.08 22:30:39 [Server] WARNING [PermissionsEx] Reinjecting all permissibles
    05.08 22:30:39 [Server] WARNING [PermissionsEx] Can't obtain PermissionsEx instance
    05.08 22:30:39 [Server] WARNING [PermissionsEx] Reinjecting all permissibles
    05.08 22:30:39 [Server] WARNING [PermissionsEx] Can't obtain PermissionsEx instance

    permissions.yml
    Show Spoiler

    groups:
    utente:
    default: true
    prefix: '&f -Utente- '
    permissions:
    - commandsigns.use.*
    - CommandSigns.use.*
    - essentials.clearinventoru
    - modifyworld.*
    - essentials.tpa
    - essentials.sethome
    - essentials.home
    - essentials.delhome
    - -factions.create
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.tpahere
    - essentials.tpall
    - essentials.back
    - essentials.warp.list
    - essentials.warp*
    - essentials.rules
    - essentials.msg
    - essentials.afk
    - essentials.pay
    - essentials.money
    - essentials.sell
    - essentials.buy
    - essentials.getpos
    - essentials.list
    - essentials.protect.pvp
    - -authme.unregister
    - -essentials.sell
    - multiverse.core.list.worlds
    - multiverse.access.world
    - multiverse.access.creativo
    - minecars.fuelstation.use
    - minecars.create
    - minecars.move
    - -minecars.buyfuel
    - simpleregionmarket.sell.sell

    worlds:
    Creativo:
    permissions:
    - worldedit.region.faces
    - worldedit.region.walls
    - worldedit.clipboard.rotate
    - worldedit.clipboard.copy
    - worldedit.clipboard.cut
    - worldedit.clipboard.paste
    - worldedit.generation.cylinder
    - worldedit.generation.sphere
    - worldedit.generation.pyramid
    - worldedit.history.undo
    - worldedit.region.set
    - worldedit.tool.farwand
    - -essentials.sethome
    - -factions.sethome
    - -factions.autoclaim
    - -factions.claim

    moderatore:
    default: false
    inherit: utente
    prefix: '&2 -Moderatore- '
    suffix: '&f'
    build: true
    permissions:
    - modifyworld.*
    - -factions.*
    - essentials.tpa
    - essentials.sethome
    - essentials.home
    - essentials.delhome
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.tpahere
    - essentials.tpall
    - essentials.back
    - essentials.warp*
    - essentials.rules
    - essentials.msg
    - essentials.afk
    - essentials.pay
    - essentials.money
    - essentials.sell
    - essentials.buy
    - essentials.getpos
    - essentials.gamemode
    - essentials.list
    - essentials.item
    - essentials.ban
    - essentials.banip
    - essentials.kick
    - essentials.jail
    - essentials.unjail
    - essentials.jails
    - essentials.togglejail
    - essentials.vanish
    - essentials.warp.list
    - essentials.unban
    - essentials.unbanip
    - essentials.setwarp
    - essentials.fly
    - essentials.jump
    - essentials.tp
    - essentials.mail
    - essentials.msg
    - essentials.protect.pvp
    - multiverse.core.list.worlds
    - multiverse.access.world
    - multiverse.access.creativo
    - multiverse.access.admintown
    - minecars.fuelstation.use
    - minecars.create
    - minecars.move
    - -minecars.buyfuel
    - simpleregionmarket.sell.sell

    admin:
    default: false
    inherit: moderatore
    prefix: '&6 -Admin- '
    suffix: '&f'
    build: true
    permissions:
    - modifyworld.*
    - essentials.tpa
    - essentials.sethome
    - essentials.home
    - essentials.delhome
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.tpahere
    - essentials.tpall
    - essentials.back
    - essentials.warp*
    - essentials.rules
    - essentials.msg
    - essentials.afk
    - essentials.pay
    - essentials.money
    - essentials.sell
    - essentials.warp.list
    - essentials.buy
    - essentials.getpos
    - essentials.gamemode
    - essentials.list
    - essentials.give
    - essentials.ban
    - essentials.banip
    - essentials.kick
    - essentials.jail
    - essentials.unjail
    - essentials.jails
    - essentials.togglejail
    - essentials.vanish
    - essentials.unban
    - essentials.unbanip
    - essentials.setwarp
    - essentials.fly
    - essentials.jump
    - essentials.tp
    - essentials.mail
    - essentials.msg
    - essentials.op
    - essentials.protect.pvp
    - anticheat.check.*
    - multiverse.core.list.worlds
    - multiverse.access.world
    - multiverse.access.creativo
    - multiverse.access.admintown
    - permissions.*
    - minecars.*
    - simpleregionmarket.*
    - simpleregionmarket.sell.sell

    master-admin:
    default: false
    inherit: admin
    prefix: '&4 -Master-Admin- '
    suffix: '&f'
    build: true
    permissions:
    - modifyworld.*
    - essentials.tpa
    - essentials.sethome
    - essentials.home
    - essentials.delhome
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.tpahere
    - essentials.tpall
    - essentials.back
    - essentials.warp*
    - essentials.rules
    - essentials.msg
    - essentials.afk
    - essentials.pay
    - essentials.money
    - essentials.sell
    - essentials.warp.list
    - essentials.buy
    - essentials.getpos
    - essentials.gamemode
    - essentials.list
    - essentials.give
    - essentials.ban
    - essentials.banip
    - essentials.kick
    - essentials.jail
    - essentials.unjail
    - essentials.jails
    - essentials.togglejail
    - essentials.vanish
    - essentials.unban
    - essentials.unbanip
    - essentials.setwarp
    - essentials.fly
    - essentials.jump
    - essentials.tp
    - essentials.mail
    - essentials.msg
    - essentials.op
    - essentials.protect.pvp
    - essentials.protect.pvp
    - anticheat.check.*
    - multiverse.core.list.worlds
    - multiverse.access.world
    - multiverse.access.creativo
    - multiverse.access.admintown
    - permissions.*
    - minecars.*
    - simpleregionmarket.sell.sell
    - simpleregionmarket.*

    users:
    Ellest96:
    group:
    - master-admin
    worlds:
    world:
    permissions:
    - factions.create
    TheHidden97:
    group:
    - admin
    1Zordak1:
    group:
    - admin
    zeromisery:
    group:
    - moderatore
    Jim:
    worlds:
    world:
    permissions:
    - factions.create
    Herobrine:
    worlds:
    world:
    permissions:
    - factions.create
    gabri22598:
    worlds:
    world:
    permissions:
    - factions.create
    ASTON97:
    worlds:
    world:
    permissions:
    - factions.create
    Havana_crack:
    worlds:
    world:
    permissions:
    - factions.create
    alien777v:
    worlds:
    world:
    permissions:
    - factions.create
    snor09:
    worlds:
    world:
    permissions:
    - factions.create
    MineCod:
    worlds:
    world:
    permissions:
    - factions.create
    yassiner:
    worlds:
    world:
    permissions:
    - factions.create
    luca:
    worlds:
    world:
    permissions:
    - factions.create
    XxALDOxX:
    worlds:
    world:
    permissions:
    - factions.create
    Lucamare97:
    worlds:
    world:
    permissions:
    - factions.create
    Foggies99:
    worlds:
    world:
    permissions:
    - factions.create
    Er_Tangia:
    worlds:
    world:
    permissions:
    - factions.create
    Tizio_200:
    worlds:
    world:
    permissions:
    - factions.create
    PiolCo:
    worlds:
    world:
    permissions:
    - factions.create
    MrBlizzy100:
    worlds:
    world:
    permissions:
    - factions.create

    WHI??
     
  12. What exactly is broken? A quick glance doesn't show anything wrong.

    https://github.com/PEXPlugins/Permi...ooting-and-FAQ#wiki-pex-internal-server-error

    'fraid not. This is something that is beyond the scope of a permissions plugin. You would need some plugin that parses the server chat and takes action based on what it finds. I'm not aware of any plugin that can do this. :/

    Post your permissions file on pastebin.com or pastie.org. Putting them in a spoiler like that ruins the formatting, making it useless for troubleshooting.

    Ug, I hate it when things like that happen. Well, it's working, that's what counts, right? :p

    Unfortunately, beyond looking at the server logs, I don't. 1.19.3 is working fine for me on my test server under the 1.3.1 dev builds. What bukkit build are you guys using?

    EDIT: Oooo, hold on a sec, this might be related to the async chat changes bukkit recently implemented. I can't check this myself right now, but please post your bukkit build version.

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

    Ellest

    Justin The Cynical
    http://pastebin.com/AZa1kw8A
     
  14. Thank you. :)

    Looks

    Hmm, overall, it looks OK, I do see some unneeded nodes that are being duplicated via inheritance, which might be the problem. For example, every group of yours has modifyworld.* in it, but they inherit the nodes from the previous group, all the way back to the default group, which already has it, causing more than a few dupes in the perms list.

    You might want to go over your nodes and remove the extra ones and see if that helps. When does this happen anyway? Any particular time frame or event?
     
  15. Offline

    Emiya Shirou

    Do we have any version that works with 1.3? Cuss this isn't.
     
  16. Seems to be working fine for me and others. Care to be specific about what isn't working? :)
     
  17. Offline

    bikboii

    It doesn't work for me either. There are no log errors, but when I type /pex, normally a list of commands should be returned, instead, I receive the version of pex in one line, and no other commands work. Any ideas?
     
  18. Offline

    Emiya Shirou

    It seems that IT is working, it just spams errors on some chat event thingy... beside from that, It works. (I'm not sure that protection works though and i have no means to test it atm.)
     
  19. Offline

    bikboii

    Alright, I have Bukkit-1.2.5-R5.0-5-g9bcd5fe-b2269jnks. That's what I got with /ver.
     
  20. Offline

    lambor009

    Is there a command to add a Node to every single group!? This would be very helpful :/
     
  21. Ah yes, this is a know issue due to the change in bukkit for the chat events. A heck of a lot of plugins have this problem. As far as I know, bikboii is the only one where PEX seems to be broken under 1.3.1.

    bikboii : I just tried 1.19.3 from devbukkit on a freshly downloaded copy of bukkit for 1.3.1, build 2311, and when I ran /pex from in-game, it returned the command list as expected. Try the current build of bukkit?
     
  22. Offline

    bikboii

    Do you think you could send me a direct link to the download? I can't seem to find it.
     
  23. Offline

    FlynnTaggert

    [WARNING] [Modifyworld] "Modifyworld v1.19.3" has registered a listener for org.bukkit.event.player.PlayerChatEvent on method "public void ru.tehkode.modifyworld.handlers.PlayerListener.onPlayerChat(org.bukkit.event.player.PlayerChatEvent)", but the event is Deprecated. Server performance will be affected; please notify the authors [t3hk0d3].
    org.bukkit.plugin.AuthorNagException
    at org.bukkit.plugin.java.JavaPluginLoader.createRegisteredListeners(JavaPluginLoader.java:302)
    at org.bukkit.plugin.SimplePluginManager.registerEvents(SimplePluginManager.java:507)
    at ru.tehkode.modifyworld.ModifyworldListener.registerEvents(ModifyworldListener.java:168)
    at ru.tehkode.modifyworld.ModifyworldListener.<init>(ModifyworldListener.java:47)
    at ru.tehkode.modifyworld.handlers.PlayerListener.<init>(PlayerListener.java:50)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at ru.tehkode.modifyworld.bukkit.Modifyworld.registerListeners(Modifyworld.java:110)
    at ru.tehkode.modifyworld.bukkit.Modifyworld.onEnable(Modifyworld.java:74)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:357)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:263)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:245)
    at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:296)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:275)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:225)
    at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:380)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Keep getting this currently on bukkit 2312

    Any idea whats up ? o.o
     
  24. Offline

    RustyDagger

    Yea The plugin needs to update to comply with the changes in the code that the Bukkit team made as far as i know this error is harmless but just annoying so that bukkit can eventually remove the old code. in the mean time any plugin using the old code will get this error.
     
  25. The builds are available at http://dl.bukkit.org/downloads/craftbukkit/ (if you go to the main bukkit download page, below the RB picture is a link to "Alternate Versions", that link goes here), and it looks like build 2314 is already out. :)
     
  26. Offline

    Dr_Bunsen

    does it works with 1.3(100%?), cuz it gives no errors, but some permissions dont seem to work?
     
  27. Offline

    Beimeith

    Using a fresh setup of the latest (and only!) recommended build for 1.3.1 my permissions all seem to work besides my prefixes. Is it safe to assume this is related to changes to chat mentioned above?
     
  28. Offline

    Emiya Shirou

    I see and I'm using 1.19.2 because 1.19.3 was broken for me (short story - some component wasn't working... so I've downgrade and waited for 1.19.4 which didn't came out to this day...)
     
  29. Hello. I added pex group Admin add permissions.* to my Admin group and i still cannot use the Commands ingame such as /pex create

    help me please!
     
  30. Offline

    Emiya Shirou

    Code:
    2012-08-07 16:15:21 [WARNING] [Modifyworld] "Modifyworld v1.19" has registered a listener for org.bukkit.event.player.PlayerInventoryEvent on method "public void ru.tehkode.modifyworld.handlers.PlayerListener.onInventoryOpen(org.bukkit.event.player.PlayerInventoryEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [t3hk0d3].
    So I'm letting you guys know. (CraftBukkit 1.3.1-R1.0)
     

Share This Page