From b35b1eab6ec7f39411a26058c37ee9fc5b3358bb Mon Sep 17 00:00:00 2001 From: Huynh Tien Date: Sat, 23 Nov 2024 00:09:08 +0700 Subject: [PATCH] Update FAQ Apparently some people don't know what a decimal separator is --- content/spigot/provider/placeholder/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/spigot/provider/placeholder/_index.md b/content/spigot/provider/placeholder/_index.md index 3082959..b60fab6 100644 --- a/content/spigot/provider/placeholder/_index.md +++ b/content/spigot/provider/placeholder/_index.md @@ -54,6 +54,6 @@ holders: ### My placeholder gives a formatted value (e.g., 1,000.00 instead of 1000). Can I use it in the provider? -No, the placeholder provider only supports numerical values (only numbers and decimal points). +No, the placeholder provider only supports numerical values (only numbers and decimal separator `.` (dot) ). You must use a placeholder that returns a raw number without formatting, if possible. If the plugin that provides the placeholder does not have an option to return a raw number, you can try using a different placeholder or ask the plugin developer to add support for raw numbers.