50 lines
1.3 KiB
Markdown
50 lines
1.3 KiB
Markdown
# Advanced Kill
|
|
|
|
Minecraft Plugin to kill players with many possibilities
|
|
|
|
The /kill Command is a littelbit borring, isn't it? But, there is the AdvancedKill plugin!
|
|
You can kill players with many different method, for example with an explosion or a lightning.
|
|
|
|
## Methods:
|
|
- anvil - place an anvil above
|
|
- fall - teleports the player to high 300
|
|
- explosion - makes an explosion by the player
|
|
- lightning - summons a lightning by the player
|
|
- half - set the health for the player to a half heart
|
|
- lava - places lava for 3 seconds by the player
|
|
- void - teleports the player into the void
|
|
- zombie - spawns a zombie with a diamond sword for 10 seconds by the player
|
|
|
|
## Usage
|
|
```
|
|
/akill <method> <player>
|
|
```
|
|
|
|
## Installation
|
|
1. Download **AdvancedKill_Paper_x.xx.jar** and copy it into the *plugins* directory from your server.
|
|
|
|
2. Restart the server
|
|
|
|
## Filter
|
|
The AdvancedKill Plugin has a filter for players. If a player is add to the filter, nobody can kill him with akill.
|
|
|
|
### Add a player
|
|
To add a player, run
|
|
```
|
|
/afilter <player>
|
|
```
|
|
### Remove a player
|
|
To remoce a player, run
|
|
```
|
|
/afilter <player>
|
|
```
|
|
|
|
### List players
|
|
To list all players in the filter, run
|
|
```
|
|
/afiler
|
|
```
|
|
|
|
### Turn filter on and off
|
|
To turn the filter on and off, open `config.yml`. You can find the config.yml in `plugins/AdvancedKill`
|
|
Open it and set `filter-player` to `true`or `false` |