ReplayMod
Record your game sessions and replay them from any perspective.
Integration
How to toggle the mod
public void toggleReplayModExample(Player viewer, boolean value) {
Optional<ApolloPlayer> apolloPlayerOpt = Apollo.getPlayerManager().getPlayer(viewer.getUniqueId());
apolloPlayerOpt.ifPresent(apolloPlayer -> this.modSettingModule.getOptions().set(apolloPlayer, ModReplaymod.ENABLED, value));
}
Available options
-
ENABLED
- Config Key:
enabled
- Values
- Type:
Boolean
- Default:
false
- Type:
- Config Key:
-
INDICATOR
- Config Key:
indicator
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
AUTO_POST_PROCESS
- Config Key:
auto-post-process
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
SHOW_SERVER_IP
- Config Key:
show-server-ip
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
AUTO_SYNC
- Config Key:
auto-sync
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
TIMELINE_LENGTH
- Config Key:
timeline-length
- Values
- Type:
Integer
- Default:
1800
- Minimum:
1500
- Maximum:
2100
- Type:
- Config Key:
-
ASK_FOR_OPEN_EYE
- Config Key:
ask-for-open-eye
- Values
- Type:
Boolean
- Default:
false
- Type:
- Config Key:
-
SKIP_POST_RENDER_GUI
- Config Key:
skip-post-render-gui
- Values
- Type:
Boolean
- Default:
false
- Type:
- Config Key:
-
SKIP_POST_SCREENSHOT_GUI
- Config Key:
skip-post-screenshot-gui
- Values
- Type:
Boolean
- Default:
false
- Type:
- Config Key:
-
PATH_PREVIEW
- Config Key:
path-preview
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
LUNAR_UI
- Config Key:
lunar-u-i
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
NOTIFICATIONS
- Config Key:
notifications
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
RECORD_SINGLEPLAYER
- Config Key:
record-singleplayer
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
RECORD_SERVER
- Config Key:
record-server
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
AUTO_START_RECORDING
- Config Key:
auto-start-recording
- Values
- Type:
Boolean
- Default:
false
- Type:
- Config Key:
-
RENAME_DIALOG
- Config Key:
rename-dialog
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key:
-
SHOW_CHAT
- Config Key:
show-chat
- Values
- Type:
Boolean
- Default:
true
- Type:
- Config Key: