Moderocky
Moderocky
## Summary Toggleable feature-flags through a `using ` structure for individual scripts to enable optional, experimental or alternative behaviour at parse time. ### Goals - To provide a way to...
### Description When some syntax was added, it was overlooked that its patterns only supported americani`(s|z)`ed spellings. Usually, Skript is pretty good at spotting these. This mainly occurred in syntax...
### Description Adds tests for some item-related syntaxes. Please feel free to contribute any that I have missed. --- **Target Minecraft Versions:** any **Requirements:** none **Related Issues:** #6158
### Description In an upcoming version, we're looking at instituting new special variable types (e.g. unsaved, reference). No plans are finalised for this, but the first step is reserving the...
### Description The current pattern for the new line literal is `n[ew]l[ine]` or `line[ ]break`. A keen-eyed observer might spot that this means `nline` and `newl` are both valid options,...
We are repeatedly having to request changes on PRs to change the annotations. Although this saves effort (in terms of resolving conflicts) I think it is costing time in the...
### Description Adds two simple converter methods for Skript Timespan Java Duration. Duration is the common Java timespan class, which is probably more useful to addon developers. Since the direct...
### Description Some plural word endings are incorrectly detected, e.g. `-us` -> `-i` picks up "gui" as being a plural of (the well known word) "guus", and `-fe` -> `-ves`...
## Description Pikachu's boss bars PR (#5246) got stale and was closed. I've revived it with some changes: mainly getting rid of the `last boss bar` stuff and converting bars...
### Additions New types ```applescript executable function ``` Obtain function references by name (& source) ```applescript [the|a] function [named] %string% [local:(in|from) %script%] [the] functions [named] %strings% [local:(in|from) %script%] [all] [the]...