Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1011 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 1011 Bytes

arctlib

ArctLib, the Kotlin library for SpigotMC.

Table of Contents

Modules

The project is split into three different modules:

Module: ArctLib

ArctLib is the main module of the project and contains all library features.

Module: ArctCore

ArctCore is a minimalistic plugin that bundles ArctLib (and its dependencies) to be loaded as a core plugin. This ensures that plugins that depend on ArctLib can be run without shading the library.

Module: TestPlugin

TestPlugin is the plugin used to test ArctLib features. TestPlugin depends on ArctCore.

Contributing

Contributing details can be found at CONTRIBUTING.md

License

License can be found at LICENSE