Skip to content

arun-gupta/spigot-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spigot or Bukkit Plugin Archetype

This is an archetype for creating a Spigot or Bukkit Plugin. These plugins can be used to create Minecraft Mods.

Usage

Create a new sample plugin as:

mvn --batch-mode archetype:generate -DarchetypeGroupId=org.devoxx4kids.spigot.plugins -DarchetypeArtifactId=spigot-template -DarchetypeVersion=0.3 -DartifactId=sample -Dspigot=/Users/arungupta/tools/spigot

Two property value names need to be changed:

  1. Change the value of “sample” to your plugin name.

  2. Change the value of “spigot” to the directory where Spigot is installed.

Install the Archetype Locally (only if asked)

Clone workspace, build and install archetype

git clone https://github.com/arun-gupta/spigot-archetype.git
mvn install

Deploy to Maven Central (only for administrator)

Snapshots

mvn deploy

Release

  1. mvn release:prepare -Prelease

  2. mvn release:perform -Prelease

About

Archetype to create a Bukkit plugin (used for Minecraft modding)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages