Fixed some permissions
This commit is contained in:
@@ -3,7 +3,7 @@ command bpm {
|
|||||||
alias toggle;
|
alias toggle;
|
||||||
alias mod;
|
alias mod;
|
||||||
|
|
||||||
perm blockplacemods.use;
|
perm utils.blockplacemods;
|
||||||
type player;
|
type player;
|
||||||
|
|
||||||
[empty] {
|
[empty] {
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ command unmute {
|
|||||||
|
|
||||||
command chatonly {
|
command chatonly {
|
||||||
alias co;
|
alias co;
|
||||||
perm utilschat.chatonly;
|
perm utils.chat.chatonly;
|
||||||
[empty] {
|
[empty] {
|
||||||
run chatonly;
|
run chatonly;
|
||||||
help Shows that you're onlu able to chat, nothing else.;
|
help Shows that you're onlu able to chat, nothing else.;
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ command firstseen {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
command playtime {
|
command playtime {
|
||||||
perm utils.playtime;
|
perm utils.seen.playtime;
|
||||||
[empty] {
|
[empty] {
|
||||||
type player;
|
type player;
|
||||||
run playtimeDef;
|
run playtimeDef;
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ command tpall {
|
|||||||
|
|
||||||
command tpaccept {
|
command tpaccept {
|
||||||
alias tpyes;
|
alias tpyes;
|
||||||
perm utils.teleport.request;
|
perm utils.teleport.tpa;
|
||||||
type player;
|
type player;
|
||||||
|
|
||||||
[empty] {
|
[empty] {
|
||||||
@@ -99,7 +99,7 @@ command tpaccept {
|
|||||||
|
|
||||||
command tpcancel {
|
command tpcancel {
|
||||||
alias tpastop;
|
alias tpastop;
|
||||||
perm utils.teleport.request;
|
perm utils.teleport.tpa;
|
||||||
type player;
|
type player;
|
||||||
|
|
||||||
[empty] {
|
[empty] {
|
||||||
@@ -114,7 +114,7 @@ command tpcancel {
|
|||||||
|
|
||||||
command tpdeny {
|
command tpdeny {
|
||||||
alias tpno;
|
alias tpno;
|
||||||
perm utils.teleport.request;
|
perm utils.teleport.tpa;
|
||||||
type player;
|
type player;
|
||||||
|
|
||||||
[empty] {
|
[empty] {
|
||||||
@@ -131,7 +131,7 @@ command tplist {
|
|||||||
alias etplist;
|
alias etplist;
|
||||||
alias tpl;
|
alias tpl;
|
||||||
alias etpl;
|
alias etpl;
|
||||||
perm utils.teleport.request;
|
perm utils.teleport.tpa;
|
||||||
type player;
|
type player;
|
||||||
|
|
||||||
[empty] {
|
[empty] {
|
||||||
|
|||||||
Reference in New Issue
Block a user