Skip to content

fnc12/qoten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qoten

Package manager for Sponge minecraft server

Usage

qoten is a simple CLI tool that allows you to view plugins, search plugins, view versions, install and remove plugins from your sponge server.

qoten list - Returns a list of projects based on given criteria
qoten view $(pluginId) - Shows raw project info in JSON format
qoten versions $(pluginId) - Shows versions of plugin
qoten add $(pluginId) - Install recommended version of specified plugin into 'mods' dir
qoten remove $(pluginId) - Remove installed plugin from 'mods' dir
qoten search $(text) - Search for plugins

Compilation

clang++ -std=c++11 -o qoten_ qoten/main.cpp qoten/DataModel/*.cpp qoten/Services/*.cpp -I qoten/ -I qoten/libs/ -lcurl

Next rename qoten_ to qoten and move to a place where you will be able to call it from just like any CLI command.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages