mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-05 17:07:06 +02:00
fix typo
This commit is contained in:
@@ -148,7 +148,7 @@ import at.helpch.placeholderapi.example.SomePlugin;
|
|||||||
* {@code /plugins/PlaceholderAPI/expansions} on your server.
|
* {@code /plugins/PlaceholderAPI/expansions} on your server.
|
||||||
* <br>
|
* <br>
|
||||||
* <br>If you create such a class inside your own plugin, you have to
|
* <br>If you create such a class inside your own plugin, you have to
|
||||||
* register it manually in your plugins {@code onEbale()} by using
|
* register it manually in your plugins {@code onEnable()} by using
|
||||||
* {@code new YourExpansionClass().register();}
|
* {@code new YourExpansionClass().register();}
|
||||||
*/
|
*/
|
||||||
public class SomeExpansion extends PlaceholderExpansion {
|
public class SomeExpansion extends PlaceholderExpansion {
|
||||||
|
Reference in New Issue
Block a user