disable gamemode bypass
This commit is contained in:
parent
9067f3a87d
commit
d19688416f
1 changed files with 7 additions and 0 deletions
|
@ -74,6 +74,11 @@
|
|||
value = false;
|
||||
};
|
||||
}
|
||||
{
|
||||
"mv.bypass.gamemode.*" = {
|
||||
value = false;
|
||||
};
|
||||
}
|
||||
];
|
||||
prefixes = [
|
||||
{
|
||||
|
@ -146,6 +151,8 @@
|
|||
"essentials.seen.extra"
|
||||
"essentials.sethome"
|
||||
"essentials.sethome.bed"
|
||||
|
||||
"multiverse.access.*"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue