LinkDeaths

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

LinkDeaths

What is it?

LinkDeaths is a multi-world death message plugin. You can cofig your worlds, so that death messages are only visible in the world where the player died or you can can toggle them off completely. It is very lightwheigt (4 KB only) and has two additional features: toggle off drops and/or mob loot for specific worlds.

Commands

/linkdeaths : Reloads the config.yml

Permission: linkdeaths.reload

Cofig

Here's the config. You can find this one in the LinkDeaths.jar (open it with WinRAR), the config created by the plugin could be a bit buggy.

#All separated worlds: death messages ONLY appear in the world the player died
#All death messages from other (non-separated) worlds are GLOBAL and appear in EVERY world
#########################################################

#Should the world be displayed in front of the death messages for global worlds? => [world] PlueschBaum was slain by Zombie
#But: death messages with prefix are ALWAYS in English, not in the language you choose in your Minecraft :/
global_prefix: false


#world without death messages
#This world are only examples
silent_worlds:
    - SilentWorld
    - WorldWithoutDeathMessages
    - example_world
    - etc

#worlds with per-world-death message
seperated_worlds:
    - worldWithPerWordDeathMessage
    - OnlyPlayersInThisWorldcanSeeMyDeathMessage
    - example_worldII
  
#Bonus :D
#Worlds in which player don't drop their inventory on death to prevent lag 
#e.g. KitPvP worlds
no_drops:
    - DontDropItemsOnDeathInThatWorld
    - KitPvP
    
#Bonus II :P
#Worlds in which mobs don't drop loot on death
no_loot:
    - NoLootWorld
    - Example_World3

Should be obvious...

Bugs etc.

The config.yml doesn't generate right, there are no spaces in front of the lists!!!

Not correct:

no_loot:
- world

Correct:

no_loot:
  - world

The plguin may be incopatible to other plugins which modify mob drops (no_loot-worlds only) or player drops (no_drops-worlds only) or plugins like "DeathMessag" which modify the death messages.

If there are other bugs or issues please report them in the comments. It's my first plugin and I'm a bit nooby, so please be lenient toward me ;) I'm german, so this article includes some "bugs", too ;)


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    74555
  • Created
    Feb 16, 2014
  • Last Released File
    Feb 16, 2014
  • Total Downloads
    624
  • License

Categories

Members

Recent Files

Bukkit