Scrollable Tooltips
Use your scroll wheel to read overly long item descriptions.
Integration
How to toggle the mod
public void toggleScrollableTooltipsExample(Player viewer, boolean value) {
Optional<ApolloPlayer> apolloPlayerOpt = Apollo.getPlayerManager().getPlayer(viewer.getUniqueId());
apolloPlayerOpt.ifPresent(apolloPlayer -> this.modSettingModule.getOptions().set(apolloPlayer, ModScrollableTooltips.ENABLED, value));
}Available options
-
ENABLED- Config Key:
enabled - Values
- Type:
Boolean - Default:
false
- Type:
- Config Key:
-
START_AT_TOP- Config Key:
start-at-top - Values
- Type:
Boolean - Default:
true
- Type:
- Config Key:
-
VERTICAL_KEYBIND- Config Key:
vertical-keybind - Values
- Type:
Boolean - Default:
false
- Type:
- Config Key:
-
TEXT_SHADOW- Config Key:
text-shadow - Values
- Type:
Boolean - Default:
true
- Type:
- Config Key:
-
WRAP_TEXT- Config Key:
wrap-text - Values
- Type:
Boolean - Default:
false
- Type:
- Config Key: