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