Configure Custom Dimensions¶
This guide explains how to configure custom or modded dimensions where clocks should spin wildly (like in the Nether and The End) instead of displaying standard time.
Preconditions¶
- A Minecraft server with ClockTime installed.
- Access to the server's configuration file under
plugins/ClockTime/config.yml.
Step-by-Step Configuration¶
- Identify the World Name or Dimension Key:
- For custom worlds, find their folder name in the server directory (e.g.,
custom_nether,space_world). - For datapack-generated or modded dimensions, locate their namespaced key (e.g.,
custom:space,modded:twilight_forest). - Open the Config File:
- Open
plugins/ClockTime/config.ymlin a text editor. - Add to the
wild-spin-worldsList: - Locate the
wild-spin-worldsoption. - Add the world name or namespaced key to the list.
config.yml
4. Save the File.
5. Restart the Server (or reload the plugin) to apply the changes.
# A list of custom world names or dimension keys (e.g. 'custom_world' or 'custom:space')
# that should be treated as wild-spin dimensions.
wild-spin-worlds:
- "custom_nether"
- "custom:space"
Verification¶
- Log into the server.
- Teleport to the configured custom dimension (e.g.,
/execute in custom:space run tp @s ~ ~ ~). - Hold a clock in your main hand and right-click.
- Verify that you receive the wild spin message:
The clock spins wildly... Time has no meaning here.