mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-11-16 23:09:39 +01:00
Merge pull request #1146 from petulikan1/wiki
Fix typo in placeholder expansion documentation
This commit is contained in:
@@ -93,7 +93,7 @@ public class SomeExpansion extends PlaceholderExpansion {
|
||||
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`.
|
||||
|
||||
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**:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user