Updated Using ACF (markdown)

Daniel Ennis
2018-01-13 11:39:56 -05:00
parent ce180ef92c
commit b57b84d10d
+1 -1
@@ -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);