From f63657f5f7879a0ea6533ff685cdf67675392a74 Mon Sep 17 00:00:00 2001 From: Lukas Planz Date: Sat, 7 Oct 2023 13:43:10 +0200 Subject: [PATCH] Make Holograms multiline --- CHANGELOG.md | 1 + waypoints/src/main/resources/lang/de.yml | 12 ++++++------ waypoints/src/main/resources/lang/en.yml | 12 ++++++------ waypoints/src/main/resources/lang/it.yml | 12 ++++++------ waypoints/src/main/resources/lang/pt-br.yml | 10 +++++----- waypoints/src/main/resources/lang/zh-simplified.yml | 12 ++++++------ 6 files changed, 30 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62984d4..e54ec97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### Changed - Partial update of chinese translations by [SnowCutieOwO](https://github.com/SnowCutieOwO) - The default config has been updated to replace some items with custom player heads +- Holograms are now multiline by default ## 4.2.0 diff --git a/waypoints/src/main/resources/lang/de.yml b/waypoints/src/main/resources/lang/de.yml index 4c06a15..893dab4 100644 --- a/waypoints/src/main/resources/lang/de.yml +++ b/waypoints/src/main/resources/lang/de.yml @@ -244,12 +244,12 @@ pointers: # world: World where the waypoint is located at # x, y, z: Coordinates of the waypoint # block_x, block_y, block_z: Coordinates of the block nearest to the waypoint - private: " (m)" - death: "Tot am (m)" - public: " (m)" - permission: " (m)" - temporary: "Temporärer Wegpunkt (m)" - playerTracking: " (m)" + private: "
(m)" + death: "Tot am
(m)" + public: "
(m)" + permission: "
(m)" + temporary: "Temporärer Wegpunkt
(m)" + playerTracking: "
(m)" integrations: maps: diff --git a/waypoints/src/main/resources/lang/en.yml b/waypoints/src/main/resources/lang/en.yml index 883ecbf..8eb0f63 100644 --- a/waypoints/src/main/resources/lang/en.yml +++ b/waypoints/src/main/resources/lang/en.yml @@ -244,12 +244,12 @@ pointers: # world: World where the waypoint is located at # x, y, z: Coordinates of the waypoint # block_x, block_y, block_z: Coordinates of the block nearest to the waypoint - private: " (m)" - death: "Death (m)" - public: " (m)" - permission: " (m)" - temporary: "Temporary Waypoint (m)" - playerTracking: " (m)" + private: "
(m)" + death: "Death
(m)" + public: "
(m)" + permission: "
(m)" + temporary: "Temporary Waypoint
(m)" + playerTracking: "
(m)" integrations: maps: diff --git a/waypoints/src/main/resources/lang/it.yml b/waypoints/src/main/resources/lang/it.yml index 9502b5e..fd57d26 100644 --- a/waypoints/src/main/resources/lang/it.yml +++ b/waypoints/src/main/resources/lang/it.yml @@ -246,12 +246,12 @@ pointers: # world: World where the waypoint is located at # x, y, z: Coordinates of the waypoint # blockX, blockY, blockZ: Coordinates of the block nearest to the waypoint - private: " (m)" - death: "Morte (m)" - public: " (m)" - permission: " (m)" - temporary: "Waypoint temporaneo (m)" - playerTracking: " (m)" + private: "
(m)" + death: "Morte
(m)" + public: "
(m)" + permission: "
(m)" + temporary: "Waypoint temporaneo
(m)" + playerTracking: "
(m)" integrations: maps: diff --git a/waypoints/src/main/resources/lang/pt-br.yml b/waypoints/src/main/resources/lang/pt-br.yml index ab9a4d6..f4202fd 100644 --- a/waypoints/src/main/resources/lang/pt-br.yml +++ b/waypoints/src/main/resources/lang/pt-br.yml @@ -176,11 +176,11 @@ pointers: # world: World where the waypoint is located at # x, y, z: Coordinates of the waypoint # block_x, block_y, block_z: Coordinates of the block nearest to the waypoint - private: " (m)" - death: "Morte (m)" - public: " (m)" - permission: " (m)" - playerTracking: " (m)" + private: "
(m)" + death: "Morte
(m)" + public: "
(m)" + permission: "
(m)" + playerTracking: "
(m)" integrations: dynmap: diff --git a/waypoints/src/main/resources/lang/zh-simplified.yml b/waypoints/src/main/resources/lang/zh-simplified.yml index 3f7ba24..7824f8e 100644 --- a/waypoints/src/main/resources/lang/zh-simplified.yml +++ b/waypoints/src/main/resources/lang/zh-simplified.yml @@ -246,12 +246,12 @@ pointers: # world: World where the waypoint is located at # x, y, z: Coordinates of the waypoint # block_x, block_y, block_z: Coordinates of the block nearest to the waypoint - private: " (m)" - death: "死亡位置 (m)" - public: " (m)" - permission: " (m)" - temporary: "临时路径点 (m)" - playerTracking: " (m)" + private: "
(m)" + death: "死亡位置
(m)" + public: "
(m)" + permission: "
(m)" + temporary: "临时路径点
(m)" + playerTracking: "
(m)" integrations: maps: