Skip to content

A spigot plugin template using maven, including some useful code.

Notifications You must be signed in to change notification settings

WouterGritter/Spigot-plugin-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spigot plugin template

A plugin built using the spigot plugin template built by Wouter Gritter (also check out my blog)

Requirements/dependencies

Spigot version 1.8 - 1.16.
There are no dependencies.

Commands

/example - The example command

Permissions

There are no permissions.

Configuration files

config.yml contains general configuration attributes. See the comments for more information.

lang.yml contains all the messages sent by the plugin. All messages are formatted using Java's String#format method. This means that there's a lot of customization possible. Check out https://dzone.com/articles/java-string-format-examples for more information and some examples.
To disable a message, set the message to an empty string: ''

About

A spigot plugin template using maven, including some useful code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages