Coordinates | [Display Coords and Other Info in Action Bar or Boss Bar] [Lightweight]

作者:johntheskeleton 发布时间:2020年6月17日 原生版本:未知 测试支持:1.13,1.14,1.15,1.16

非常可配置|易于使用|其他占位符|快速更新坐标|能够切换

点此下载

插件详细介绍

📍 Coordinates 插件

Coordinates 插件是一款 Minecraft 插件,它允许玩家切换显示其坐标。坐标会显示在快捷栏上方,而不是聊天框中。插件支持 PlaceholderAPI,并且非常适合生存、城镇、派系或任何开放世界的服务器。

⭐ 功能特性

  • 在 ActionBar 或 BossBar 中显示玩家坐标。
  • 可配置的坐标显示格式。
  • 支持显示玩家所面对的方向、生物群系、世界时间、所在区块是否为史莱姆区块等信息。
  • 支持显示玩家正在看向的方块信息。

⚙️ 配置文件占位符

以下占位符可在配置文件中使用,以自定义坐标显示格式:

  • %X%: 玩家的 X 坐标。
  • %Y%: 玩家的 Y 坐标。
  • %Z%: 玩家的 Z 坐标。
  • %YAW%: 玩家头部左右转动的角度 (360°)。
  • %PITCH%: 玩家头部上下转动的角度 (180°)。
  • %FACING%: 玩家所面对的方向 (North, South, East, West)。
  • %FACING_ABBREVIATION%: 玩家所面对方向的缩写 (N, S, E, W)。
  • %UPPER_CASE_FACING%: 玩家所面对方向的大写形式 (NORTH, SOUTH, EAST, WEST)。
  • %LOWER_CASE_FACING%: 玩家所面对方向的小写形式 (north, south, east, west)。
  • %FACING_XZ%: 正负方向 (+X, -X, +Z, -Z)。
  • %BIOME%: 当前生物群系 (Forest, Dark Oak Forest)。
  • %UPPER_CASE_BIOME%: 大写形式的当前生物群系。
  • %LOWER_CASE_BIOME%: 小写形式的当前生物群系。
  • %12_WORLD_TIME%: 12 小时制的世界时间 (10:15AM, 3:30PM, 等)。
  • %24_WORLD_TIME%: 24 小时制的世界时间。
  • %SLIME_CHUNK%: 是否在史莱姆区块 (True, False)。
  • %UPPER_CASE_SLIME_CHUNK%: 大写形式的是否在史莱姆区块 (TRUE, FALSE)。
  • %LOWER_CASE_SLIME_CHUNK%: 小写形式的是否在史莱姆区块 (true, false)。
  • %ITEM_DURA%: 主手中物品的耐久度。
  • %TARGET_BLOCK%: 玩家正在看向的方块。
  • %UPPER_CASE_TARGET_BLOCK%: 大写形式的玩家正在看向的方块。
  • %LOWER_CASE_TARGET_BLOCK%: 小写形式的玩家正在看向的方块。
  • %TARGET_X%: 玩家正在看向的方块的 X 坐标。
  • %TARGET_Y%: 玩家正在看向的方块的 Y 坐标。
  • %TARGET_Z%: 玩家正在看向的方块的 Z 坐标。

⌨️ 命令

  • /coords (toggle): 切换坐标显示开关。
  • /coords reload: 重载配置文件。
  • /coords author: 显示插件作者。

🔑 权限

  • coords.use: 允许使用 /coords 命令。
  • coords.reload: 允许重载配置文件。

⚙️ 配置文件示例


# Coordinates
# Version: 2.10
# Made by: johntheskeleton | Plugin_Developer

# If set to true, players will have coords enabled when they join the server. (Does not need the coords.use permission).
Enable On Join: false

# Set these true to where you want the information to be displayed!
ActionBar: true
BossBar: false

# If set to true, the ActionBar will fade away when not moving. If set to false, the ActionBar will stay visible.
ActionBar Fade: true

# Change the color of the BossBar.
# Avalible Colors: BLUE, GREEN, PINK, PURPLE, WHITE, YELLOW, RED.
BossBarColor: 'WHITE'

# Type in your World Name to sync the world time (This can be found by looking at the folder name of your world!).
# Set World Time to 'PlayerTime' if you want the time to be where the player is located!
World Time: 'world'

# Blocks away the target placefiles will detect
Target Distance: 5

# Messages when they execute the command "/coords"
Enabled Message:
  - '&r'
  - '&aYou have &2&nenabled&r &athe coords!'
  - '&r'
 
Disabled Message:
  - '&r'
  - '&cYou have &4&ndisabled&r &cthe coords!'
  - '&r'

No Permission:
  - '&cYou do not have permission!'

# This is the message that will appear above the hotbar and/or bossbar.
# NOTE: These will have to be set to true in order to see them.
# Avaliable place holders: %X%, %Y%, %Z%, %UPPER_CASE_FACING%, %LOWER_CASE_FACING%, %FACING%, %FACING_ABBREVIATION%, %FACING_XZ%, %YAW%, %PITCH%, %BIOME% %UPPER_CASE_BIOME%, %LOWER_CASE_BIOME%, %12_WORLD_TIME%, %24_WORLD_TIME% %SLIME_CHUNK%, %UPPER_CASE_SLIME_CHUNK%, %LOWER_CASE_SLIME_CHUNK%, %ITEM_DURA%, %TARGET_BLOCK%, %UPPER_CASE_TARGET_BLOCK%, %LOWER_CASE_TARGET_BLOCK%, %TARGET_X%, %TARGET_Y%, %TARGET_Z%   
BossBar Format: '&3X&7: %X%    &3Y&7: %Y%    &3Z&7: %Z%    &3Facing&7: %UPPER_CASE_FACING%'
ActionBar Format: '&3X&7: %X%    &3Y&7: %Y%    &3Z&7: %Z%    &3Facing&7: %UPPER_CASE_FACING%'