LuckPerms

LuckPerms

1M Downloads

Add offline support for placeholders

Closed this issue ยท 1 comments

commented

Description

The playerholder(s) do not work for offline players. When I execute /papi parse me %luckperms_check_permission_test% I get the output yes. If I do that for another account, which has the permission set (and is OP) using /papi parse Mr_Minecraft15 %luckperms_check_permission_test%, i get an empty output. This breaks some of our implemented mechanisms. Could you please add offline support to this (and the other) playerholder? Thanks!

Reproduction Steps

See above

Expected Behaviour

I excpect the command/placeholder to also output yes, even if the player is offline.

Server Details

Paper 1.20.4

LuckPerms Version

v5.5.0

Logs and Configs

No response

Extra Details

No response

commented

Due to how PlaceholderAPI's API is structured, we cannot safely respond to queries regarding offline players - doing so would require performing a synchronous data load and thus a massive lag spike. As such, this is unfortunately working as intended.