mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 12:04:46 +00:00
Added custom player permission level
This commit is contained in:
@@ -25,6 +25,7 @@ namespace pocketmine\network\mcpe\protocol\types;
|
|||||||
|
|
||||||
interface PlayerPermissions{
|
interface PlayerPermissions{
|
||||||
|
|
||||||
|
const CUSTOM = 3;
|
||||||
const OPERATOR = 2;
|
const OPERATOR = 2;
|
||||||
const MEMBER = 1;
|
const MEMBER = 1;
|
||||||
const VISITOR = 0;
|
const VISITOR = 0;
|
||||||
|
Reference in New Issue
Block a user