Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rorakus/meteor-better-starscript
- Owner: RORAKUS
- License: mit
- Created: 2023-01-31T15:41:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T17:55:06.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T09:44:21.151Z (about 1 month ago)
- Topics: 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
- Language: Java
- Homepage:
- Size: 27.3 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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