Added custom player permission level

This commit is contained in:
Dylan K. Taylor 2017-08-10 11:34:34 +01:00
parent 9bae4d8ef6
commit 0dc8362536

View File

@ -25,6 +25,7 @@ namespace pocketmine\network\mcpe\protocol\types;
interface PlayerPermissions{
const CUSTOM = 3;
const OPERATOR = 2;
const MEMBER = 1;
const VISITOR = 0;