Pack: Coords HUD - teakivy/teaks-tweaks GitHub Wiki
Coords HUD adds information to the player's actionbar. XYZ coords, direction and a 24hr clock.
The config for this pack can be found in the config.yml
file for the plugin.
# Coords HUD
# Adds information to your actionbar. XYZ Coords and a 24hr clock.
#
# Commands:
# /coordshud (Permission: teakstweaks.command.coordshud)
coords-hud:
enabled: false
# Whether or not Coordinates Hud will be automatically enabled on join
auto-enable: false
# Whether or not to force users to use Coords HUD
force-enable: false
# What world (folder name) to get the world time from, if none exists it will take the first loaded world
time-world: "world"
# Whether or not to use player position instead of block position
# This may have unwanted effects on negative values.
use-player-position: false
- Type -
boolean
- Default -
false
- Description - Controls whether the pack is enabled.
- Type -
boolean
- Default -
false
- Description - Controls whether Coords HUD is automatically enabled for new players.
- Type -
boolean
- Default -
false
- Description - Controls whether players are forced to use Coords HUD.
- Type -
world
- Default -
false
- Description - Controls what world (folder name) to get the world time from, if none exists it will take the first loaded world.
- Type -
boolean
- Default -
false
- Description - Controls whether Coords HUD should use player position instead of block position (Note: This may have unwanted effects on negative values)
/coordinateshud
teakstweaks.command.coordshud
- Default -
true
- Description - Controls whether the player can use the
/coordinateshud
command
"coords_hud.name": "Coords Hud",
"coords_hud.description": "Adds information to your actionbar. XYZ Coords and a 24hr clock.<newline>Command: /ch toggle",
coords_hud.name
- Default -
Coords Hud
coords_hud.description
- Default -
Adds information to your actionbar. XYZ Coords and a 24hr clock.<newline>Command: /ch toggle