worldhopper: Change showSidebar option name to 'Show world switcher sidebar' (#11537)
This commit is contained in:
@@ -83,7 +83,7 @@ public interface WorldHopperConfig extends Config
|
|||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
keyName = "showSidebar",
|
keyName = "showSidebar",
|
||||||
name = "Show world hopper sidebar",
|
name = "Show world switcher sidebar",
|
||||||
description = "Show sidebar containing all worlds that mimics in-game interface",
|
description = "Show sidebar containing all worlds that mimics in-game interface",
|
||||||
position = 4
|
position = 4
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ import org.apache.commons.lang3.ArrayUtils;
|
|||||||
@PluginDescriptor(
|
@PluginDescriptor(
|
||||||
name = "World Hopper",
|
name = "World Hopper",
|
||||||
description = "Allows you to quickly hop worlds",
|
description = "Allows you to quickly hop worlds",
|
||||||
tags = {"ping"}
|
tags = {"ping", "switcher"}
|
||||||
)
|
)
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class WorldHopperPlugin extends Plugin
|
public class WorldHopperPlugin extends Plugin
|
||||||
|
|||||||
Reference in New Issue
Block a user