mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-12 23:06:48 +01:00
Update PlaceholderExpansion.md
This commit is contained in:
parent
fc63a14b27
commit
e33d254a3e
@ -16,8 +16,8 @@ You can download Expansions either directly from the eCloud yourself, or downloa
|
||||
- [Full Example](#full-example)
|
||||
- [Register your Expansion](#register-your-expansion)
|
||||
- [Making an external Expansion](#making-an-external-expansion)
|
||||
- [Full Example (Without Dependencies)](#full-example-without-dependencies)
|
||||
- [Full Example (With Dependencies)](#full-example-with-dependencies)
|
||||
- [Full Example (Without Dependency)](#full-example-without-dependency)
|
||||
- [Full Example (With Dependency)](#full-example-with-dependency)
|
||||
- [Relational Placeholders](#relational-placeholders)
|
||||
- [Quick Notes](#quick-notes)
|
||||
- [Adding Relational Placeholders](#adding-relational-placeholders)
|
||||
@ -216,7 +216,7 @@ Benefits of this type of expansion are 1) automatic loading through PlaceholderA
|
||||
|
||||
Downsides can be a more tedious setup to make sure any required plugin/dependency is loaded before registering the Expansion.
|
||||
|
||||
### Full Example (Without dependencies)
|
||||
### Full Example (Without Dependency)
|
||||
|
||||
> Please read the [`Common Parts`](#common-parts) for details on all the methods.
|
||||
|
||||
@ -265,7 +265,7 @@ public class SomeExpansion extends PlaceholderExpansion {
|
||||
}
|
||||
```
|
||||
|
||||
### Full example (With dependency)
|
||||
### Full example (With Dependency)
|
||||
|
||||
> Please read the [`Common Parts`](#common-parts) for details on all the methods.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user