Pack: Coords HUD - teakivy/teaks-tweaks GitHub Wiki

Pack: Coords HUD (coords-hud)

Coords HUD adds information to the player's actionbar. XYZ coords, direction and a 24hr clock.

Showcase

image

Config

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

Options

enabled

  • Type - boolean
  • Default - false
  • Description - Controls whether the pack is enabled.

auto-enable

  • Type - boolean
  • Default - false
  • Description - Controls whether Coords HUD is automatically enabled for new players.

force-enable

  • Type - boolean
  • Default - false
  • Description - Controls whether players are forced to use Coords HUD.

time-world

  • 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.

use-player-position

  • 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)

Linked Commands

  • /coordinateshud

Permissions

teakstweaks.command.coordshud

  • Default - true
  • Description - Controls whether the player can use the /coordinateshud command

Messages

"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
⚠️ **GitHub.com Fallback** ⚠️