-
Notifications
You must be signed in to change notification settings - Fork 260
Closed
Description
Issue
What is the issue? Describe it like you would tell a friend.
PAPI will fail to find (and parse) placeholders properly for a player who has just joined the server. This will persist until they leave and rejoin, rendering any placeholders based on time or player data in that period unusable. If a player joins and does not disconnect for 12 hours, it affects them throughout that entire period.
Expected behaviour
What should PlaceholderAPI do?
Properly find players who have connected for the first time.
Actual behaviour
What does PlaceholderAPI actually do?
- Does not find new players until they connect a second time (through
/papi parse) - Will still work via API and in other plugins, but many player-based placeholders will not work (stats, achievements, etc).
How to reproduce
What steps did you made, to get this bug?
- Install Bukkit/Spigot/Paper
- Make a new world
- Join and attempt to use
/papi parse usernameand see it will always fail - Reconnect and confirm it now works
Metadata
Metadata
Assignees
Labels
No labels