From e33d254a3ef8963b9c3353067ab597d4344f91e0 Mon Sep 17 00:00:00 2001 From: Andre_601 Date: Mon, 27 Mar 2023 17:46:30 +0200 Subject: [PATCH] Update PlaceholderExpansion.md --- PlaceholderExpansion.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PlaceholderExpansion.md b/PlaceholderExpansion.md index 15d6876..7171e7e 100644 --- a/PlaceholderExpansion.md +++ b/PlaceholderExpansion.md @@ -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.