This resource adds ability to set spawn at the given location with much more features.
You can manually add the jar file to your build path or you can use jitpack if you use maven or gradle:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.montlikadani</groupId>
<artifactId>SetTheSpawn</artifactId>
<version>LATEST</version> <!-- Change the LATEST to the current version of plugin -->
<scope>provided</scope>
</dependency>
</dependencies>
repositories {
maven {
url 'https://jitpack.io'
}
}
dependencies {
implementation 'com.github.montlikadani:SetTheSpawn:LATEST' //Change the LATEST to the current version of plugin
}
For API events and available methods: https://github.com/montlikadani/SetTheSpawn/wiki/API
If you find a bug or you want to request a feature, please post an issue here: https://github.com/montlikadani/SetTheSpawn/issues
Documentation about the plugin: https://github.com/montlikadani/SetTheSpawn/wiki