Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thediamondyt1/deathview

A PocketMine-MP plugin that puts you into spectator mode when you die (Like Mineplex).
https://github.com/thediamondyt1/deathview

pmmp-plugin

Last synced: 18 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# DeathView
A [PocketMine-MP](https://github.com/pmmp/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
```yaml
# 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