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(
|
||||
keyName = "showSidebar",
|
||||
name = "Show world hopper sidebar",
|
||||
name = "Show world switcher sidebar",
|
||||
description = "Show sidebar containing all worlds that mimics in-game interface",
|
||||
position = 4
|
||||
)
|
||||
|
||||
@@ -94,7 +94,7 @@ import org.apache.commons.lang3.ArrayUtils;
|
||||
@PluginDescriptor(
|
||||
name = "World Hopper",
|
||||
description = "Allows you to quickly hop worlds",
|
||||
tags = {"ping"}
|
||||
tags = {"ping", "switcher"}
|
||||
)
|
||||
@Slf4j
|
||||
public class WorldHopperPlugin extends Plugin
|
||||
|
||||
Reference in New Issue
Block a user