Archived
0

Fixed some permissions

This commit is contained in:
Minenash
2019-01-26 15:25:23 -05:00
parent 8fb9945e73
commit c4e251d3ab
4 changed files with 7 additions and 7 deletions

View File

@@ -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] {

View File

@@ -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.;

View File

@@ -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;

View File

@@ -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] {