worldhopper: Change showSidebar option name to 'Show world switcher sidebar' (#11537)

This commit is contained in:
Kyle Shepherd
2020-05-12 20:08:13 +01:00
committed by GitHub
parent 38ef167aa3
commit 34158ebc99
2 changed files with 2 additions and 2 deletions

View File

@@ -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
)

View File

@@ -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