Skip to content

xJNTZx/BanCID

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BanCID

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

Commands

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.

Permissions

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

API

See BanCID\BanManager

About

A PocketMine-MP plugin that allows you to manage device/client bans

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%