1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-09 05:40:47 +02:00

Add optional time parameters to permission/parent removetemp commands (#1384)

This commit is contained in:
Luck
2020-06-20 22:01:27 +01:00
parent cb5a28f043
commit f893b1c632
7 changed files with 128 additions and 14 deletions

View File

@@ -105,6 +105,9 @@ luckperms {
unsettemp {
node brigadier:string quotable_phrase {
context brigadier:string greedy_phrase;
duration brigadier:string single_word {
context brigadier:string greedy_phrase;
}
}
}
check {
@@ -156,6 +159,9 @@ luckperms {
removetemp {
group brigadier:string single_word {
context brigadier:string greedy_phrase;
duration brigadier:string single_word {
context brigadier:string greedy_phrase;
}
}
}
clear {
@@ -347,6 +353,9 @@ luckperms {
unsettemp {
node brigadier:string quotable_phrase {
context brigadier:string greedy_phrase;
duration brigadier:string single_word {
context brigadier:string greedy_phrase;
}
}
}
check {
@@ -398,6 +407,9 @@ luckperms {
removetemp {
group brigadier:string single_word {
context brigadier:string greedy_phrase;
duration brigadier:string single_word {
context brigadier:string greedy_phrase;
}
}
}
clear {