1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-30 17:49:48 +02:00

Brigadier arguments in the same parse tree need unique names (#2798)

This commit is contained in:
Luck
2021-01-01 19:38:55 +00:00
parent d83559b949
commit 657cf2a45e

View File

@@ -321,7 +321,7 @@ luckperms {
context brigadier:string greedy_phrase;
}
clone {
user brigadier:string single_word;
newname brigadier:string single_word;
}
}
}
@@ -379,36 +379,36 @@ luckperms {
parent {
info;
set {
group brigadier:string single_word {
other_group brigadier:string single_word {
context brigadier:string greedy_phrase;
}
}
add {
group brigadier:string single_word {
other_group brigadier:string single_word {
context brigadier:string greedy_phrase;
}
}
remove {
group brigadier:string single_word {
other_group brigadier:string single_word {
context brigadier:string greedy_phrase;
}
}
settrack {
track brigadier:string single_word {
group brigadier:string single_word {
other_group brigadier:string single_word {
context brigadier:string greedy_phrase;
}
}
}
addtemp {
group brigadier:string quotable_phrase {
other_group brigadier:string quotable_phrase {
duration brigadier:string single_word {
context brigadier:string greedy_phrase;
}
}
}
removetemp {
group brigadier:string single_word {
other_group brigadier:string single_word {
context brigadier:string greedy_phrase;
duration brigadier:string single_word {
context brigadier:string greedy_phrase;
@@ -423,9 +423,6 @@ luckperms {
context brigadier:string greedy_phrase;
}
}
switchprimarygroup {
group brigadier:string quotable_phrase;
}
}
meta {