Inactive [TP/CHAT] DeathTpPlus V 3.9.16.2262 -DeathNotify, DeathTP, Tombstones, Tomb and more [CB 1.3.2]

Discussion in 'Inactive/Unsupported Plugins' started by Don Redhorse, Oct 5, 2011.

     
  1. Offline

    Don Redhorse

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    DeathTpPlus announces a death with a random message based on the death cause and allows you to teleport to the point of death It can also create a TombStone at the place you died to let you save your inventory (aka DeadMansChest).You can also create a tomb sign which can be used as respawn point and as a place of information of how often you died and what your last death cause was.

    Take a look, thanks to BrandonHopkins



    Based on the original plugin from lonelydime. Integrates a fork of furt from cenotaph and tomb from Belphemur. And code from mung3r!
    Supports

    DeathTP

    • Use /deathtp to teleport back to where you died.
    • Optional: Charge a player an item to teleport (must be in the player's hand).
    • Optional: Vault support for economies
    DeathNotify

    • Customizable messages for every kind of death.
    • Supports multiple messages per kind of death, chosen randomly when someone dies.
    • Custom colors per message.
    • PvP messages that show the attacker as well as what they killed with. Item names have been cleaned up to look pretty.
    • Optional: Show tombstones where someone died and how they died.
    • Optional: CraftIRC support
    TombStone

    • Create a TombStone where you die and save your inventory.
    • Highly Configurable via Permissions
    • More Info on the TombStone Page
    Tomb

    • Create a Tomb Sign which holds the following information: The name of the player, the number of times he died and what was the last cause.
    • Can be used as respawn point after death
    • There can be more than one Tomb
    • You can configure if the respawn point is based upon the world the player is in or across worlds
    • More Info on the Tomb Page
    Other stuff

    • Streaks (Show a custom message when someone has killed a custom set of people or died a custom amount of times.)
    • DeathLogs (Show the total number of times somebody died)
    • MultiKills (Well... you know.... quake style... no sound though :) )
    • Need a simpler version with only messages? DeathNotifier
    • More Info on the DeathTpPlus Page
    Install / Update / Permissons / Bugs / ChangeLog etc?

    Dev.bukkit

    Downloads & Support

    Dev.bukkit

    Todo

    • Upcoming Features
    • MAJOR Internal Reworking (that is really necessary)
    • Updates to RB of CB

    This post has been edited 19 times. It was last edited by Don Redhorse Jan 30, 2012.
  2.  
  3. Offline

    frdmn

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    nice plugin. but right now users have to type /deathtp to come back to death point.
    is there a way to make this automatically? i searched the config for such an parameter but i found none.
    is it even possible? thx
  4. Offline

    Don Redhorse

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    ahh... if you players have a tomb they can right click that tomb (if enabled) to be teleported back.

    otherwise how would that work? reconfiguring the respawn location?
  5. Offline

    Tadas159

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Works fine on Windows, but then, when i run it on a private server with Deabian OS i get this:
    Code:
    2012-01-20 17:35:27 [SEVERE] Error occurred while enabling DeathTpPlus v3.7.0.1597 (Is it up to date?): special characters are not allowed
    unacceptable character '?' (0xFFFD) special characters are not allowed
    in "<string>", position 10882
        at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:70)
        at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:50)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
        at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:59)
        at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:143)
        at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:109)
        at org.simiancage.DeathTpPlus.helpers.DeathMessagesDTP.setupDeathMessages(DeathMessagesDTP.java:1093)
        at org.simiancage.DeathTpPlus.DeathTpPlus.onEnable(DeathTpPlus.java:128)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:968)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:186)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:348)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:335)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)

    This post has been edited 1 time. It was last edited by Tadas159 Jan 20, 2012.
  6. Offline

    Maxxgold

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Getting this error. looks like something to do with dynmap. CB 1.1 and latest spout

    2012-01-20 20:09:21 [WARNING] Task of 'DeathTpPlus' generated an exception
    java.lang.NullPointerException
    at org.simiancage.DeathTpPlus.helpers.DynMapHelperDTP$Layer.updateMarkerSet(DynMapHelperDTP.java:198)
    at org.simiancage.DeathTpPlus.helpers.DynMapHelperDTP.updateMarkers(DynMapHelperDTP.java:358)
    at org.simiancage.DeathTpPlus.helpers.DynMapHelperDTP.access$200(DynMapHelperDTP.java:41)
    at org.simiancage.DeathTpPlus.helpers.DynMapHelperDTP$MarkerUpdate.run(DynMapHelperDTP.java:340)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:502)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:434)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
  7. Offline

    Don Redhorse

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    do you have a custom deathmessages? well I wonder what that one is... looks like a problem with character sets..
    any idea how your debian is configured?
  8. Offline

    Don Redhorse

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    hmm which version of dynmap and which version of deathtpplus
  9. Offline

    Tadas159

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Fixed by deleting DeathTpPlus folder, then it regenerated and I configured exactly as before and it worked wihout any problems :)
  10. Offline

    Don Redhorse

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    hmm could be that before you probably had ' and now you have " ??
  11. Offline

    Don Redhorse

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

    BrandonHopkins

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thank you very much for using it, if you come out with any new features tall me and ill make another
  13. Offline

    Clucky

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I find it funny whenever something like this happens: 14:26:31 [INFO] [DeathTpPlus] Successfully saved TombStone list, my computer (the HDD to be specific) makes a little noise. Not a bad thing, just funny :p
  14. Offline

    Don Redhorse

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    hmm honestly that depends on the noise.. I would make sure your HDD is not dying on you, because it saves information to disk at that time.
  15. Offline

    Don Redhorse

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    v 3.8.0.1818 released

    • fixed an exploit with exp
    • added some messages from mog1255
    • add Magic and Poison Death causes and messages
    • implemented version 3 of metrics, incl tracking of deathtp, tombstone and tomb
    • fixed several issues with tombs
    • updated to new bukkit event system
    • fixed loophole where player suicide doesn't reset kill streak
    • fixed issue wolf and slime not recognized
    Messages for Magic and Poison Death will be updated without a problem, if you want to get the additional messages from mog1255 you will need to let the full deathmessages.yml recreate as I don't overwrite anything in a node.

    And again... if you have some nice messages especially for the areas which have few... or for new mobs and death causes comming up... post them, send them per pm or make a pull request for it...

    I will add them and mention you :)
  16. Offline

    Clucky

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yeah, It makes a low hum noise. Not any clicking or clacking. I've been wanting to invest in some spacers (or whatever those things are called that keep it from vibrating).
  17. Offline

    Don Redhorse

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    ah... rubberbands (the big ones) can also help.. depending on the torque though.. :)
  18. Offline

    Jak33

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    could you help me with the bug workaround, im a little confused. Im not sure what to replace and where

    Edit: nvm i had to update craftbukkit, didnt realize it has been updated, sorry my bad.

    This post has been edited 1 time. It was last edited by Jak33 Jan 27, 2012.
  19. Offline

    silentdojo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    You don't need to do the workaround anymore... hopefully Red removes that message on BukkitDev.
  20. Offline

    Don Redhorse

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    well you need it if you have still a version before 3.5.0.1597 which is quite old I know..
  21. Offline

    migsthegod

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

    Any chance we might see a lightweight version with only death messages and kill streaks? :D
  22. Offline

    Don Redhorse

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

    there is one though which does that... HeroicDeath is inactive afaik.. DeathNotfier is the one I mean
  23. Offline

    Quixote22

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thanks for the great plugin!
  24. Offline

    Don Redhorse

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    you are welcome
  25. Offline

    Stormbow

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Error received after updating server to 1.1.0:
    Code:
    12:04:58 [SEVERE] Error occurred while enabling DeathTpPlus v3.8.0.1818 (Is it up to date?): org.bukkit.plugin.Plug
    inManager.registerEvents(Lorg/bukkit/event/Listener;Lorg/bukkit/plugin/Plugin;)V
    java.lang.NoSuchMethodError: org.bukkit.plugin.PluginManager.registerEvents(Lorg/bukkit/event/Listener;Lorg/bukkit/
    plugin/Plugin;)V
            at org.simiancage.DeathTpPlus.DeathTpPlus.onEnable(DeathTpPlus.java:271)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:230)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:989)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:190)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:173)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:443)
            at org.bukkit.Bukkit.reload(Bukkit.java:188)
            at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:385)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:381)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:573)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:550)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:434)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    12:04:58 [INFO] [mcMMO] PermissionsEx found, using PermissionsEx.
    Resolved. Updated to CB 1.1.0-R3

    This post has been edited 1 time. It was last edited by Stormbow Feb 2, 2012.
  26. Offline

    Don Redhorse

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

    colin5789

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    when are you updating to 1.1-R4?
  28. Offline

    Don Redhorse

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

    colin5789

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    it was a typo, I thought it wasnt updated for R3 and i couldnt get it to work but it works fine now
  30. Offline

    DaEgo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    DeathTpPlus v3.8.0.1818
    git-Bukkit-1.1-R3-13-gb3c56b8-b1914jnks (MC: 1.1)
    while shutting server down i get this error :

    Code:
    [WARNING] Task of 'DeathTpPlus' generated an exception
    java.lang.IllegalStateException
        at java.util.concurrent.ConcurrentLinkedQueue$Itr.remove(Unknown Source)
        at org.simiancage.DeathTpPlus.workers.TombStoneWorkerDTP.run(TombStoneWorkerDTP.java:111)
        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:503)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
  31. Offline

    Don Redhorse

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    well, it is quite common... some other also posted it... i was already looking :)

    glad you got it working... there shouldn't be any issues but I will make a new compile soon.
  32. Offline

    Don Redhorse

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    hmm always or just from time to time

Share This Page