mirror of
https://github.com/aikar/commands.git
synced 2026-06-30 18:28:26 +00:00
Updated Using ACF (markdown)
+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);
|
||||
|
||||
Reference in New Issue
Block a user