Jameskmonger / randomspawn

Set a random spawn position for the player, with some parameters [spigot]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mc-spigot-template

This is a template for creating a Spigot plugin for Minecraft.

Installation

  1. Download the latest release from the releases page.
  2. Place the downloaded JAR file in your server's plugins directory.

Configuration

Add information about plugin configuration here.

Commands

Add information about plugin commands here.

  • /somecommand - Command description.

Development

You can run mvn clean package to build the plugin JAR file. The JAR file will be placed in the target directory.

The version in pom.xml will be automatically applied to your plugin.yml. Changes to pom.xml will result in a Github Release being published.

About

Set a random spawn position for the player, with some parameters [spigot]

License:MIT License


Languages

Language:Java 100.0%