Merge remote-tracking branch 'hacker_marc/master'
This commit is contained in:
24
README.md
24
README.md
@@ -24,3 +24,27 @@ You can kill players with many different method, for example with an explosion o
|
|||||||
1. Download **AdvancedKill_Paper_x.xx.jar** and copy it into the *plugins* directory from your server.
|
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`
|
||||||
Reference in New Issue
Block a user