A PocketMine-MP Plugin | PlayerAdmin
command | description |
---|---|
/playeradmin | PlayerAdmin's main command. |
/pa | aliases of /playeradmin |
You can warn player or ban player in Manage ui.
type /pa or /playeradmin command.
select the type you want to manage player.
select or input player name.
you can see player's address, device model, device os, total warn.
If the player's warn count exceeds the value stored in the data, the player cannot connect with message "You are banned. Warn count: [warn]".
The default value is 5.
PlayerData config
---
alvin0319:
device: Windows10
model: SAMSUNG ELECTRONICS CO., LTD. 700A7K
address: 127.0.0.1
...
WarnData config
---
ban-count: 5 ## this is limit of warn
player:
alvin0319: 1 ## this is total warn
...