Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/thediamondyt1/deathview
- Owner: TheDiamondYT1
- Created: 2017-03-11T20:34:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-09T10:39:15.000Z (over 7 years ago)
- Last Synced: 2024-10-17T04:10:18.806Z (29 days ago)
- Topics: pmmp-plugin
- Language: PHP
- Size: 12.7 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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: falseteleport-to:
x: 8
y: 100
z: 8# Fire a PlayerDeathEvent when you 'die'
fire-death-event: false
```
### TODO
* Add permission