4 Commits

Author SHA1 Message Date
94d2845077 README.md aktualisiert 2026-01-07 14:45:57 +00:00
cfd0de04d7 README.md aktualisiert 2026-01-07 14:45:25 +00:00
7873dcc16b README.md aktualisiert 2026-01-07 14:44:40 +00:00
85ac3a0355 README.md aktualisiert 2026-01-07 14:44:25 +00:00

View File

@@ -23,4 +23,28 @@ You can kill players with many different method, for example with an explosion o
## Installation
1. Download **AdvancedKill_Paper_x.xx.jar** and copy it into the *plugins* directory from your server.
2. Restart the 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`