mirror of
https://github.com/songoda/UltimateStacker.git
synced 2024-11-27 04:25:21 +01:00
More typos.
This commit is contained in:
parent
b4675d73a4
commit
b7096f4891
@ -84,6 +84,9 @@ public enum Setting {
|
||||
STACK_ITEMS("Items.Enabled", true,
|
||||
"Should items be stacked?"),
|
||||
|
||||
ITEM_HOLOGRAMS("Items.Holograms Enabled", true,
|
||||
"Should holograms be displayed above stacked items?"),
|
||||
|
||||
MAX_STACK_ITEMS("Items.Max Stack Size", 512,
|
||||
"The max stack size for items.",
|
||||
"Currently this can only be set to a max of 120."),
|
||||
@ -91,10 +94,7 @@ public enum Setting {
|
||||
NAME_FORMAT_ITEM("Items.Name Format", "&f{TYPE} &6{AMT}x",
|
||||
"The text displayed above a dropped item."),
|
||||
|
||||
ITEM_HOLOGRAMS("Items.Holograms Enabled", true,
|
||||
"Should holograms be displayed above stacked items?"),
|
||||
|
||||
STACK_Enabled("Main.Enabled", true,
|
||||
SPAWNERS_ENABLED("Spawners.Enabled", true,
|
||||
"Should spawners be stacked?"),
|
||||
|
||||
SPAWNER_HOLOGRAMS("Spawners.Holograms Enabled", true,
|
||||
|
Loading…
Reference in New Issue
Block a user