Skip to content

Creating a plugin

PukPukov edited this page May 7, 2022 · 1 revision

AncapFramework changes the process of creating plug-in for Bukkit. In short - instead of "extends JavaPlugin" you have to type "extends AncapPlugin".

Here's more details:

Clone this wiki locally