aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src/main/resources
diff options
context:
space:
mode:
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