Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.15 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.15 KB

SpigotToolkit

Description

"SpigotToolkit: Streamline plugin development in Spigot API. Manage configs, localize messages, handle commands/events, create GUIs effortlessly. Your essential companion for crafting exceptional plugins."

Index

  1. How to Install

How to Install

To integrate the MinigameApi into your project, follow these steps:

  1. Add the following Maven dependency to your project's pom.xml file:
<dependency>
    <groupId>mcapi.davidout</groupId>
    <artifactId>spigot-tool-kit</artifactId>
    <version>0.0.0-SNAPSHOT</version>
    <scope>compile</scope>
</dependency>

This will download the library and add it to your project's classpath.

Ensure that your Maven repository is configured to fetch dependencies from the appropriate repository where the SpigotToolkit artifact is hosted. Once the dependency is added, you can start using the SpigotToolkit in your Minecraft plugin development. Import the necessary classes and start building your plugin using the provided API. By following these steps, you'll be able to integrate the MinigameApi into your project and start developing custom plugins for Minecraft.