DeathTpPlus
DeathTpPlus
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.
IMPORTANT NOTE: Due to some issues with yaml you can get the following error: unacceptable character '?' " in the log, The fix is to remove the ä atm from the default messages and if you have custom messages to remove any of them using special characters. Sorry about that!
How does it work?
Take a look at how it works.. Videos
Also take a look at this picture to know what I'm talking about in the config file and on these pages 
Based on the original plugin from lonelydime. Integrates a fork of furt from cenotaph and tomb from dark_balor.
PLEASE NOTE: Mung3r is taken over from here, he did already help me a lot and is willing to keep this plugin updated. THANKS a lot
Supports
- SuperPerms (Note: Permissions have changed from < 3.0 for the deathtp commands!)
- Vault for all economies!
- LWC (for Chest and Sign Protection of Tombstones)
- Lockette (for Chest and Sign Protection of Tombstones)
- DynMap (for displaying Tombs, TombStones and Last Deathlocations on your map)
- Metrics for more information about it
- CraftIRC is back
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 deathsigns where someone died and how they died.
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 :-) )
- More Info on the DeathTpPlus Page
Don't want one of the features? No worries! Just disable it in the config file and it'll be like that feature isn't in the plugin at all! The file IOs aren't called and neither are the methods used for those features. Worried about performance? Don't be!
Install
- Upload the DeathTpPlus.jar file into your plugins directory.
- Start your server or do a reload
- Configure the config.yml file in your plugins/DeathTpPlus/
- Change the deathmessages and tombmessages to your liking, if you have some good ones post them here!
- Give the permissions to use certain commands or features
- Restart your server or do a reload to read changed config
Further Information like permissions, configuration and commands
Bugs
Todo
- Upcoming Features
- MAJOR Internal Reworking (that is really necessary)
- Updates to RB of CB
FAQ
- Q: Colors are not working correctly in messages, what is wrong?
A: If you are using Essentials Chat turn that off, otherwise you need to live with it or ask Essentials Teams why that happens. - Q: What does "expected <block end>, but found Scalar" in my log messages mean?
A: Probably you forgot to use \" or ' to get a " - Q: I see a killed by X message but I did use /suicide from essentials or similar.
A: This is a bug of the other plugin not setting the death cause correctly. Nothing I can do. Sorry. - Q: If I die in a cave or in nether and use /deathtp I will teleport back to the place I died but on top of the world
A: Change teleportToHighestBlock: true to false but read the comments first in the config. - Q: Could you support RegionPlugin XYZ?
A: Not until a general API similar to Vault for economics comes out. I will support region plugins I use myself. - Q: Can I help you?
A: Sure, you can try the most recent dev-build... should be in sync with the github issues!!!
Thanks
Actual Art is from JanTTuX, prior Art was from Wassilij.
Some silverfish deathmessages from boytheo
Some deathmessages from mog1255
Some coding help from dark_balor
Donators:
- CoRnMail
Changelog
- 3.9.16.2320
official 1.3.1 release, no changes to 3.9.16.2262
- 3.9.16.2262
changed new commands to dtptop and dtpreport with aliases for report and top
fixed a ClassCastException, top works in console now
- 3.9.15.2262
fix for EventException caused by ConcurrentModificationException
- 3.9.14.2262
fix for Failed to edit death log: java.lang.Exception: Failed to rename death log.
- 3.9.13.2262 (pulled)
npe fix during start
class cast fix
- 3.9.12.2262
added CraftIRC back again
"top" and "report" command
sounds for spout clients
periodic saving of death log files
fixed issue with logging death twice
fixed issue #80 where broadcast would show in world2 if you set it only to broadcast in world
lot of internal stuff
More changes can be found here.
-
View User Profile
-
Send Message
Posted Apr 30, 2012@daego
could you open a ticket for that.. any more infos?
@leda200042004
I would need the full log, could be anything from that line
@Brottweiler
yeah... well I will make some changes... the errors are cosmetique, they shouldn't keep the plugin from running, but I guess I forgot to post this on the main page I think I did put a link into the changes though.
-
View User Profile
-
Send Message
Posted Apr 30, 2012@jenks1999
try
and set it to false (if that is already the case I will make some changes)
-
View User Profile
-
Send Message
Posted Apr 27, 2012bukkit Show
"Error occurred while enabling DeathTpPlus v3.9.5.2149 (Is it up to date?)"
why :(
-
View User Profile
-
Send Message
Posted Apr 26, 2012I'm getting this error. What should I do?
[SEVERE] Error occurred while enabling DeathTpPlus v3.9.5.2149 (Is it up to date?) java.lang.NullPointerException at org.simiancage.DeathTpPlus.helpers.MetricsDTP.postPlugin(MetricsDTP.java:258) at org.simiancage.DeathTpPlus.helpers.MetricsDTP.beginMeasuringPlugin(MetricsDTP.java:187) at org.simiancage.DeathTpPlus.DeathTpPlus.metrics(DeathTpPlus.java:394) at org.simiancage.DeathTpPlus.DeathTpPlus.onEnable(DeathTpPlus.java:325) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232) at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
EDIT: I believe I solved it with this: http://forums.bukkit.org/threads/metrics-error.72432/
-
View User Profile
-
Send Message
Posted Apr 25, 2012hi, i dont know what happen, but sometimes there comes this error message :
[WARNING] Task of 'DeathTpPlus' generated an exception java.lang.NullPointerException
at org.bukkit.craftbukkit.inventory.CraftInventory.getSize(CraftInventory.java:35)
at org.bukkit.craftbukkit.inventory.CraftInventory.getContents(CraftInventory.java:48)
at org.simiancage.DeathTpPlus.workers.TombStoneWorkerDTP.run(TombStoneWorkerDTP.java:50)
at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:126)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:517)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
-
View User Profile
-
Send Message
Posted Apr 23, 2012also requesting some way of reducing console spam
2012-04-23 17:18:45 [INFO] [DeathTpPlus] Enabling DeathTpPlus v3.9.5.2149 2012-04-23 17:18:45 [WARNING] [DeathTpPlus] RemoveWhenEmpty is enabled. This is processor intensive! 2012-04-23 17:18:45 [INFO] [DeathTpPlus] allow-wordtravel is: yes 2012-04-23 17:18:45 [INFO] [DeathTpPlus] Keeping Experience on Quickloot is: true 2012-04-23 17:18:45 [INFO] [DeathTpPlus] Keep in mind it only works if people are quicklooting their TombStone! 2012-04-23 17:18:45 [INFO] [DeathTpPlus] Configuration v.3.4 loaded. 2012-04-23 17:18:45 [INFO] [DeathTpPlus] Config is up to date 2012-04-23 17:18:45 [INFO] [DeathTpPlus] is up to date at version 3.9.5.2149. 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 5 messages loaded for killstreak 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 5 messages loaded for deathstreak 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 7 messages loaded for multikill 2012-04-23 17:18:45 [INFO] [DeathTpPlus] Loading death messages... 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 8 messages loaded for BLOCK_EXPLOSION 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 1 messages loaded for ENTITY_EXPLOSION 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 6 messages loaded for CAVE_SPIDER 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 9 messages loaded for CONTACT 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 7 messages loaded for CREEPER 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 11 messages loaded for DROWNING 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 2 messages loaded for ENDERMAN 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 14 messages loaded for FALL 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 9 messages loaded for FIRE 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 9 messages loaded for FIRE_TICK 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 5 messages loaded for GHAST 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 3 messages loaded for GIANT 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 8 messages loaded for LAVA 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 3 messages loaded for LIGHTNING 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 13 messages loaded for MONSTER 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 3 messages loaded for PIG_ZOMBIE 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 31 messages loaded for PVP 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 2 messages loaded for PVP_FISTS 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 2 messages loaded for PVP_TAMED 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 5 messages loaded for SILVERFISH 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 5 messages loaded for SKELETON 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 4 messages loaded for SLIME 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 5 messages loaded for SPIDER 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 5 messages loaded for STARVATION 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 4 messages loaded for SUFFOCATION 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 2 messages loaded for SUICIDE 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 13 messages loaded for UNKNOWN 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 1 messages loaded for VOID 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 2 messages loaded for WOLF 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 6 messages loaded for ZOMBIE 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 4 messages loaded for BLAZE 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 3 messages loaded for MAGMA_CUBE 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 7 messages loaded for ENDERDRAGON 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 4 messages loaded for DISPENSER 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 6 messages loaded for POISON 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 5 messages loaded for MAGIC 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 4 messages loaded for IRON_GOLEM 2012-04-23 17:18:45 [INFO] [DeathTpPlus] Deathmessages v.3.5 loaded. 2012-04-23 17:18:45 [INFO] [DeathTpPlus] Deathmessages are up to date 2012-04-23 17:18:45 [INFO] [DeathTpPlus] Loading tomb messages.. 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 3 messages loaded for BLOCK_EXPLOSION 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 3 messages loaded for ENTITY_EXPLOSION 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 2 messages loaded for CAVE_SPIDER 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 3 messages loaded for CONTACT 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 3 messages loaded for CREEPER 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 3 messages loaded for DROWNING 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 2 messages loaded for ENDERMAN 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 2 messages loaded for FALL 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 3 messages loaded for FIRE 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 3 messages loaded for FIRE_TICK 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 2 messages loaded for GHAST 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 2 messages loaded for GIANT 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 2 messages loaded for LAVA 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 3 messages loaded for LIGHTNING 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 1 messages loaded for PIG_ZOMBIE 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 1 messages loaded for PVP 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 1 messages loaded for SILVERFISH 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 2 messages loaded for SKELETON 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 2 messages loaded for SLIME 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 2 messages loaded for SPIDER 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 2 messages loaded for STARVATION 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 3 messages loaded for SUFFOCATION 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 2 messages loaded for SUICIDE 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 1 messages loaded for UNKNOWN 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 2 messages loaded for VOID 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 3 messages loaded for WOLF 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 3 messages loaded for ZOMBIE 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 2 messages loaded for BLAZE 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 4 messages loaded for MAGMA_CUBE 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 3 messages loaded for ENDERDRAGON 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 3 messages loaded for DISPENSER 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 4 messages loaded for POISON 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 4 messages loaded for MAGIC 2012-04-23 17:18:45 [INFO] [DeathTpPlus] 3 messages loaded for IRON_GOLEM 2012-04-23 17:18:45 [INFO] [DeathTpPlus] Tombmessages v.3.5 loaded. 2012-04-23 17:18:45 [INFO] [DeathTpPlus] Tombmessages are up to date 2012-04-23 17:18:45 [INFO] [DeathTpPlus] Found LWC (v4.1.1 (b645-git-b24cc99e)) 2012-04-23 17:18:45 [INFO] [DeathTpPlus] [LOAD] Tombs loaded ! 2012-04-23 17:18:45 [INFO] [DeathTpPlus] Successfully loaded 0 TombStones for world jenks1999 2012-04-23 17:18:45 [INFO] [DeathTpPlus] Successfully loaded 0 TombStones for world jenks1999_nether 2012-04-23 17:18:45 [INFO] [DeathTpPlus] Successfully loaded 0 TombStones for world jenks1999_the_end 2012-04-23 17:18:45 [INFO] [DeathTpPlus] dtplist command registered 2012-04-23 17:18:45 [INFO] [DeathTpPlus] dtpfind command registered 2012-04-23 17:18:45 [INFO] [DeathTpPlus] dtptime command registered 2012-04-23 17:18:45 [INFO] [DeathTpPlus] dtpreset command registered 2012-04-23 17:18:45 [INFO] [DeathTpPlus] dtpadmin command registered 2012-04-23 17:18:45 [INFO] [DeathTpPlus] deathtp command registered 2012-04-23 17:18:45 [INFO] [DeathTpPlus] deaths command registered 2012-04-23 17:18:45 [INFO] [DeathTpPlus] kills command registered 2012-04-23 17:18:45 [INFO] [DeathTpPlus] streak command registered 2012-04-23 17:18:45 [INFO] [DeathTpPlus] v3.9.5.2149 enabled 2012-04-23 17:18:45 [INFO] [DeathTpPlus] Vault detected 2012-04-23 17:18:45 [INFO] [DeathTpPlus] Checking ecnomony providers now! 2012-04-23 17:18:45 [INFO] [DeathTpPlus] Economy provider found: iConomy 6 2012-04-23 17:18:45 [INFO] [DeathTpPlus] Enabling DynMap Integration 2012-04-23 17:18:45 [INFO] [DeathTpPlus] DynMap ready! 2012-04-23 17:18:45 [INFO] [DeathTpPlus] initializing DynMap integration 2012-04-23 17:18:45 [INFO] [DeathTpPlus] DynMap Integration is activated
this kind of spam is insane on log in... Way too much....
-
View User Profile
-
Send Message
Posted Apr 23, 2012@Hangar
could you enable debug logging, that should clarify some stuff I would think.. concerning more infos... atm debug logging will do that... lots of infos
for changes in the deathlog.txt file... not atm... sorry..
@webname
concerning region protection for plugins... I only support those which I use myself... sorry but region protection is a mess
concerning the graveyard idea... interesting but not atm.. sorry..
-
View User Profile
-
Send Message
Posted Apr 20, 2012I wish the deathlog.txt file would contain the world, coordinates, how many chests they died with, whether a chest was created, and why it couldn't be created if it wasn't due to location etc.
I constantly have people tell me "it didn't work" and I'm always left wondering if it was them (probably) or the plugin.
More infos plox :)
-
View User Profile
-
Send Message
Posted Apr 20, 2012Just ran into a problem using area protection plugin "grief prevention" as the chest becomes inaccessable to the player who dies,or the region owner( lockette) ( my little nephew who cant stay out of the others goodies :) I guess i should have anticipated that its in the nature of the plugin .
Are you likely to bring in an option to spawn chests in a pre allocated area in the future say by setting up a graveyard with perhaps signs ,and then chest appearing at the signs ( set up by admin ) for example a "[r.i.p] <username>" kind of sign
Could be quite handy , imagine dropping the tomb in a maze, a dungeon or such
Darn just realised this would of probably mean a limit of 1 chest really or till it fills ? cheers
-
View User Profile
-
Send Message
Posted Apr 19, 2012@Etsija
My users are unable to break chests and I'm not sure why. When I get to them they are unlocked (LWC). It's like DTP is still protecting them somehow. This seems recent too.
-
View User Profile
-
Send Message
Posted Apr 17, 2012@zwirc
well... I WRITE the yaml in utf-8... at least in my code... the problem is that it doesn't always work... but yes you have a workaround which is also good..
I'm just looking for a more general workaround.
-
View User Profile
-
Send Message
Posted Apr 17, 2012@DonRedhorse
IMPORTANT NOTE: Due to some issues with yaml you can get the following error: unacceptable character '?' " in the log, The fix is to remove the ä atm from the default messages and if you have custom messages to remove any of them using special characters. Sorry about that, I'm working on a fix!
False?
Worked for me. Just write it in notepad, and save with encoding UTF-8. Thats not standard, so prob the problem to more users out there.
-
View User Profile
-
Send Message
Posted Apr 16, 2012@godgodgodgo
hmm perhaps thursday or friday?
I need to configure my server to only allow broadcasts in specific worlds and be able to join it. I can't tomorrow or wednesday.
-
View User Profile
-
Send Message
Posted Apr 12, 2012@DonRedhorse I can help you test if you want
-
View User Profile
-
Send Message
Posted Apr 11, 2012for some reason the death counter doesnt seem to be working for some people their deaths count as 2
-
View User Profile
-
Send Message
Posted Apr 11, 2012u need to add the player death events with new npcs like golem
Could not pass event PlayerDeathEvent to DeathTpPlus org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerDeathEvent(CraftEventFactory.java:317) at net.minecraft.server.EntityPlayer.die(EntityPlayer.java:173) at net.minecraft.server.EntityLiving.damageEntity(EntityLiving.java:677) at net.minecraft.server.EntityHuman.damageEntity(EntityHuman.java:595) at net.minecraft.server.EntityPlayer.damageEntity(EntityPlayer.java:215) at net.minecraft.server.EntityIronGolem.a(EntityIronGolem.java:102) at net.minecraft.server.PathfinderGoalMeleeAttack.e(PathfinderGoalMeleeAttack.java:78) at net.minecraft.server.PathfinderGoalSelector.a(SourceFile:55) at net.minecraft.server.EntityLiving.z_(EntityLiving.java:1229) at net.minecraft.server.EntityLiving.e(EntityLiving.java:1109) at net.minecraft.server.EntityIronGolem.e(EntityIronGolem.java:64) at net.minecraft.server.EntityLiving.F_(EntityLiving.java:447) at net.minecraft.server.World.entityJoinedWorld(World.java:1264) at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:106) at net.minecraft.server.World.playerJoinedWorld(World.java:1246) at net.minecraft.server.World.tickEntities(World.java:1153) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:542) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
Caused by: java.lang.IllegalArgumentException: No enum const class org.simiancage.DeathTpPlus.helpers.DeathMessagesDTP$DeathEventType.IRON_GOLEM at java.lang.Enum.valueOf(Unknown Source) at org.simiancage.DeathTpPlus.helpers.DeathMessagesDTP$DeathEventType.valueOf(DeathMessagesDTP.java:36) at org.simiancage.DeathTpPlus.models.DeathDetailDTP.<init>(DeathDetailDTP.java:61) at org.simiancage.DeathTpPlus.events.onEntityDeathDTP.oEDeaDeathTp(onEntityDeathDTP.java:127) at org.simiancage.DeathTpPlus.listeners.EntityListenerDTP.onEntityDeath(EntityListenerDTP.java:60) at sun.reflect.GeneratedMethodAccessor150.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ... 21 more
-
View User Profile
-
Send Message
Posted Apr 9, 2012@DonRedhorse
Yes i have
-
View User Profile
-
Send Message
Posted Apr 9, 2012Hmm, don't know what has changed, but since 1.2.5 update, I (as an admin) cannot break anyone's death chest Lockette signs anymore, and so cannot get rid of the chests. Why is this?
-
View User Profile
-
Send Message
Posted Apr 9, 2012@DonRedhorse
So wait, 17 hours is the max? O.o
If that is true, I think you should at least indicate this in the config. In any case, it feels very small. I would surely feature-request that higher, and I will have to re-disable it for now I guess.
Thanks.
-
View User Profile
-
Send Message
Posted Apr 8, 2012@BoritoSC2
do you have worldguard installed?
@A1ter
see some posts below... remove the ä from deathmessages, I'm working on a fix :-(
@itsmethatswho
thanks, highly appreciated
@Hangar
I think 64000 is a max, you can enable debug logging and see if that shows anything
@codydbgt
a debug log via pastie would be cool, make sure you are not running into the issue with the deathmessages not loading
@MacGyver420
I will... it SHOULD work though.. damm bugs... thanks for confirming it
@Pandamatak
take a look at the picture... are you talking about the deathsign (next to the tombstone) or the sign on top of the tombstone?
only the last is not possible, everything else is already included and possible if you don't give the freechest / freesign permission.s
@godgodgodgo
can start testing tomorrow... it is hard to test alone :-)