Gist Draft Mar 28 2013, Version 0.2d by Icedream (Carl Kittelberger)
[DIR] repositoryname
-- Instructions file for Minekawaii | |
-- Variables: | |
-- TARGETFOLDER => The target folder where to install the package. In this case, this will be "mods". | |
-- TARGETFILE => The target file name under which to install the package. In this case, this will be "minekawaii.jar". | |
-- URL => The URL from which to download the archive. This is the ZIP/JAR file to the mod online. | |
function Install() | |
GetResolver("archive", { | |
input = GetResolver("download", { url = "$(URL)" }) |
-- Example instructions file for a mod in the | |
-- Craftitude Repository system | |
-- As applicable to draft 0.7 (upcoming) | |
function Install() | |
-- Download a file | |
var download = GetResolver("download", { url="http://this.is.a.websi.te/with/an/archive/on/it.zip" }) | |
-- Convert the download to a usable archive | |
var archive = GetResolver("archive", { input = download }) |
Note: Make sure you have your Minecraft server completely shut down.
vcb2obf.srg
to the /plugins/
folder of your source code clone.