Item Tracker
Shows you when and how much items you pick up or drop.
Integration
How to toggle the mod
public void toggleItemTrackerExample(Player viewer, boolean value) {
Optional<ApolloPlayer> apolloPlayerOpt = Apollo.getPlayerManager().getPlayer(viewer.getUniqueId());
apolloPlayerOpt.ifPresent(apolloPlayer -> this.modSettingModule.getOptions().set(apolloPlayer, ModItemTracker.ENABLED, value));
}
Available options
-
ENABLED
- Config Key:
enabled
- Values
- Type:
Boolean
- Default:
false
- Type:
- Config Key:
-
SCALE
- Config Key:
scale
- Values
- Type:
Float
- Default:
1.0F
- Minimum:
0.5F
- Maximum:
1.5F
- Type:
- Config Key:
-
TEXT_SHADOW
- Config Key:
text-shadow
- Values
- Type:
Boolean
- Default:
false
- Type:
- Config Key:
-
SKYBLOCK_ONLY
- Config Key:
skyblock-only
- Values
- Type:
Boolean
- Default:
false
- Type:
- Config Key:
-
POPUP_DURATION_SEC
- How long the text should stay on screen (seconds)
- Config Key:
popup-duration-sec
- Values
- Type:
Float
- Default:
5.0F
- Minimum:
0.1F
- Maximum:
30.0F
- Type: