From b57b84d10d68b9b60e1552eb8bd39da2705d6fee Mon Sep 17 00:00:00 2001 From: Daniel Ennis Date: Sat, 13 Jan 2018 11:39:56 -0500 Subject: [PATCH] Updated Using ACF (markdown) --- Using-ACF.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-ACF.md b/Using-ACF.md index 53a5899..a51a6d1 100644 --- a/Using-ACF.md +++ b/Using-ACF.md @@ -16,7 +16,7 @@ Paper (Recommended over Bukkit): - Using the Paper Command Manager does NOT make your plugin require Paper. It simply lets it take advantage of Paper specific features if available, such as [Asynchronous Tab Completions](Command-Completions#asynchronous-command-completions) - Paper specific improvements will be added in the future as potential is found. -- Server owners are STRONGLY encouraged to use Paper instead of Spigot or CraftBukkit, as it is a massive improvement to the server software. All research and development into improving the Bukkit software happens in the Paper developer community, which is far more active than Spigots. +- Server owners are STRONGLY encouraged to use Paper instead of Spigot or CraftBukkit, as it is a massive improvement to the server software. ```java PaperCommandManager manager = new PaperCommandManager(yourBukkitPlugin);