From 3627f3fa361b956c187767988243e707b0aed055 Mon Sep 17 00:00:00 2001 From: Anton Menov Date: Sun, 26 Nov 2023 10:03:47 +0200 Subject: [PATCH] Remove incorrect "optional" word --- Hook-into-PlaceholderAPI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hook-into-PlaceholderAPI.md b/Hook-into-PlaceholderAPI.md index 943181b..672a71b 100644 --- a/Hook-into-PlaceholderAPI.md +++ b/Hook-into-PlaceholderAPI.md @@ -94,7 +94,7 @@ Next step is to go to your plugin.yml or paper-plugin.yml and add PlaceholderAPI author: author main: your.main.path.Here - # This sets PlaceholderAPI as an optional dependency for your plugin. + # This sets PlaceholderAPI as a dependency for your plugin. depend: [PlaceholderAPI] ``` - `paper-plugin.yml`