Resource icon

DeathView 1.0.3

Compatible API Versions
1.0.0
Sourcecode
https://github.com/lukeeey/DeathView
Contributors
lukeeey
Description
A simple plugin to put you into spectator mode for a configurable amount of time before you are respawned at a certain location.

This plugin is based off similar behavior from Mineplex.

Support

Permissions
  • deathview.spectator

Configuration
YAML:
# ===========================================
# DeathView by lukeeey
# https://github.com/lukeeey/DeathView
# ===========================================

# The messages to be displayed when you 'die'
# Leave empty to prevent displaying them
#
# Types:
#   chat: display a message in chat
#   title: display a message in a title
#   subtitle: display a message in a subtitle
#
# For any of these types, leaving them empty will make sure that message type
# is not shown. They can all be empty, as well as all be filled (if you want both a title
# and chat message to be shown)
#
# Placeholders: {victim} {world}
death-message:
  died:
    player:
      chat: "Oh noes! You will respawn soon."
      title: ""
      subtitle: ""
    all:
      chat: "{victim} died :("
      title: ""
      subtitle: ""

# The amount of time you will be in spectator mode for (in seconds)
time: 5

# Teleport to the world spawnpoint when you 'respawn'
teleport-to-spawn: true

# Set teleport-to-spawn to false to use and change teleport-to values
teleport-to-coords: false
teleport-to:
  x: 8
  y: 100
  z: 8

# Specify the name of the world you would like to teleport to.
# You can use 'default' for the default world specified in the server.properties.
teleport-to-world: default

# NOTE: This WONT drop items! If you want the items to drop on death, set the
# "keepinventory" gamerule to false
clear-inventory-on-death: false
Donate
Want to support me? Consider becoming a sponsor or make a one time donation via PayPal!
Author
lukeeey
Downloads
2,089
Views
3,501
First release
Last update
Rating
4.25 star(s) 4 ratings

More resources from lukeeey

Latest updates

  1. 1.0.3

    Added the ability to: * Clear inventory on death (via config option) * Drop items on death (set...
  2. Add title / subtitle message support

    Added support for displaying title and subtitle messages when a player dies
  3. 1.0.1

    Changed package name Added new permission deathview.spectator Add a config option to teleport to...

Latest reviews

Very good plugin, only I would like it to add a function where you can configure in which world the plugin works and in which world it does not, this would make it much more interesting
Great plugin but consider adding a clear inventory after death option!
lukeeey
lukeeey
Done!
Thank you! This helps alot................................
can you please add title and subtitle to show a message death message in players screen instead of chat.
lukeeey
lukeeey
Updated, please consider changing your review :)
please add teleport respawn to world with config, and teleport coordinates already right, thanks !
lukeeey
lukeeey
updated :)
Top