Merge pull request #1146 from petulikan1/wiki

Fix typo in placeholder expansion documentation
This commit is contained in:
Andre_601
2025-11-15 09:15:32 +01:00
committed by GitHub

View File

@@ -93,7 +93,7 @@ public class SomeExpansion extends PlaceholderExpansion {
4. Called by PlaceholderAPI to have placeholder values parsed. 4. Called by PlaceholderAPI to have placeholder values parsed.
When not overriden will call `onPlaceholderRequest(Player, String)`, converting the OfflinePlayer to a Player if possible or else providing `null`. When not overriden will call `onPlaceholderRequest(Player, String)`, converting the OfflinePlayer to a Player if possible or else providing `null`.
Using this method is recommended for the usage of the OfflinePlayer, allowing to use data from a player without their precense being required. Using this method is recommended for the usage of the OfflinePlayer, allowing to use data from a player without their presence being required.
**Parameters**: **Parameters**: