SpongePowered/OrePlugin

Name: OrePlugin

Owner: SpongePowered

Description: Package manager for the Sponge platform using the Ore web service.

Created: 2016-08-26 03:51:09.0

Updated: 2018-02-03 13:52:29.0

Pushed: 2016-12-31 04:13:42.0

Homepage: null

Size: 133

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

The Official Ore Package Manager for Sponge

The Ore Sponge plugin is in a pre-beta status. Please do not use in a production environment. I am not responsible for any damage you incur on your server. Thanks!

Command Reference

ore install

Installs a plugin by it's unique ID and all of it's dependencies (by default). Note that a newly installed plugin will not be loaded until the next time the server boots.

Example:

ore install ore-test

ore download

Downloads but does not install a plugin to a configured directory.

Example:

ore download ore-test

ore uninstall

Uninstalls a plugin by it's unique ID. Note that currently loaded plugins will remain loaded until the server is restarted.

Example:

ore uninstall ore-test

ore update

Updates a plugin to a different version. By default this uses the “recommended version” the project has set on their page on Ore but can be altered to target any version, including downgrades.

Examples:

ore update ore-test

ore update ore-test 1.0.0

ore search

Displays a list of plugins from Ore based on a search query.

Examples:

ore search ore-test

ore search windy

ore whois

Lists projects by the specified Ore user.

Example:

ore whois windy

ore show

Displays information about an Ore project.

Example:

ore show ore-test

Example output:

: Ore Test Plugin
ore-test
or: windy
gory: Admin Tools
alled: 1.0.0
mmended: 1.0.0
ed: Yes
tion: /Users/walker/Dev/sponge/minecraft/forge/mods/Ore Test Plugin-1.0.0.jar
ore describe

Displays the description of an Ore project.

Example:

ore describe ore-test

ore reload

Reloads the configuration file.

ore version

Displays version information about the plugin.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.