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);