style(item): make naming more in line with others
This commit is contained in:
parent
8634f4c84c
commit
44b4fdd618
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ public class CacheInvalidate extends BaseItem {
|
||||||
@Override
|
@Override
|
||||||
public ItemProvider getItemProvider() {
|
public ItemProvider getItemProvider() {
|
||||||
final ItemBuilder builder = new ItemBuilder(Material.TNT);
|
final ItemBuilder builder = new ItemBuilder(Material.TNT);
|
||||||
builder.setDisplayName("§6Invalidate §fskin cache");
|
builder.setDisplayName("§fInvalidate §6skin cache");
|
||||||
builder.addLoreLines(
|
builder.addLoreLines(
|
||||||
"§c§oNOT RECOMMENDED",
|
"§c§oNOT RECOMMENDED",
|
||||||
"§7Invalidates every skin entry present in the cache.",
|
"§7Invalidates every skin entry present in the cache.",
|
||||||
|
|
Loading…
Reference in a new issue