[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

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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

    [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

    This post has been edited 15 times. It was last edited by Drakia Oct 13, 2011.
    ray landers, Montag, harakiwi and 9 others like this.
  2.  
  3. Offline

    Drakia

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

    Jade Knightblazer

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    with : true set at the end of all your premissions tomestones.

    2011-08-04 13:50:46 [INFO] Starting minecraft server version Beta 1.7.3
    2011-08-04 13:50:46 [INFO] Loading properties
    2011-08-04 13:50:46 [INFO] Starting Minecraft server on 192.168.1.103:25565
    2011-08-04 13:50:46 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-08-04 13:50:47 [INFO] Preparing level "Zarocks Region"
    2011-08-04 13:50:47 [INFO] Preparing start region for level 0 (Seed: 4500560404816548205)
    2011-08-04 13:50:48 [INFO] Preparing spawn area: 93%
    2011-08-04 13:50:48 [INFO] Preparing start region for level 1 (Seed: 3907913240963657815)
    2011-08-04 13:50:49 [INFO] Anvils enabled
    2011-08-04 13:50:49 [INFO] [BedHome] Version 0.3 - Copyright 2011 - Shannon Wynter (http://fremnet.net) is enabled
    2011-08-04 13:50:49 [INFO] [BedRestore] has been Enabled!
    2011-08-04 13:50:49 [INFO] bLift version 1.1 is enabled!
    2011-08-04 13:50:49 [INFO] BukkitContrib 0.1.7 has been initialized
    2011-08-04 13:50:49 [INFO] ChairCraft 1.2.4 is enabled.
    2011-08-04 13:50:49 [INFO] CraftBukkitUpToDate version 2.5.9 is enabled!
    2011-08-04 13:50:49 [INFO] CButD: Permission system not detected, defaulting to OP
    2011-08-04 13:50:49 [INFO] CButD: CraftBukkit is up to Date
    2011-08-04 13:50:49 [INFO] [CreeperHeal] version 2.3 by nitnelave is enabled
    2011-08-04 13:50:49 [INFO] [DropSpawners] DropSpawners 1.0 has been enabled!
    2011-08-04 13:50:49 [INFO] [DynamicFight] v1.6.1 Enabled.
    2011-08-04 13:50:49 [INFO] [DynamicFight] Permissions not enabled, DynamicFight features fully enabled for all players.
    2011-08-04 13:50:49 [INFO] Effective Arrows Enabled!
    2011-08-04 13:50:49 [INFO] banned arrows set!
    2011-08-04 13:50:49 [INFO] [Fruitful] Plugin has been enabled.
    2011-08-04 13:50:49 [INFO] [Fruitful] Configuration has been loaded.
    2011-08-04 13:50:49 [INFO] LavaFurnace loaded: 0 Furnace(s)
    2011-08-04 13:50:49 [INFO] Permissions turned off - Using Free-For-All Mode
    2011-08-04 13:50:50 [INFO] LavaFurnace config file finished loading...
    2011-08-04 13:50:50 [INFO] LavaFurnace: Bukkit permissions detected, LavaFurnace permissions enabled...
    2011-08-04 13:50:50 [INFO] LavaFurnace version 1.38 is enabled!
    2011-08-04 13:50:50 [INFO] [MrFixit] v1.0 now enabled!
    2011-08-04 13:50:50 [INFO] [MrFixit] Loaded configuration file.
    2011-08-04 13:50:50 [INFO] [MrFixit] Added 43 recipes.
    2011-08-04 13:50:50 [INFO] Load OreDetector v0.2 maintained by [_skyler_]
    2011-08-04 13:50:50 [INFO] [OreDetector] No supported permission plugin found. Falling back to ops.txt.
    2011-08-04 13:50:50 [INFO] PermissionsBukkit v1.1 is now enabled
    2011-08-04 13:50:50 [INFO] [PorteCoulissante] plugin version 1.2.1 by Captain_Chaos enabled
    2011-08-04 13:50:50 [INFO] [RetractableBridge] plugin version 1.3.6 by Captain_Chaos enabled
    2011-08-04 13:50:50 [INFO] [Tables 0.2] Enabled
    2011-08-04 13:50:50 [INFO] Tombstone v.1.3.2 is enabled.
    2011-08-04 13:50:50 [INFO] Tossers: Loaded plugin version 1.1!
    2011-08-04 13:50:50 [INFO] [WolfSpawn] Permission system not detected
    2011-08-04 13:50:50 [INFO] [WolfSpawn] version 0.42 is enabled!
    2011-08-04 13:50:50 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-04 13:50:50 [INFO] Done (0.275s)! For help, type "help" or "?"
    2011-08-04 13:50:59 [INFO] The automatic update-Check only work every 6 hours, the last check was 54 minutes ago.
    2011-08-04 13:51:01 [INFO] Jade_Knightblaze [/192.168.1.1:49345] logged in with entity id 145 at ([Zarocks Region] -32.62945413762422, 87.0, -51.76094388061651)
    2011-08-04 13:51:47 [INFO] Connection reset
    2011-08-04 13:51:47 [INFO] Jade_Knightblaze lost connection: disconnect.quitting
    2011-08-04 13:52:18 [INFO] Stopping server
    2011-08-04 13:52:18 [INFO] Anvils disabled


    with tombstone. plain in premissions.


    2011-08-04 13:54:47 [INFO] Starting minecraft server version Beta 1.7.3
    2011-08-04 13:54:47 [INFO] Loading properties
    2011-08-04 13:54:47 [INFO] Starting Minecraft server on 192.168.1.103:25565
    2011-08-04 13:54:47 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-08-04 13:54:48 [SEVERE] Could not load 'plugins\PermissionsBukkit-1.1.jar' in folder 'plugins':
    while scanning a simple key
    in "<reader>", line 19, column 13:
    tombstone.admin
    ^
    could not found expected ':'
    in "<reader>", line 20, column 9:
    inheritance:
    ^

    at org.yaml.snakeyaml.scanner.ScannerImpl.stalePossibleSimpleKeys(ScannerImpl.java:400)
    at org.yaml.snakeyaml.scanner.ScannerImpl.needMoreTokens(ScannerImpl.java:231)
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:182)
    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:564)
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:157)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:175)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:207)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:130)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-04 13:54:48 [INFO] Preparing level "Zarocks Region"
    2011-08-04 13:54:48 [INFO] Preparing start region for level 0 (Seed: 4500560404816548205)
    2011-08-04 13:54:49 [INFO] Preparing spawn area: 89%
    2011-08-04 13:54:49 [INFO] Preparing start region for level 1 (Seed: 3907913240963657815)
    2011-08-04 13:54:50 [INFO] Anvils enabled
    2011-08-04 13:54:50 [INFO] [BedHome] Version 0.3 - Copyright 2011 - Shannon Wynter (http://fremnet.net) is enabled
    2011-08-04 13:54:50 [INFO] [BedRestore] has been Enabled!
    2011-08-04 13:54:50 [INFO] bLift version 1.1 is enabled!
    2011-08-04 13:54:50 [INFO] BukkitContrib 0.1.7 has been initialized
    2011-08-04 13:54:50 [INFO] ChairCraft 1.2.4 is enabled.
    2011-08-04 13:54:50 [INFO] CraftBukkitUpToDate version 2.5.9 is enabled!
    2011-08-04 13:54:50 [INFO] CButD: Permission system not detected, defaulting to OP
    2011-08-04 13:54:50 [INFO] CButD: CraftBukkit is up to Date
    2011-08-04 13:54:50 [INFO] [CreeperHeal] version 2.3 by nitnelave is enabled
    2011-08-04 13:54:50 [INFO] [DropSpawners] DropSpawners 1.0 has been enabled!
    2011-08-04 13:54:50 [INFO] [DynamicFight] v1.6.1 Enabled.
    2011-08-04 13:54:50 [INFO] [DynamicFight] Permissions not enabled, DynamicFight features fully enabled for all players.
    2011-08-04 13:54:50 [INFO] Effective Arrows Enabled!
    2011-08-04 13:54:50 [INFO] banned arrows set!
    2011-08-04 13:54:50 [INFO] [Fruitful] Plugin has been enabled.
    2011-08-04 13:54:50 [INFO] [Fruitful] Configuration has been loaded.
    2011-08-04 13:54:50 [INFO] LavaFurnace loaded: 0 Furnace(s)
    2011-08-04 13:54:50 [INFO] Permissions turned off - Using Free-For-All Mode
    2011-08-04 13:54:50 [INFO] LavaFurnace config file finished loading...
    2011-08-04 13:54:50 [INFO] LavaFurnace: No known permissions detected, Using Server OPs
    2011-08-04 13:54:50 [INFO] LavaFurnace version 1.38 is enabled!
    2011-08-04 13:54:50 [INFO] [MrFixit] v1.0 now enabled!
    2011-08-04 13:54:50 [INFO] [MrFixit] Loaded configuration file.
    2011-08-04 13:54:50 [INFO] [MrFixit] Added 43 recipes.
    2011-08-04 13:54:50 [INFO] Load OreDetector v0.2 maintained by [_skyler_]
    2011-08-04 13:54:50 [INFO] [OreDetector] No supported permission plugin found. Falling back to ops.txt.
    2011-08-04 13:54:50 [INFO] [PorteCoulissante] plugin version 1.2.1 by Captain_Chaos enabled
    2011-08-04 13:54:50 [INFO] [RetractableBridge] plugin version 1.3.6 by Captain_Chaos enabled
    2011-08-04 13:54:50 [INFO] [Tables 0.2] Enabled
    2011-08-04 13:54:50 [INFO] Tombstone v.1.3.2 is enabled.
    2011-08-04 13:54:50 [INFO] Tossers: Loaded plugin version 1.1!
    2011-08-04 13:54:50 [INFO] [WolfSpawn] Permission system not detected
    2011-08-04 13:54:50 [INFO] [WolfSpawn] version 0.42 is enabled!
    2011-08-04 13:54:50 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-04 13:54:50 [INFO] Done (0.276s)! For help, type "help" or "?"
  5. Offline

    Drakia

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @Jade Knightblazer Did you even die ingame? All I see is you connecting and disconnecting...
  6. Offline

    Jade Knightblazer

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yes I killed myself from falling. Now your plugin works only with your default tomestone. files (tombstone.use - (Default)). So if someone dies with a chest and sign, then their stuff goes into the chest. ( I know that is the point of the plugin, great job!) However...

    Basically the plugin just doesn't register anything that deals with your other permissions tombstone.freechest (like I did not add them in). I kill myself w/o a chest and message just tells me (not carrying chest, items are on the ground) When it should provide one.

    Now lets stay I remove the Permissions Bukkit, and just use OP buttkit notepad. Then it works for the OPs. Like a charm

    I posted by Permissions layout for yeah a few posts above this one, I thought I put your permissions in the right place, under right groups (works for other plugins). but *shrug*.

    thanks for your replies
  7. Offline

    Drakia

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I don't support "PermissionsBukkit" only Permissions as linked in the original post.
  8. Offline

    MephistophiA

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Is there anyway to disable spawning chest in spawnpoint. Because in my server, player dies in spawnpoint and chest spawns exactly same point with spawnpoint. So anyone who types /spawn will spawn in the chest and die.
    Thanks.
  9. Offline

    Drakia

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Weird... I swear I replied to this. Anyways, it's been added to the next release :) Should be out this weekend.
  10. Offline

    Drakia

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    SlowHealth is implemented terribly and will cause item duplication. I have an unreleased replacement for SlowHealth though, AutoHeal: http://thedgtl.net/bukkit/AutoHeal.jar
    Config File:
    The default config file is of course plugins/AutoHeal/config.yml, however you can specify per-world overrides in the file plugins/AutoHeal/{worldname} (NO EXTENSION) where {worldname} is the name of the world.

    Config Options:
    rate -- How often to heal, in seconds (Integer) -- Default: 1
    amount -- Amount of half-hearts to heal every {rate} seconds (Integer) -- Default: 1
    max -- Heal to at most {max} half-hearts (Integer) -- Default: 20
    min -- Heal only if above {min} half-hearts (Integer) -- Default: 0
    altitude -- Heal only if player is above {altitude} Y (Integer) -- Default: 0

    Permissions:
    autoheal.heal

    This plugin was coded for my server, no I will not add features to it, no I will not offer any support past this initial post. I just don't feel like having to deal with people complaining about item dupes because of how another plugin is implemented.
  11. Offline

    andrewkm

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @Drakia
    -
    Bug: /tomblist is cleared on quickloot
    -
    Reproduction:
    Kill yourself, make a tombstone...
    Kill yourself, make a second tombstone...
    Use /tomblist (You will see both tombstones)
    Quickloot one of them - example the first one
    Use /tomblist (List is now cleared, although one tombstone of yours is still out there.)
    -
    Config:
    Code:
    lwcRemove: true
    tombRemove: true
    lwcTimeout: 259200
    noDestroy: true
    logEvents: false
    lwcEnable: true
    playerMessage: true
    destroyQuickLoot: true
    noInterfere: true
    lwcPublic: false
    tombSign: true
    removeTime: 259200
    saveTombList: true
    -
    Version: 1.3.3
    CB: 1000
    -
    If more info needed let me know please. Not gonna post plugin list, blah blah, if this is already known/or valid on reproduction.
  12. Offline

    Drakia

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @andrewkm Wow, major oversight on my part there (I don't often use TombList).

    [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

    This post has been edited 1 time. It was last edited by Drakia Aug 8, 2011.
  13. Offline

    Odai

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    still have the problem with the protection from lwc thats left behind after removing the chest
  14. Offline

    Drakia

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    And you're positive you're running the latest version? Because I know for a fact I fixed that bug.
  15. Offline

    Odai

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    yes i used the latest download ;) maybe its an essentials problem because its protects the block under the sign, ill try that out
  16. Offline

    neo6633

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I'm using xcraftgate and lwc.
    But when I'm op, tombstone created other world.
    But not op can't
    Why whis?

    "your tombstone can't warp here."
  17. Offline

    Vinsssounet

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

    I just updated to the lastest TombStone version, and I'm having an annoying bug.
    I changed nothing to permissions (it was all going fine with the previous version, so I don't think the problem is here).

    When anyone dies (user or admin) a tomb is indeed created. Yet, all the inventory lies on the floor, enable for anyone to pickup. The Tomb is not LWC protected. Right click does not quickloot nor destroy.

    Here's my config file :

    And here's the error I get in the logs :

    This was when using /slay, but it just did the same while jumping to death.

    We run on CraftBukkit 1000 with the latest TombStone.
  18. Offline

    Drakia

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @Vinsssounet
    And you're running what version of LWC? There's a reason I ask for more than just the error, I ask for the server log, it tells me exactly what versions of what plugins you're running.
  19. Offline

    Vinsssounet

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Oh I am very sorry, this is totally my bad ; I'm using LWC At version: v3.11

    So, I guess here's the reason.
  20. Offline

    Mr.Squeak

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    For some reason my Tombstones won't self destruct, here is my config file. I'm using bukkit build 1000 with tombstone 1.3.5 but cannot figure out the problem... i am also using the most up to date lwc plugin.
    lwcRemove: false
    tombRemove: true
    lwcTimeout: 3600
    noDestroy: true
    logEvents: false
    lwcEnable: true
    playerMessage: true
    destroyQuickLoot: false
    noInterfere: true
    lwcPublic: false
    tombSign: true
    removeTime: 18000
    saveTombList: true
  21. Offline

    Drakia

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @andrewkm It is a new feature, chests won't spawn where people don't have build rights to (It does a blockPlaceEvent, and if the event is cancelled the chest is not placed) I can add an option to bypass this in the next version.
    andrewkm likes this.
  22. Offline

    andrewkm

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Much appreciated.
  23. Offline

    Locx

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @Drakia
    Thanks for helping me with the stargates. So i was hopeing you could help me with this one as well. lol. When a players tombstone is unprotected by lwc after X amount of time, It still is protected and can't be taken by an players other than the tombstones owner. Please help
  24. Offline

    Olick

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hi,
    I have a problem with the plugin Tombstone. When the player dies, his objects doesn't spawn in the chest and the LWC protection doesn't work. I have LWC on my server

    Here's my configuration

    /whlwcRemove: false
    tombRemove: false
    lwcTimeout: 3600
    noDestroy: false
    logEvents: false
    lwcEnable: true
    playerMessage: true
    destroyQuickLoot: false
    noInterfere: true
    lwcPublic: false
    tombSign: true
    removeTime: 18000
    saveTombList: true

    Is there something wrong ?
  25. Offline

    Drakia

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @Locx I will be looking into the LWC issues, the API for that plugin went to shit with the newer version :/
    @Olick Yes, it would seem there is. I however can't help you unless you provide the requested information.
  26. Offline

    Locx

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

    Olick

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I want objects to spawn into the chest, not outside, and that the chest locks itself as intended. That's what I meant in my previous post.

    I have Bukkit 945, And the plugin LWC

    This post has been edited 1 time. It was last edited by Olick Aug 18, 2011.
  28. Offline

    Drakia

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    You aren't providing me ANY of the information I need, please go and re-read the first post, it says quite clearly that I need your logs, and the output of "version".
  29. Offline

    §Vishus§

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Excellent plugin, never had a problem with it, but a quick question:

    Would it be possible to make a quickloot plugin using the same process as tombstone? Ex. User places a sign on top of a chest, rt clicks and toggles between loot all from chest and drop all into chest?

    I've been looking for a plugin that does this and am no plugin dev myself, but it seems your plugin is very close to what I want, only if they could be created via command and excluded from deletion on pickup.

    Thanks for your response in advance.
  30. Offline

    Derek Rhode

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    ITs great however its useless for me because i want chests to remain with their items unless they are empty. Would you be able to code it optionally in the config so chests emptied by anyone that found it will cause the chest to disappear?
  31. Offline

    Drakia

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

    Derek Rhode

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    why not? :(
Thread Status:
Not open for further replies.

Share This Page