mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-11-16 23:09:39 +01:00
Fix typo in placeholder expansion documentation
Corrected a typographical error in the documentation regarding the usage of OfflinePlayer.
This commit is contained in:
committed by
GitHub
parent
46e4c54edb
commit
db129a6fe3
@@ -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**:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user