Hey guys
16.06 23:30:19 [Server] INFO ERROR in script 'removeblessing' in queue 'REMOVEBLESSING_751032_EnquiryJeebiss' while executing command 'PERMISSION' in file 'scripts/server/blessing.dsc' on line '33' with player 'Nogged'!
16.06 23:30:19 [Server] INFO Error Message: Woah! An exception has been called with this command! ... Enable debug on the script for more information.
16.06 23:30:19 [Server] INFO Additional Error Info: Internal exception was thrown!
16.06 23:30:19 [Server] INFO [Error Continued] me.lucko.luckperms.bukkit.vault.ServerThreadLookupException: A Vault API request has been made on the main server thread that LuckPerms cannot safely respond to.
16.06 23:30:19 [Server] INFO This is NOT a bug - please do not report it to LuckPerms.
16.06 23:30:19 [Server] INFO Instead, please carefully read the information given below.
16.06 23:30:19 [Server] INFO LuckPerms cannot respond to the request because to do so:
16.06 23:30:19 [Server] INFO - it needs to lookup user data for '7f539f65-3c00-4eed-a1b0-5684b8a68f92' (an offline player) from the database
16.06 23:30:19 [Server] INFO Performing this lookup on the main server thread would cause your server to lag.
16.06 23:30:19 [Server] INFO a) Ask the author of the plugin making the request to perform Vault calls for
16.06 23:30:19 [Server] INFO offline players "asynchronously" (using the scheduler). Additionally, prefer
16.06 23:30:19 [Server] INFO using the methods that accept 'Player' or 'OfflinePlayer' instead of usernames.
16.06 23:30:19 [Server] INFO You should be able to identify the plugin making the request in the trace below.
16.06 23:30:19 [Server] INFO b) As a server admin, you can disable this exception by setting 'vault-unsafe-lookups'
16.06 23:30:19 [Server] INFO to~~ true in the LuckPerms configuration file. However, please use this only as
16.06 23:30:19 [Server] INFO a last resort.~~