montlikadani / SetTheSpawn

Set spawn at the location.
https://www.spigotmc.org/resources/48992/
1 stars 2 forks source link
bukkit java plugin spawn-location

SetTheSpawn GitHub release Github All Releases GitHub issues

This resource adds ability to set spawn at the given location with much more features.


Link

SetTheSpawn API

You can manually add the jar file to your build path or you can use jitpack if you use maven or gradle:

Maven

<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>

Gradle

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

Other

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