Skip to content

Automates setup of new minecraft plugins for development

License

Notifications You must be signed in to change notification settings

Maxopoly/Exemplum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exemplum

Dummy plugin for the development of civ plugins which does a lot of the normal setup for you


How to use

Copy this, replace pluginName and paste it into a console:

pluginName=Exemplum
mkdir "$pluginName"
cd "$pluginName"
git init
git checkout master
git pull git@github.com:Maxopoly/Exemplum.git

Alternatively you can manually create a folder and get a copy of Exemplum. Note that I don't recommend cloning the repo, because that sets Maxopoly/Exemplum as upstream of your project, which you definitely don't want. It also names the folder wrong, which you will have to fix manually.

Once you have Exemplum ready, open up setup.sh with a text editor of your choice and set the parameter at the top to fit your project

Then run ./setup.sh to setup your project

Delete setup.sh once it's done and your project is ready.

Optionally you can also add the appropriate remote repository by doing git remote add git@github.com:Maxopoly/Exemplum.git and modifying the url as needed.

About

Automates setup of new minecraft plugins for development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published