[UNSUPPORTED][MISC] Tombstone v1.3.6 - A deadmans chest plugin for Bukkit [1317]

Discussion in 'Inactive/Unsupported Plugins' started by Drakia, Feb 10, 2011.

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

    Drakia

    Tombstone - A deadman's chest plugin
    Version: 1.3.6
    CraftBukkit: 1317
    This plugin support SuperPerms. Please do not ask about setting up SuperPerms in this topic, ask here: http://forums.bukkit.org/threads/permissions-faq.25080/

    Plugin Dependencies:
    Permissions (Optional)
    LWC (2 or 3) (Optional)

    If you want help, post the output of the "version" command, and make sure you're running atleast the version specified in the topic title.
    Please post your server log when asking for help with tombstones not spawning
    Do not bother asking for help if you killed the player using anything other than basic attacks. I do not guarantee support for any plugin-based attacks or deaths such as /kill!


    =============
    Description
    =============
    Save your players' inventory from disappearing when they die.
    I used Deadmans Chest in hMod and thought it was a great plugin, so I started my own version for Bukkit.

    Download: http://thedgtl.net/bukkit/Tombstone.jar
    Source: https://github.com/TheDgtl/Tombstone

    =============
    Features
    =============
    If the player is carrying a chest when they die, place that chest and fill it with as much of their inventory as possible
    If the player is allowed, and is carrying two chests, a large chest will spawn to catch all of their inventory
    Possible for specific groups/players to be given free chests with no need to carry one with them
    Any items that won't fit in the chest will still drop to the ground!
    Supports the Permissions plugin, will default to allowing everyone to use basic tombstone if not available
    Supports LWC for chest AND sign protection if it is installed
    Configurable timeout for LWC unprotection
    Configurable timeout for destruction of tombstones, works in unloaded chunks as well
    Quickloot support, right click the sign on a tombstone to loot all items in it (Your tombstone only!)
    Place a sign on top of the chest with a configurable template
    The ability to point your compass at your tombstones!
    Supports "SuperPerms"

    =============
    Config Notes
    =============
    If you are going to be giving your players a free chest/sign, but don't want them to be able to retrieve those as extra items, you can now set the noDestroy option in the Tombstone config file.
    If you do set the noDestroy option, it is highly recommended that you set a timeout for Tombstone removal, because even once LWC is disabled the chest is still not destroyable by any means other than quicklooting it.
    With noDestroy enabled, if a player dies without a sign, then their chest will be indestructible until it is removed by Tombstone itself.
    It is not recommended to use the noDestroy option without the destroyQuickLoot option

    =============
    KNOWN BUGS
    =============
    None?

    =============
    Config
    =============
    lwcEnable - Whether to use LWC if available
    lwcRemove - Whether to remove LWC after a specific timeout
    lwcPublic - Set to true to set LWC protection to Public instead or removing
    lwcTimeout - How long to wait before disabling LWC on a tombstone (in Seconds)
    tombSign - Whether to place a sign on the tombstone
    removeTime - How long to wait before destroying a tombstone (in Seconds)
    tombRemove - Whether or not to destroy a tombstone after a timeout
    playerMessage - Whether or not to show messages to the player
    saveTombList - Whether to save a list of tombstones between server reloads
    destroyQuickLoot - Set to true to destroy the chest/sign on quickloot
    noDestroy - Set to true to disallow any player from destroying a tombstone (Other than quickloot)
    noInterfere - Set to true to stop tombstones from being created next to other chests (Items are dropped to ground instead)
    logEvents - Whether to print some "useful" information to the server terminal.
    skipBuildCheck - Set whether to skip the blockPlace check (True to bypass region protection) (Default false)

    =============
    Sign Template
    =============
    The sign template is stored in plugins/Tombstone/sign.tpl
    The following variables are able to be used in the sign template:
    {name} - The players name
    {cause} - The cause of their death, or their killers name if it was a player
    {date} - The date of their death
    {time} - The time of their death

    The sign template is 4 lines correlating to the 4 lines of the sign. The maximum length
    of a line is 15 characters. The default sign template is as follows:
    {name}
    Killed By
    {cause}
    {time}

    =============
    Permissions (Either via SuperPerms, or Permissions 2.x/3.x)
    =============
    tombstone.use - (Default) Allow the player/group to use the tombstone mod
    tombstone.freechest - Allow the player to get a chest whether they are carrying a chest or not
    tombstone.large - Allow the player to spawn a large chest if carrying two chests and if one will fit
    tombstone.lwc - (Default) Protect the placed chest if LWC is enabled
    tombstone.sign - (Default) Whether the player gets a sign on their tombstone chest
    tombstone.freesign - Allow the player to get a free sign whether they are carrying one or not.
    tombstone.quickloot - (Default) Whether to allow a player/group to quickloot by right clicking the tombstone sign.
    tombstone.admin - Allow this user to destroy other players tombstones.
    tombstone.cmd.tomblist - Allow this user to use /tomblist
    tombstone.cmd.tombfind - Allow this user to use /tombfind
    tombstone.cmd.tombreset - Allow this user to use /tombreset

    =============
    Commands
    =============
    /tomblist - List all your tombstones
    /tombfind - Gives you a direction from your current location to your tombstone. Use with /compass (Sync'd to CommandBooks /compass)
    /tombreset - Doesn't do anything.

    =============
    FAQ
    =============
    Q) Can you add support for {PluginX}?
    A) No.

    Q) Player items are being duplicated, and I'm using SlowHealth, whatsup?
    A) http://forums.bukkit.org/threads/mi...ugin-for-bukkit-1000.3923/page-18#post-550275

    =============
    Changes
    =============
    [Version 1.3.6]
    - Added 'skipBuildCheck' option
    [Version 1.3.5]
    - Fixed accidental clearing of /tomblist on quickloot
    - Added SuperPerms support
    - Do a build permission check so we don't spawn a chest in protected areas
    [Version 1.3.2]
    - Apparently LWC 3.30 had a change in API that wasn't documented, yay
    [Version 1.3.1]
    - Recompiled with LWC 3.30
    [Version 1.3.0]
    - Added sign template
    - Tombstone no longer created in void death
    - Re-enabled the compass for /tombfind
    More Changes (open)

    [Version 1.2.9]
    - Fixed free double chests
    - Made freechest/freesign default to isOp() without permissions
    [Version 1.2.8]
    - Added logEvent option for debug purposes.
    - Do a 3x3 check for a block to place chest.
    [Version 1.2.7]
    - Check properly if we're placing a big chest for interference
    [Version 1.2.6]
    - Fixed issue with name length
    [Version 1.2.5]
    - Option to bail on tombstone creation if it will interfere with another chest.
    - Check tombstone stuff more often (Every 100 ticks (5 seconds))
    [Version 1.2.4]
    - Fixed sign drop bug when destroying with timeout.
    [Version 1.2.3]
    - Fixed a bug in /tombfind with invalid input
    [Version 1.2.2]
    - Moved playerInteract to Highest priority since we remove a block.
    - Added check to make sure the tombstone is a chest before we doing anything.
    - Other general checks
    [Version 1.2.1]
    - Made /tombfind a bit more useful, will give a NESW direction.
    [Version 1.2.0]
    - Added compass commands.
    [Version 1.1.8]
    - Right-clicking a chest will quickloot/destroy if you have noDestroy/destroyQuickLoot enabled
    [Version 1.1.7]
    - Fixed quicklooting in RB670
    [Version 1.1.6]
    - Fixed some owner comparisons.
    [Version 1.1.5]
    - Moved setting "plugin" to onEnable
    - Moved setLine() outside of scheduler
    [Version 1.1.4]
    - Added more LWC checks
    [Version 1.1.3]
    - Added tombstone.admin
    [Version 1.1.2]
    - Fixed loading tombstone list after server restart
    - Check if player is online before sending tombstone messages
    [Version 1.1.1]
    - Updated to latest RB
    [Version 1.1.0] - Only updating for LWC2 from here on
    - Changed versioning scheme
    - Changed loading of permissions/LWC
    [Version 1.09]
    - Updated sign update code, should work better
    - Updated for LWC2, there is now an LWC1 build, and an LWC2 build
    [Version 1.08]
    - Configurable tombstone list storage
    - Allow LWC to be set to Public instead of disabled
    - Allow destroy on quickloot
    - Allow tombstones to be "invincible" besides quickloot
    [Version 1.07]
    - Fixed a bug in which protected chests could be destroyed.
    - Messages to players can be turned off.
    [Version 1.06]
    - Item-dupe fix broke plugin, fixed
    [Version 1.05]
    - Re-compiled for b522 to fix ItemStack.equals error
    [Version 1.04]
    - Small permissions handling update
    - Inform player if we run into a casting problem.
    [Version 1.03]
    - No longer treat GM as a special case, just load it as Permissions 2.0 like the author intended
    [Version 1.02]
    - Support Permissions 2.0/2.1
    - Support GroupManager
    [Version 1.01]
    - Fixed a Null Pointer Exception when chests are destroyed
    [Version 1.00]
    - Added ability to remove chests without needing LWC
    - LWC and remove thread are now a sync task
    - Right-click sign to quickloot. Permission added.
    - Better Permissions handling
    - LWC protects sign
    - Only create a large chest if needed
    - Deactivate LWC protection when sign or chest is destroyed
    [Version 0.06]
    - Implemented tombstone signs
    - Changed message if LWC is enabled to say how long before unprotect/destruction
    - lwcTime of 0 now indicates that LWC protection never expires
    [Version 0.05]
    - Added config file
    - Implemented chest removal
    - Configurable timeout
    - Toggle LWC usage via config
    [Version 0.04]
    - Added LWC timeout
    [Version 0.03]
    - Added LWC support
    - Made Permissions optional instead of required. Default without Permissions is allow all to use
    [Version 0.02]
    - Initial Public Release
     
    ray landers, Montag, harakiwi and 9 others like this.
  2. Offline

    wassilij

    Is this LWC 3 compatible?
     
  3. Offline

    Drakia

  4. Offline

    Drakia

    Plugin is working fine in b953
     
  5. got some problems with LWC 3
    LWC is not removed after timeout

    using CB 953
     
  6. Offline

    Drakia

    I will look into this.

    @currypaul How are you testing this? As when I tested it it was working fine

    And on that note, I forgot I finished 1.3.0 a few weeks ago, oops:
    [Version 1.3.0]
    - Added sign template
    - Tombstone no longer created in void death
    - Re-enabled the compass for /tombfind

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 8, 2016
  7. Tested is by doing. A Player died and another one wasn't able to remove the chest for over 30 minutes. Timer was set to 600 (default?)
    I had to remove the chest with LWC adminrights
     
  8. Offline

    DarkAge

    Could you add an option where if something goes terribly wrong and the chest does not/can't spawn then the items go into a virtual chest where you type a command to get the items back. Cause sometimes the chest never spawn and players loose their items.
     
  9. Offline

    Drakia

    If the chest doesn't spawn the items are dropped just like any other death. This won't be changed.

    @currypaul Well as I said it's tested and working fine. Post your config file.
     
  10. Offline

    DarkAge

    Ah ok I thought the items never dropped... weird... anyways thanks
     
  11. Offline

    Mhalkyer

    I think this would be an awesome idea. Sort of like a WorldEdit /region where chests would spawn. You could define multiple graveyards for multiple cities and then set yours with "/setgraveyard SomeCity"

    =D
     
  12. Offline

    monotonehell

    Might be a good idea to change your title from [b953] to just [953] as people who are searching for version compatible plugins wont find you. :D
     
  13. Offline

    Gutter

    I love this mod, thanks!

    So does my (casual player of a) sister. No more of her running around, destroying my piston doors because she need to get behind them before her stuff dissapear :)
     
  14. Offline

    Liger_XT5

    got a snag, not sure if it's the CB file for MC 1.7.3 that was announced on the CB twitter:
    Code:
    2011-07-10 22:57:12 [SEVERE] Could not pass event ENTITY_DEATH to Tombstone
    java.lang.NoSuchMethodError: com.griefcraft.sql.PhysDB.registerProtection(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;III)V
        at net.TheDgtl.Tombstone.Tombstone.activateLWC(Tombstone.java:329)
        at net.TheDgtl.Tombstone.Tombstone.access$11(Tombstone.java:321)
        at net.TheDgtl.Tombstone.Tombstone$eListener.onEntityDeath(Tombstone.java:769)
        at org.bukkit.plugin.java.JavaPluginLoader$57.execute(JavaPluginLoader.java:642)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
        at net.minecraft.server.EntityPlayer.die(EntityPlayer.java:141)
        at net.minecraft.server.EntityLiving.damageEntity(EntityLiving.java:391)
        at net.minecraft.server.EntityHuman.damageEntity(EntityHuman.java:436)
        at net.minecraft.server.EntityPlayer.damageEntity(EntityPlayer.java:179)
        at net.minecraft.server.EntityLiving.a(EntityLiving.java:489)
        at net.minecraft.server.EntityHuman.a(EntityHuman.java:866)
        at net.minecraft.server.Entity.a(Entity.java:641)
        at net.minecraft.server.EntityPlayer.b(EntityPlayer.java:359)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:363)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
     
  15. Offline

    ScottSpittle

    CB 974 Ts v1.2.9
     
  16. Offline

    wassilij

    Code:
    2011-07-11 13:09:40 [SEVERE] Could not pass event ENTITY_DEATH to Tombstone
    java.lang.NoSuchMethodError: com.griefcraft.sql.PhysDB.registerProtection(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;III)V
        at net.TheDgtl.Tombstone.Tombstone.activateLWC(Tombstone.java:283)
        at net.TheDgtl.Tombstone.Tombstone.access$10(Tombstone.java:275)
        at net.TheDgtl.Tombstone.Tombstone$eListener.onEntityDeath(Tombstone.java:704)
        at org.bukkit.plugin.java.JavaPluginLoader$56.execute(JavaPluginLoader.java:635)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
        at net.minecraft.server.EntityPlayer.die(EntityPlayer.java:141)
        at net.minecraft.server.EntityLiving.damageEntity(EntityLiving.java:391)
        at net.minecraft.server.EntityHuman.damageEntity(EntityHuman.java:436)
        at net.minecraft.server.EntityPlayer.damageEntity(EntityPlayer.java:179)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:726)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-11 13:09:40 [INFO] [HeroicDeath] Inventaser verstarb.
     
  17. Offline

    devatrox

    Same here. Players reported the chest gets created but items fall to the ground.

    Latest CB for 1.7.3 by Dinnerbone (whatever version number it may be), LWC 3.30, Tombstone 1.2.9
     
  18. Offline

    procraftinator

    Wow, this is just a great plugin. I can see the implementation of this running smoothly on my server.
     
  19. Offline

    devatrox

    It does with the recommended CB. We're using an experimental version so it's kind of our fault I guess. But still worth mentioning.
     
  20. Offline

    HEmile

    Doesn't work with latest LWC :(
     
  21. Offline

    Drakia

    @Liger_XT5 @ScottSpittle @wassilij @devatrox Tombstone appears to not be compatible with LWC 3.30, they have changed the function used for protecting chests. The only way to fix the error with chest creation before I release an update is to disable LWC support in Tombstone.

    @devatrox It works fine with the latest CB, even the non-rb, as that's what I run. There seems to be an issue with LWC though, but the code/API hasn't changed.

    I need somebody to post their full server.log so I can see what's going on.
     
  22. Offline

    devatrox

    Code:
    2011-07-11 11:01:18 [INFO] Starting minecraft server version Beta 1.7.3
    2011-07-11 11:01:18 [INFO] Loading properties
    2011-07-11 11:01:18 [INFO] Starting Minecraft server on 85.131.153.46:25565
    2011-07-11 11:01:18 [INFO] This server is running Craftbukkit version git-Bukkit-unknown (MC: 1.7.3)
    2011-07-11 11:01:18 [INFO] DataSourcePool [MinecartManiaCore] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-11 11:01:18 [INFO] DatabasePlatform name:MinecartManiaCore platform:mysql
    2011-07-11 11:01:18 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-11 11:01:19 [INFO] Entities enhanced[0] subclassed[2]
    2011-07-11 11:01:19 [INFO] DataSourcePool [MinecartManiaSignCommands] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-11 11:01:19 [INFO] DatabasePlatform name:MinecartManiaSignCommands platform:mysql
    2011-07-11 11:01:19 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-11 11:01:19 [INFO] Entities enhanced[0] subclassed[2]
    2011-07-11 11:01:19 [INFO] LWC: Loading shared objects
    2011-07-11 11:01:19 [INFO] LWC: Protection cache: 0/10000
    2011-07-11 11:01:19 [INFO] LWC: Native library: plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so
    2011-07-11 11:01:19 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-11 11:01:19 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-07-11 11:01:19 [INFO] Preparing level "world"
    2011-07-11 11:01:19 [INFO] Preparing start region for level 0 (Seed: 4182329312722882019)
    2011-07-11 11:01:20 [INFO] Preparing start region for level 1 (Seed: -8785494848616298431)
    2011-07-11 11:01:20 [INFO] [PorteCoulissante] plugin version 1.2.1 by Captain_Chaos enabled
    2011-07-11 11:01:20 [WARNING] [PorteCoulissante] plugin could not determine CraftBukkit build number!
    2011-07-11 11:01:20 [INFO] Loading BetterShop version 1.6.6.5 ...
    2011-07-11 11:01:20 [INFO] [BetterShop] Notice: Unused Configuration Nodes:
    strings.commandlog
    2011-07-11 11:01:22 [INFO] [BetterShop] File is newer than on git
    2011-07-11 11:01:22 [INFO] [BetterShop] MySQL database localhost:ni2941_1_DB/BetterShop loaded.
    2011-07-11 11:01:22 [INFO] [BetterShop] Attached to iConomy.
    2011-07-11 11:01:22 [INFO] [BetterShop] Attached to Permissions.
    2011-07-11 11:01:22 [INFO] [BetterShop] 'Help' support enabled.
    2011-07-11 11:01:22 [INFO] BetterShop version 1.6.6.5 is enabled!
    2011-07-11 11:01:22 [INFO] [SignShop] Hooked into Permissions
    2011-07-11 11:01:22 [INFO] [SignShop] v1.2 enabled
    2011-07-11 11:01:22 [INFO] [VanishNoPickup] 1.9.9 enabled.
    2011-07-11 11:01:22 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-11 11:01:22 [INFO] WorldGuard: (world) Single session is enforced.
    2011-07-11 11:01:22 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-07-11 11:01:22 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-07-11 11:01:22 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-07-11 11:01:22 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-07-11 11:01:22 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-07-11 11:01:22 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-07-11 11:01:22 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-07-11 11:01:22 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-07-11 11:01:22 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-07-11 11:01:22 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-07-11 11:01:22 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-07-11 11:01:22 [INFO] WorldGuard: 31 regions loaded for 'world'
    2011-07-11 11:01:22 [INFO] WorldGuard 5.2.2 enabled.
    2011-07-11 11:01:22 [INFO] MCBans: mcbans version 2.9.1 is enabled!
    2011-07-11 11:01:22 [INFO] MCBans: Voting enabled!
    2011-07-11 11:01:22 [INFO] MCBans: Checking for premium!
    2011-07-11 11:01:22 [INFO] MCBans: Server NOT premium!
    2011-07-11 11:01:22 [INFO] [GeoCacherLoot] Enabled
    2011-07-11 11:01:22 [INFO] [BlockDamage] hooked into Permissions.
    2011-07-11 11:01:22 [INFO] [BlockDamage] Configuration file loaded!
    2011-07-11 11:01:22 [INFO] [BlockDamage] version v1.0 is enabled.
    2011-07-11 11:01:22 [INFO] [MYWARP] [MYWARP]: 9 warps loaded
    2011-07-11 11:01:22 [INFO] [MYWARP] Permissions enabled using: Permissions v3.1.6
    2011-07-11 11:01:22 [INFO] [MYWARP] Help plugin support enabled.
    2011-07-11 11:01:22 [INFO] [MYWARP] MyWarp 2.0 enabled
    2011-07-11 11:01:22 [INFO] PickBoat version 0.3.5 is enabled!
    2011-07-11 11:01:22 [INFO] [HELP] 0 extra help entries loaded
    2011-07-11 11:01:22 [INFO] [HELP] Permissions enabled using: Permissions v3.1.6
    2011-07-11 11:01:22 [INFO] [HELP] 0.3.1 enabled
    2011-07-11 11:01:22 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    2011-07-11 11:01:23 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.3 is enabled!
    2011-07-11 11:01:23 [INFO] [RetractableBridge] plugin version 1.3.6 by Captain_Chaos enabled
    2011-07-11 11:01:23 [WARNING] [RetractableBridge] plugin could not determine CraftBukkit build number!
    2011-07-11 11:01:23 [INFO] WorldEdit 4.6 enabled.
    2011-07-11 11:01:23 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-11 11:01:23 [INFO] CommandBook 1.5.2-customized enabled.
    2011-07-11 11:01:23 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-07-11 11:01:23 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-07-11 11:01:23 [INFO] CommandBook: 1 kit(s) loaded.
    2011-07-11 11:01:23 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-11 11:01:23 [INFO] [Minecart Mania] MinecartManiaSignCommands version 1.2.3 is enabled!
    2011-07-11 11:01:23 [INFO] [iConomy] Logging enabled.
    2011-07-11 11:01:23 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-07-11 11:01:23 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-07-11 11:01:23 [INFO] [SignShop] hooked into iConomy.
    2011-07-11 11:01:23 [INFO] [iConomy] hooked into Permissions.
    2011-07-11 11:01:23 [INFO] [VoxelSniper] Config loaded
    2011-07-11 11:01:23 [INFO] VoxelSniper version 4.748c is enabled! Snipe away.
    2011-07-11 11:01:23 [INFO] [Minecart Mania] Permissions detected. Using permissions.
    2011-07-11 11:01:23 [INFO] [Minecart Mania] MinecartManiaAdminControls version 1.2.3 is enabled!
    2011-07-11 11:01:23 [INFO] Tombstone v.1.2.9 is enabled.
    2011-07-11 11:01:23 [INFO] [Tombstone] Using Permissions (v3.1.6)
    2011-07-11 11:01:23 [INFO] PumpkinDiver version 0.16 is enabled!
    2011-07-11 11:01:23 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    2011-07-11 11:01:23 [INFO] [Jail] Loaded 1 jail zones.
    2011-07-11 11:01:23 [INFO] [Jail] Loaded 1 prisoners.
    2011-07-11 11:01:23 [INFO] [Jail] Loaded 0 cells.
    2011-07-11 11:01:23 [INFO] FenceStack version 1.13 loaded.
    2011-07-11 11:01:23 [INFO] [GeoCacher] version 1.2 is enabled!
    2011-07-11 11:01:23 [INFO] [GeoCacher] is using Permissions
    2011-07-11 11:01:23 [INFO] [GeoCacher] 'Help' support enabled.
    2011-07-11 11:01:23 [INFO] MYSQL NOT YET IMPLEMENTED.. Fallback to FlatFile
    2011-07-11 11:01:23 [INFO] [GeoCacher] Loaded 2 GeoCaches
    2011-07-11 11:01:23 [INFO] [MYHOME] 24 homes loaded
    2011-07-11 11:01:23 [INFO] [MYHOME] Permissions enabled using: Permissions v3.1.6
    2011-07-11 11:01:23 [INFO] [MYHOME] Help plugin support enabled.
    2011-07-11 11:01:23 [INFO] [MYHOME] MyHome 2.0 enabled
    2011-07-11 11:01:23 [INFO] [GeoCacherLootFTF] Enabled
    2011-07-11 11:01:23 [INFO] [GeoCacherLootiConomy] iConomy not detected
    2011-07-11 11:01:23 [INFO] [GeoCacherLootiConomy] Enabled
    2011-07-11 11:01:23 [INFO] [GeoCacherLootiConomy] hooked into iConomy.
    2011-07-11 11:01:23 [INFO] [Minecart Mania] MinecartManiaChestControl version 1.2.2 is enabled!
    2011-07-11 11:01:23 [INFO] nChat version 0.4 is enabled!
    2011-07-11 11:01:23 [INFO] [Minecart Mania] MinecartManiaStation version 1.2.3 is enabled!
    2011-07-11 11:01:23 [INFO] [MagicCarpet] MagicCarpet version 1.5.6 is enabled!
    2011-07-11 11:01:23 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-07-11 11:01:23 [INFO] [MagicCarpet] Using Permissions.
    2011-07-11 11:01:23 [INFO] LWC: Loaded 135 locale strings (0 overrides)
    2011-07-11 11:01:23 [INFO] Using Permissions API
    2011-07-11 11:01:23 [INFO] LWC: Loading SQLite
    2011-07-11 11:01:23 [INFO] LWC: Using: Native
    2011-07-11 11:01:23 [INFO] LWC: Precached 135 protections.
    2011-07-11 11:01:23 [INFO] LWC: At version: 3.30-git-LWC-94b93dd42195692ed1823346544359d5917274a2-b69jnks
    2011-07-11 11:01:23 [INFO] [Tombstone] Using LWC (v3.3)
    2011-07-11 11:01:23 [INFO] [NoCheat] version [1.07c] couldn't find CrafTIRC plugin. Disabling logging to IRC.
    2011-07-11 11:01:23 [INFO] [NoCheat] version [1.07c] is enabled with the following checks: moving speedhack flying fastswim
    2011-07-11 11:01:23 [INFO] Done (0.384s)! For help, type "help" or "?"
    Code:
    2011-07-11 12:28:02 [SEVERE] Could not pass event ENTITY_DEATH to Tombstone
    java.lang.NoSuchMethodError: com.griefcraft.sql.PhysDB.registerProtection(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;III)V
        at net.TheDgtl.Tombstone.Tombstone.activateLWC(Tombstone.java:283)
        at net.TheDgtl.Tombstone.Tombstone.access$10(Tombstone.java:275)
        at net.TheDgtl.Tombstone.Tombstone$eListener.onEntityDeath(Tombstone.java:704)
        at org.bukkit.plugin.java.JavaPluginLoader$57.execute(JavaPluginLoader.java:642)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
        at net.minecraft.server.EntityPlayer.die(EntityPlayer.java:141)
        at net.minecraft.server.EntityLiving.damageEntity(EntityLiving.java:391)
        at net.minecraft.server.EntityHuman.damageEntity(EntityHuman.java:436)
        at net.minecraft.server.EntityPlayer.damageEntity(EntityPlayer.java:179)
        at net.minecraft.server.EntityMonster.a(EntityMonster.java:90)
        at net.minecraft.server.EntityCreature.c_(EntityCreature.java:64)
        at net.minecraft.server.EntityLiving.v(EntityLiving.java:685)
        at net.minecraft.server.EntityMonster.v(EntityMonster.java:26)
        at net.minecraft.server.EntityZombie.v(EntityZombie.java:30)
        at net.minecraft.server.EntityLiving.m_(EntityLiving.java:218)
        at net.minecraft.server.EntityMonster.m_(EntityMonster.java:30)
        at net.minecraft.server.World.entityJoinedWorld(World.java:1190)
        at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:48)
        at net.minecraft.server.World.playerJoinedWorld(World.java:1172)
        at net.minecraft.server.World.cleanUp(World.java:1102)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:447)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-11 12:28:02 [INFO] [HeroicDeath] Haarhus was killed by an angry Zombie
     
  23. Offline

    Drakia

    I'm on my way to work, so a fix won't be possible until ~7pm (11 hours)
     
  24. Offline

    devatrox

    No hurry. At least the items drop down like they normally do and not just disappear into nowhere :D

    Thanks for your support and this great plugin!
     
  25. Offline

    Liger_XT5

    Thanks, I've disabled LWC for the time being. I'll check back later to see how things are going.
    Thanks for the great plugin!!!
     
  26. Offline

    Drakia

    [Version 1.3.1]
    - Recompiled with LWC 3.30

    This will fix the problems people are encountering with LWC 3.30
     
  27. If i download the plugin it says all the time version 1.3.0. Is this a misstake from you or is the downloadlink not up to date?


    Thanks for your Help!
     
  28. Offline

    Drakia

    Fixed, had no internet for three days, sorry.
     
  29. Offline

    duhfux

    Something's gone wrong and for some reason it drops empty chest/sign with the stuff around it. I won't be using this plugin for a bit until whatever caused the problem is fixed, which I hope is soon as this is my choice plugin over all inventory recovery ones :)

    If anyone else has this problem, say something.

    Cheers :)
     
  30. Offline

    Drakia

    Without any logs, nobody can help you, nor can this "bug" be fixed
     
  31. Offline

    wassilij

    It's because you use LWC 3.30 and NOT the newses Tombstone version .. get the newest Tombstone version with LWC 3.30 support and all is working good.
     
Thread Status:
Not open for further replies.

Share This Page