{
  "_class" : "hudson.maven.MavenModuleSet",
  "actions" : [
    {
      
    },
    None,
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.JobDisplayAction"
    },
    {
      "_class" : "com.cloudbees.plugins.credentials.ViewCredentialsAction"
    }
  ],
  "description" : "CommandHelper\u000a=============\u000a| Service | Badge |\u000a|--------|---------:|\u000a| Github Packages | [![Maven Package](https://github.com/EngineHub/CommandHelper/actions/workflows/maven-publish.yml/badge.svg)](https://github.com/EngineHub/CommandHelper/actions/workflows/maven-publish.yml) |\u000a| Azure | [![Azure Build Status](https://dev.azure.com/MethodScript/CommandHelper/_apis/build/status/EngineHub.CommandHelper)](https://dev.azure.com/MethodScript/CommandHelper/_build/latest?definitionId=1) |\u000a| Snyk.io | [![Known Vulnerabilities](https://snyk.io/test/github/EngineHub/CommandHelper/badge.svg)](https://snyk.io/test/github/EngineHub/CommandHelper) |\u000a| Discord | [![Discord](https://img.shields.io/discord/446057847428481044.svg)](https://img.shields.io/discord/446057847428481044.svg) |\u000a| Code Size | [![Code Size](https://img.shields.io/github/languages/code-size/EngineHub/CommandHelper.svg)](https://img.shields.io/github/languages/code-size/EngineHub/CommandHelper.svg) |\u000a| Stars | [![Stars](https://img.shields.io/github/stars/EngineHub/CommandHelper.svg?style=social)](https://img.shields.io/github/stars/EngineHub/CommandHelper.svg?style=social) |\u000a| Website | [![Website](https://img.shields.io/website/https/methodscript.com.svg?down_color=red&down_message=offline&up_color=green&up_message=online)](https://methodscript.com) |\u000a| Contributors | [![Contributors](https://img.shields.io/github/contributors/EngineHub/CommandHelper.svg)](https://img.shields.io/github/contributors/EngineHub/CommandHelper.svg) |\u000a| Last Commit | [![Last Commit](https://img.shields.io/github/last-commit/EngineHub/CommandHelper.svg)](https://img.shields.io/github/last-commit/EngineHub/CommandHelper.svg) |\u000a\u000aCommandHelper adds simple command aliases, complex macros,\u000aand the ability to script your own commands and events into Minecraft,\u000ausing the MethodScript scripting language.\u000a\u000aCompiling\u000a---------\u000a\u000aYou need to have Maven installed (http://maven.apache.org). Once installed,\u000asimply run:\u000a\u000a\u0009mvn clean package install\u000a\u000aMaven will automatically download dependencies for you. Note: For that to work,\u000abe sure to add Maven to your \"PATH\". If you get a message about tests failing,\u000atry running:\u000a\u000a\u0009mvn -Pprovisional-build clean package install\u000a\u000aContributing\u000a------------\u000a\u000aWe happily accept contributions. The best way to do this is to fork\u000aCommandHelper on GitHub, add your changes, and then submit a pull request.\u000aWe'll look at it, make comments, and merge it into CommandHelper if\u000aeverything works out. If you make a PR, and feel your code is being\u000anitpicked to death, don't worry! Whenever a code review is done, it tends\u000ato find lots of minor errors, even in a very experienced programmer. Don't\u000aget discouraged! We'll work with you to make the changes, and all contributions\u000aare appreciated. If the feature you want to add makes a significant change,\u000ahowever, it may be best to discuss the changes with the other contributors\u000abefore you begin work on the feature.\u000a\u000aBy submitting code, you agree to dual license your code under the\u000athe MIT License and GPL, barring the special restriction regarding code submissions,\u000aexplained in the SPECIAL_LICENSE.txt file, which is attached.\u000a\u000aFor details about code formatting standards, and other basic information for\u000acontributors, please see the CONTRIBUTING.txt file.\u000a\u000aPortions of CommandHelper are copyright by various contributors.\u000a\u000aThis project uses BrowserStack (https://www.browserstack.com) for testing the website.\u000a\u000aInstalling\u000a----------\u000a\u000aTo install on Windows, you can follow the directions below (which are cross platform) or simply download the\u000aWindows installer, found [here](https://github.com/EngineHub/CommandHelper/releases/tag/win-installer-v.1.0.1).\u000a\u000aThere are two modes of installation, both first require obtaining the MethodScript jar.\u000aYou can build it yourself, or download the official builds from Github.\u000a\u000aFor other platforms or manual installation on Windows, grab the jar from\u000a[here](https://github.com/EngineHub/CommandHelper/packages/).\u000a\u000aMinecraft: Installation in Minecraft is simple. Simply drop the jar in the plugins\u000afolder.\u000a\u000aStandalone Programming: MethodScript is a fledgling general purpose programming language,\u000aand can be used from the command line, much like python, node, or other programming\u000alanguages.\u000a\u000aFor all platforms, place the jar file in whatever location you like, (noting that\u000ait will create a folder at the same level which contains the configuration files, so\u000ait's probably easiest to put this in your user directory),\u000athen run `java -jar MethodScript.jar install-cmdline` as root/Administrator.\u000aThis will install the `mscript` program and add it to your path,\u000awhich can be used to start a REPL shell for quick tasks, execute a script file, or\u000aeasily run the commandline tools. On Windows, this also installs a PowerShell module,\u000awhich can be used with `Import-Module -Name MethodScript` and `Invoke-MethodScript`. On Windows,\u000ayou must reboot your system after installation to use the `mscript` command in cmd.exe.\u000aYou can install MethodScript using the same jar that is used in the Minecraft server,\u000athough two different environments are used, with separate folders for the CommandHelper\u000ainstallation, and the MethodScript installation. You can symlink these folders together if you\u000awish your configuration to be the same for both environments.\u000a\u000aCommandline Tools: Various command line tools are available for use, and are useful\u000aboth for those that use the jar as a plugin, or as a general purpose language. Run\u000a`java -jar MethodScript.jar help` for a list of these tools, or if you have installed\u000athe commandline version, you can use `mscript -- help`.\u000a",
  "displayName" : "CommandHelper",
  "displayNameOrNull" : None,
  "fullDisplayName" : "CommandHelper",
  "fullName" : "CommandHelper",
  "name" : "CommandHelper",
  "url" : "https://letsbuild.net/jenkins/job/Commandhelper/",
  "buildable" : True,
  "builds" : [
    {
      "_class" : "hudson.maven.MavenModuleSetBuild",
      "number" : 11,
      "url" : "https://letsbuild.net/jenkins/job/Commandhelper/11/"
    },
    {
      "_class" : "hudson.maven.MavenModuleSetBuild",
      "number" : 10,
      "url" : "https://letsbuild.net/jenkins/job/Commandhelper/10/"
    },
    {
      "_class" : "hudson.maven.MavenModuleSetBuild",
      "number" : 9,
      "url" : "https://letsbuild.net/jenkins/job/Commandhelper/9/"
    },
    {
      "_class" : "hudson.maven.MavenModuleSetBuild",
      "number" : 8,
      "url" : "https://letsbuild.net/jenkins/job/Commandhelper/8/"
    },
    {
      "_class" : "hudson.maven.MavenModuleSetBuild",
      "number" : 7,
      "url" : "https://letsbuild.net/jenkins/job/Commandhelper/7/"
    },
    {
      "_class" : "hudson.maven.MavenModuleSetBuild",
      "number" : 6,
      "url" : "https://letsbuild.net/jenkins/job/Commandhelper/6/"
    },
    {
      "_class" : "hudson.maven.MavenModuleSetBuild",
      "number" : 5,
      "url" : "https://letsbuild.net/jenkins/job/Commandhelper/5/"
    },
    {
      "_class" : "hudson.maven.MavenModuleSetBuild",
      "number" : 4,
      "url" : "https://letsbuild.net/jenkins/job/Commandhelper/4/"
    },
    {
      "_class" : "hudson.maven.MavenModuleSetBuild",
      "number" : 1,
      "url" : "https://letsbuild.net/jenkins/job/Commandhelper/1/"
    }
  ],
  "color" : "blue",
  "firstBuild" : {
    "_class" : "hudson.maven.MavenModuleSetBuild",
    "number" : 1,
    "url" : "https://letsbuild.net/jenkins/job/Commandhelper/1/"
  },
  "healthReport" : [
    {
      "description" : "Test Result: 0 tests failing out of a total of 826 tests.",
      "iconClassName" : "icon-health-80plus",
      "iconUrl" : "health-80plus.png",
      "score" : 100
    },
    {
      "description" : "Build stability: No recent builds failed.",
      "iconClassName" : "icon-health-80plus",
      "iconUrl" : "health-80plus.png",
      "score" : 100
    }
  ],
  "inQueue" : False,
  "keepDependencies" : False,
  "lastBuild" : {
    "_class" : "hudson.maven.MavenModuleSetBuild",
    "number" : 11,
    "url" : "https://letsbuild.net/jenkins/job/Commandhelper/11/"
  },
  "lastCompletedBuild" : {
    "_class" : "hudson.maven.MavenModuleSetBuild",
    "number" : 11,
    "url" : "https://letsbuild.net/jenkins/job/Commandhelper/11/"
  },
  "lastFailedBuild" : None,
  "lastStableBuild" : {
    "_class" : "hudson.maven.MavenModuleSetBuild",
    "number" : 11,
    "url" : "https://letsbuild.net/jenkins/job/Commandhelper/11/"
  },
  "lastSuccessfulBuild" : {
    "_class" : "hudson.maven.MavenModuleSetBuild",
    "number" : 11,
    "url" : "https://letsbuild.net/jenkins/job/Commandhelper/11/"
  },
  "lastUnstableBuild" : None,
  "lastUnsuccessfulBuild" : None,
  "nextBuildNumber" : 12,
  "property" : [
    {
      "_class" : "com.coravy.hudson.plugins.github.GithubProjectProperty"
    },
    {
      "_class" : "com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty"
    }
  ],
  "queueItem" : None,
  "concurrentBuild" : False,
  "disabled" : False,
  "downstreamProjects" : [
    
  ],
  "labelExpression" : None,
  "scm" : {
    "_class" : "hudson.plugins.git.GitSCM"
  },
  "upstreamProjects" : [
    
  ],
  "modules" : [
    {
      "name" : "com.sk89q:commandhelper",
      "url" : "https://letsbuild.net/jenkins/job/Commandhelper/com.sk89q$commandhelper/",
      "color" : "blue",
      "displayName" : "CommandHelper"
    }
  ]
}