aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src/main/resources
diff options
context:
space:
mode:
authorKrakenied <Krakenied1@gmail.com>2024-06-14 18:57:24 +0200
committerKrakenied <46192742+Krakenied@users.noreply.github.com>2024-08-28 11:37:11 +0200
commit16aaa5371942cb689d0be13e96ed31c0d66c4b11 (patch)
tree537b52117d1df4179b3cd6b459345d6c826a4155 /bukkit/src/main/resources
parentde2b72083c83a9af9da33f89600aeb20a7225ce3 (diff)
Add number formats
Closes https://github.com/LMBishop/Quests/issues/613
Diffstat (limited to 'bukkit/src/main/resources')
-rw-r--r--bukkit/src/main/resources/resources/bukkit/config.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/bukkit/src/main/resources/resources/bukkit/config.yml b/bukkit/src/main/resources/resources/bukkit/config.yml
index fc213c26..e22b0566 100644
--- a/bukkit/src/main/resources/resources/bukkit/config.yml
+++ b/bukkit/src/main/resources/resources/bukkit/config.yml
@@ -188,6 +188,15 @@ options:
quest-mode:
mode: "NORMAL" # More modes are a work in progress
+number-formats:
+ # decimal format used for processing float, double and BigDecimal placeholders
+ floating:
+ format: '#,##0.00'
+ locale: 'en-US'
+ # decimal format used for processing int, long and BigInteger placeholders
+ integral:
+ format: '#,##0'
+ locale: 'en-US'
# -----------------------------------------------------------
# Global task configuration