1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-30 17:49:48 +02:00
This commit is contained in:
Luck
2021-03-04 15:01:47 +00:00
parent ba71345cbd
commit bb01c74642

View File

@@ -44,8 +44,9 @@ class ServerThreadLookupException extends RuntimeException {
" a) Ask the author of the plugin making the request to perform Vault calls for\n" +
" offline players \"asynchronously\" (using the scheduler). Additionally, prefer\n" +
" using the methods that accept 'Player' or 'OfflinePlayer' instead of usernames.\n" +
" You should be able to identify the plugin making the request in the trace below.\n" +
" b) As a server admin, you can disable this exception by setting 'vault-unsafe-lookups'\n" +
" to false in the LuckPerms configuration file. However, please use this only as\n" +
" to true in the LuckPerms configuration file. However, please use this only as\n" +
" a last resort.";
}