Other important files - randomblink/PocketMine-MP GitHub Wiki

Other files that you can edit for PocketMine-MP. You can either use a text editor or a commands to modify the files. All those files are located in the root folder of PocketMine-MP (same folder as server.properties).

## banned-ips.txt This file contains all the banned ip's. You can edit the file with a text editor or with a command.
Command Arguments Description
banip add <ip> Add ip to ban list
banip remove <ip> Remove ip to ban list
banip list Show all banned ip's
banip reload Reload the ban list

Example

192.168.1.3
127.0.0.1
## banned.txt This file contains all the banned names. You can edit the file with a text editor or with a command.
Command Arguments Description
ban add <player> Add user to ban list
ban remove <player> Remove user to ban list
ban list Show all banned people
ban reload Reload the ban list

Example

shoghicp
williamtdr
Brandon15811
Intyre
## ops.txt This file contains all the names that are OP on the server. You can edit the file with a text editor or with a command.
Command Arguments Description
op <player> Op player
deop <player> Deop player

Example

shoghicp
williamtdr
Brandon15811
Intyre
## white-list.txt When whitelist is turned on and the name is in the file then it is allowed to connect to the server. You can edit the file with a text editor or with a command.
Command Arguments Description
whitelist on Turn whitelist on
whitelist off Turn whitelist off
whitelist list Show all players in whitelist
whitelist add <player> Add player to whitelist
whitelist remove <player> Remove player from whitelist
whitelist reload Reload whitelist

Example

shoghicp
williamtdr
Brandon15811
Intyre
⚠️ **GitHub.com Fallback** ⚠️