I have a working version of ChestProtect

Discussion in 'Bukkit Help' started by Yogoda, Jan 16, 2011.

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

    Yogoda

    I ported ChestProtect as I need it on my server before allowing ppl to get it.

    Here it is : http://dl.dropbox.com/u/4422249/Minecraft/Plugins/ChestProtect/ChestProtect.jar

    It does not support mySQL, but I did optimize the code as it was creating lag with a lot of data.

    I don't create a plugin thread because it is not my plugin and I don't want to develop / support it.
    Provided with no guarantees.
     
  2. Offline

    tekac

    @Yogoda , is this #44 compatible

    Throws off errors


    SEVERE: Could not pass event PLAYER_COMMAND to ChestProtect
    java.lang.NoSuchMethodError: org.bukkit.event.player.PlayerChatEvent.getPlayer()Lorg/bukkit/Player;
    at com.bukkit.yogoda.chestprotect.ChestProtectPlayerListener.onPlayerCommand(ChestProtectPlayerListener.java:27)
    at org.bukkit.plugin.java.JavaPluginLoader.callEvent(JavaPluginLoader.java:134)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:199)
    at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:540)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:521)
    at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    at net.minecraft.server.NetworkManager.a(SourceFile:232)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:63)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:104)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:261)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:197)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)


    This is using build #44. This occured anytime someone used ./cp
     
  3. Offline

    Yogoda

    I will look into this, how can I know what build of Bukkit I am using ?
     
  4. Offline

    Etsijä

    This is confirmed to work perfectly with CraftBukkit build #131. Tested both /cp 1 and /cp 2 and the chest protection modes are set up properly. No errors in console either.
     
  5. Offline

    Strongit

    Works awesome on #135. The only difference is that there aren't any admin permissions on the chests. You can only access your own, even if you're on the ops list.
     
  6. Thank you for doing this!

    i missed this plugin so much. is there a way you can add owner name in the message "this chest is locked" so i can undo the lock via the LockedChests.txt ? :eek:

    Because i got some chest lying around that i cant remove :[
     
  7. Offline

    jonilaht

    Any chance of #493 compatible version somewhere?
     
Thread Status:
Not open for further replies.

Share This Page