spongeme

Install Sponge plugins with a simple command.


License
BSD-3-Clause
Install
pip install spongeme==1.0

Documentation

Sponge Me!

Sponge Me! is a program written in python to make getting plugins from sponge repositories simple and quick, while allowing users to easily manage their servers.

Install

  • Instal Python 2.7.6
  • Install pip
  • Run: pip install spongeme

Usage

Cd to your server directory:

cd server/

Run:

spongeme

Edit your plugins.yml file:

repo: http://sponge.jake0oo0.me
plugins:
  "Death Kick": "latest"
  "Other Plugin": "1.0"

Run Sponge Me! again.

spongeme

Sponge Me! should now install any plugins that are not already installed, or are not up to date!

Custom Parameters

--plugin, -p :: Specify the file name of your plugins.yml file.

--folder, -f :: Specify the file name of your plugins.yml file.