BanCID is a PocketMine-MP plugin that allows you to manage device/client bans. Ensures your players don't try to create subaccounts to join your server.
/ban-ip + /bancid (/ban + UUID ban) = perfect match
| Command | Usage | Description |
|---|---|---|
/bancid |
/bancid <player> [reason] |
Prevents the specified player from using this server. |
/unbancid |
/unbancid <player> |
Allows the specified player to use this server. |
/bancidlist |
/bancidlist |
View all players banned from this server. |
bancid.command:
description: Allows access to all BanCID commands.
default: false
children:
bancid.command.bancid:
description: Allows access to the BanCID bancid command.
default: op
bancid.command.unbancid:
description: Allows access to the BanCID unbancid command.
default: op
bancid.command.bancidlist:
description: Allows access to the BanCID bancidlist command.
default: op