From bee855b76e11adaf372186940dc1b8c855f58ec6 Mon Sep 17 00:00:00 2001 From: Snogard Date: Mon, 10 Feb 2025 02:33:18 +0100 Subject: [PATCH] config: globalxp --- config/globalxp-client.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config/globalxp-client.toml diff --git a/config/globalxp-client.toml b/config/globalxp-client.toml new file mode 100644 index 0000000..34fed62 --- /dev/null +++ b/config/globalxp-client.toml @@ -0,0 +1,11 @@ +#How fast the emerald should spin (multiplier of the default speed) +#Range: 0.0 ~ 1.7976931348623157E308 +spinSpeed = 1.0 +#How fast the emerald should bob up and down (multiplier of the default speed) +#Range: 0.0 ~ 1.7976931348623157E308 +bobSpeed = 1.0 +#Whether info about the saved levels should be shown above the XP Block +renderXPInfo = true +#Whether the block's custom name should be shown above the XP Block +renderCustomName = true +