Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rorakus/meteor-better-starscript

Addon for meteor to get better starscript
https://github.com/rorakus/meteor-better-starscript

hack-client hacking meteor-client meteor-client-addon meteor-client-addons minecraft minecraft-cheat minecraft-cheats minecraft-fabric minecraft-fabric-mod minecraft-hack-client minecraft-mod

Last synced: about 1 month ago
JSON representation

Addon for meteor to get better starscript

Awesome Lists containing this project

README

        

# Meteor Better Starscript

A very cool meteor addon adding some very cool features to starscript.

## Variables
The biggest feature of this addon is a variable support. These can be used in starscript, or in commands. Variables are stored in a json file called `variables.json` in `.minecraft/meteor-client/better-starscript`. They are global, so they are the same on every server and every profile.

## New methods
* `meteor.get_module_setting(module, setting)` - returns a setting value of module as a string
* `var.get(name)` - returns a value of variable name
* `var.set(name, value)` - sets a value of already existing variable

## New command/s
* `.var`/`.variable`
* `create ` - creates a new variable.
* `remove ` - removes a variable
* `get ` - writes all variable info to chat
* `set ` - works like `var.set()`
* `list` - lists all existing variables and their values