All information about this project can be found in our detailed documentation.
The event wrapper wraps around pubsub and makes it possible to receive simplecloud events through the event system of your server software.
- PubSub Wrapper: Receive Cloud events via various event systems
-
paper
Mappings -
velocity
Mappings -
bungeecord
Mappings
For always up-to-date artifacts visit dev artifacts or artifacts.
Note: If you want to use the dev version, you have to use the snapshot repository.
implementation("app.simplecloud.event:event-wrapper-YOUR_SERVER_VERSION:VERSION")
implementation 'app.simplecloud.event:event-wrapper-YOUR_SERVER_VERSION:VERSION'
<dependency>
<groupId>app.simplecloud.event</groupId>
<artifactId>event-wrapper-YOUR_SERVER_VERSION</artifactId>
<version>VERSION</version>
</dependency>
Contributions to SimpleCloud are welcome and highly appreciated. However, before you jump right into it, we would like you to read our Contribution Guide.
This repository is licensed under Apache 2.0.