-
Notifications
You must be signed in to change notification settings - Fork 1
Home
The objective of this project is to motivate participants to grasp the fundamentals of the Java programming language. This will be achieved by enabling them to enhance the Minecraft server with additional features, while alleviating some of the intricacies associated with Bukkit/Spigot plugin development.
The plugin comprises two main components: the core and features. The core consists of various framework components designed to streamline the development process, while features are player-written modules that introduce additional functionalities such as commands, statistics, restrictions, or in-game additions. Most developers will primarily focus on crafting features, utilizing the pre-written framework components to accelerate the development process.