mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-20 02:14:01 +00:00
Added custom player permission level
This commit is contained in:
parent
9bae4d8ef6
commit
0dc8362536
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user