Skip to content

TheDiamondYT1/DeathView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeathView

A PocketMine-MP plugin that puts a player into spectator when they die.

Basically its like Mineplex:

  1. Player 'dies' (but isn't shown a death screen).
  2. Player gets put in spectator for a few seconds.
  3. Player gets put in survival and teleported to spawn.

Configuration

# The messages to be displayed when you 'die'
# {victim} {world} 
death-message:
  display: true
  died: 
    player: "Oh noes! You will respawn soon."
    all: "{victim} died :("
  
# 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: false

teleport-to:
  x: 8
  y: 100
  z: 8

# Fire a PlayerDeathEvent when you 'die'
fire-death-event: false

TODO

  • Add permission

About

A PocketMine-MP plugin that puts you into spectator mode when you die (Like Mineplex).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages