Skip to content

Commit af2cd3b

Browse files
authored
Update FAQ
1 parent 5f5303c commit af2cd3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/spigot/faq/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title = "Frequently Asked Questions"
33
weight = 4
44
+++
55

6+
### I set my Value Provider, but it's laggy
7+
8+
In most cases, you'd better enable `async` ([Tutorial]({{% ref "spigot/extra/provider#asynchronous-provider" %}})) so that your provider is run on an asynchronous thread that doesn't affect your main server thread.
9+
However, some providers may not support asynchronous run and require to run on the main thread. In that case, either you have to find one that supports and test it or ask the author of that provider to add support for that.
10+
611
### I set my PlaceholderAPI's placeholder but it is not showing the value in the Top Holder
712

813
- Make sure that the placeholder you are using is valid and that the plugin that provides the placeholder is installed and working correctly.

0 commit comments

Comments
 (0)