Minecraft VarScript mod 2026 download
logo
minecraft mod VarScript

VarScript

Game Version: 1.8.1
Total Downloads: 3,379
Updated: Jul 22, 2015
Created: Dec 4, 2012
Download VarScriptDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
VarScript 1.1.2 release 165.06 KB Jul 22, 2015 1.8.1 467 download VarScript VarScript 1.1.2 releaseDownload
VarScript 1.0.0 release 144.81 KB Mar 1, 2015 1.8 207 download VarScript VarScript 1.0.0 releaseDownload
VarScript 0.6.3 release 57.07 KB Mar 25, 2014 1.7.2 453 download VarScript VarScript 0.6.3 releaseDownload
VarScript 0.6.2 release 51.44 KB Mar 18, 2014 1.7.2 188 download VarScript VarScript 0.6.2 releaseDownload
VarScript 0.5.7 release 1.20 MB Nov 6, 2013 1.6.4 320 download VarScript VarScript 0.5.7 releaseDownload
VarScript 0.5.6 release 1.19 MB Sep 7, 2013 1.6.2 258 download VarScript VarScript 0.5.6 releaseDownload
VarScript 0.6.1 beta beta 45.76 KB Mar 2, 2014 1.7.2 172 download VarScript VarScript 0.6.1 beta betaDownload
VarScript 0.5.5 beta 1.16 MB Aug 24, 2013 1.6.2 170 download VarScript VarScript 0.5.5 betaDownload
VarScript 0.5.4 beta 1.13 MB Aug 19, 2013 1.6.2 170 download VarScript VarScript 0.5.4 betaDownload
VarScript 0.5.3 beta 1.12 MB Aug 13, 2013 1.6.2 178 download VarScript VarScript 0.5.3 betaDownload
Varscript 0.5.2 beta 585.64 KB Jul 22, 2013 1.6.2 218 download VarScript Varscript 0.5.2 betaDownload
VarScript 0.5.1 beta 337.17 KB Jul 17, 2013 1.6.2 136 download VarScript VarScript 0.5.1 betaDownload
VarScriptTest 0.5.0.B beta 430.95 KB Jul 14, 2013 1.6.2 139 download VarScript VarScriptTest 0.5.0.B betaDownload
Varscript 0.4 beta 1.54 MB Dec 4, 2012 1.4.2 303 download VarScript Varscript 0.4 betaDownload

Screenshots

Description

Share this:

[VarScript]

Scripting on Groovy

Version: 1.0.0

Features

  • execute scripts on Groovy
  • create and run script files
  • autorun files
  • Tab-completion (not full-featured)
  • script can register events and timers. Full access to Bukkit API and other plugins

Get Started

  1. Download VarScript.jar and put it to plugins/ directory
  2. Start server
  3. Wait until VarScript download dependings
  4. use command
    />
    for example:
    /> println "Hello ${worlds*.name}"

Basic commands

/> script...
run script
Example: /> test.groovy
/> filename arg1, arg2, ...
run script file with parameters
/ws list
show all workspaces
/ws set name
set new workspace
/ws stop ?name
stop all triggers in workspace (selected or current)
/ws remove ?name
remove workspace (selected or current)
/ws create name
create new workspace
/ws reload ?name
reload workspace (selected or current)

Script files

You can create script file in directory plugins/VarScript/scripts/ and run it by command
< todo: tutorial >

Static variables

variable description type
me current command sender Player, Block, Entity, Console
server bukkit server org.bukkit.Server
this current script ? extends ru.dpohvar.varscript.workspace.CallerScript
workspace current workspace ru.dpohvar.varscript.workspace.Workspace
global workspace service ru.dpohvar.varscript.workspace.WorkspaceService
%player name% get player by name org.bukkit.entity.Player
%plugin name% get plugin by name org.bukkit.plugin.Plugin
%world name% get world by name org.bukkit.World
%script name% run script file and get result ?

Wiki

https://github.com/DPOH-VAR/VarScript/wiki

Changelog

VarScript 1.1.2:

  • fixed classloader.
  • fixed auto-import in config
  • fixed Grape config

VarScript 1.0.0:

  • 1.X release

older versions Github Maven

Comments

Add a comment