forked from Upstream/CommandPanels
3.7.1 Patches
This commit is contained in:
parent
d49732ff0a
commit
5d57755d77
@ -1,4 +1,4 @@
|
|||||||
version: 3.7.0
|
version: 3.7.1
|
||||||
main: me.rockyhawk.commandPanels.commandpanels
|
main: me.rockyhawk.commandPanels.commandpanels
|
||||||
name: CommandPanels
|
name: CommandPanels
|
||||||
author: RockyHawk
|
author: RockyHawk
|
||||||
|
@ -298,9 +298,9 @@ public class commandpanels extends JavaPlugin {
|
|||||||
List<String> clore = new ArrayList<>();
|
List<String> clore = new ArrayList<>();
|
||||||
if (lore != null) {
|
if (lore != null) {
|
||||||
if(usePlaceholders && useColours){
|
if(usePlaceholders && useColours){
|
||||||
papi(p, clore, true);
|
clore = papi(p, lore, true);
|
||||||
}else if(useColours){
|
}else if(useColours){
|
||||||
papi(p, clore, false);
|
clore = papi(p, lore, false);
|
||||||
}
|
}
|
||||||
renamedMeta.setLore(clore);
|
renamedMeta.setLore(clore);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user