Plugins-PocketMineMP / PlayerAdmin

A PocketMine-MP Plugin | PlayerAdmin
GNU General Public License v3.0
5 stars 0 forks source link

PlayerAdmin

A PocketMine-MP Plugin | PlayerAdmin

Feature

Usage

command description
/playeradmin PlayerAdmin's main command.
/pa aliases of /playeradmin

You can warn player or ban player in Manage ui.

  1. type /pa or /playeradmin command.

  2. select the type you want to manage player.

  3. select or input player name.

  4. you can see player's address, device model, device os, total warn.

Warn system

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.

Future Plan

Config

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
...

Pictures