Skip to content

An API wrapper around pubsub to allow for implementation to event systems of existing minecraft server platforms.

License

Notifications You must be signed in to change notification settings

simplecloudapp/event-wrapper

Repository files navigation

Event Wrapper

Banner

Modrinth Dev License

Discord Follow @simplecloudapp Follow @simplecloudapp Follow @simplecloudapp

Report a Bug · Request a Feature

🌟 Give us a star — your support means the world to us!


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.

Features

  • PubSub Wrapper: Receive Cloud events via various event systems
  • paper Mappings
  • velocity Mappings
  • bungeecord Mappings

Dependency

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.

Gradle Kotlin

implementation("app.simplecloud.event:event-wrapper-YOUR_SERVER_VERSION:VERSION")

Gradle Groovy

implementation 'app.simplecloud.event:event-wrapper-YOUR_SERVER_VERSION:VERSION'

Maven

<dependency>
    <groupId>app.simplecloud.event</groupId>
    <artifactId>event-wrapper-YOUR_SERVER_VERSION</artifactId>
    <version>VERSION</version>
</dependency>

Contributing

Contributions to SimpleCloud are welcome and highly appreciated. However, before you jump right into it, we would like you to read our Contribution Guide.

License

This repository is licensed under Apache 2.0.

About

An API wrapper around pubsub to allow for implementation to event systems of existing minecraft server platforms.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages