The Spigot plugin implementation of EventCore.
Explore the docs »
·
Report Bug
·
Request Feature
This is the main Spigot plugin which implements many of the EventCore abstractions.
- Spigot API
- EventCore
To get a local copy up and running follow these simple example steps.
-
Gradle
-
Maven
-
Paper
-
WGRegionEvents
You can install Paper using the following steps:
- Clone the Paper repository:
git clone --branch ver/1.16.5 --depth 1 https://github.com/PaperMC/Paper.git - Enter the project:
cd Paper - Fetch the 1.16.5 branch:
git fetch --depth 1 origin ver/1.16.5 - Run
cd Paper - Run
./paper install
And WGRegionEvents:
- Clone the repository:
git clone https://github.com/Paul19988/WorldGuard-Region-Events - Enter the project:
cd WorldGuard-Region-Events - Run
mvn install
Coming soon...
For examples, please refer to the Documentation
See our roadmap for where we want to take this project.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Stuart Pomeroy - @MrRushmead - stuart@pomeroys.site
Oliver Dunk - @oliverdunk_
Project Link: https://github.com/MCEventSuite/EventSpigot