Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minemonitor/spigottoolkit
"SpigotToolkit: Streamline plugin development in Spigot API. Manage configs, localize messages, handle commands/events, create GUIs effortlessly. Your essential companion for crafting exceptional plugins."
https://github.com/minemonitor/spigottoolkit
bukkit bukkit-plugin bukkit-plugins commands-api config-api config-manager gui-api language-api language-manager library minecraft-config minecraft-plugin minecraft-plugin-api minecraft-plugins minecraft-server-plugin spigot spigot-api spigot-plugin spigot-plugins
Last synced: about 1 month ago
JSON representation
"SpigotToolkit: Streamline plugin development in Spigot API. Manage configs, localize messages, handle commands/events, create GUIs effortlessly. Your essential companion for crafting exceptional plugins."
- Host: GitHub
- URL: https://github.com/minemonitor/spigottoolkit
- Owner: MineMonitor
- License: mit
- Created: 2024-05-06T10:16:18.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T13:57:52.000Z (6 months ago)
- Last Synced: 2024-11-14T20:07:21.963Z (about 1 month ago)
- Topics: bukkit, bukkit-plugin, bukkit-plugins, commands-api, config-api, config-manager, gui-api, language-api, language-manager, library, minecraft-config, minecraft-plugin, minecraft-plugin-api, minecraft-plugins, minecraft-server-plugin, spigot, spigot-api, spigot-plugin, spigot-plugins
- Language: Java
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)## 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:
```xml
mcapi.davidout
spigot-tool-kit
0.0.0-SNAPSHOT
compile```
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.