mention date/time

This commit is contained in:
Johannes Frohnmeyer 2023-03-13 14:20:03 +01:00
parent 2a317e9b5a
commit 36fae30cf1
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ assert(!challenge({ ->
``` ```
The following things are available to your scripts: The following things are available to your scripts:
- All methods from the μScript standard library - All methods from the μScript standard library (including date/time, meaning you can temporarily whitelist or blacklist users or create countdowns)
- `resourcePacks` (client only): a list of resource packs, each of which has a `name`, `displayName` and `description` - `resourcePacks` (client only): a list of resource packs, each of which has a `name`, `displayName` and `description`
- `println('message')` (both): a function for debugging - `println('message')` (both): a function for debugging
- `mods` (both): a list of loaded mods with the same fields as the result of `mod()` - `mods` (both): a list of loaded mods with the same fields as the result of `mod()`