Moderocky

Results 26 issues of 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...

enhancement
feature
feature-ready
2.9

### 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...

enhancement

### 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

patch-ready
adds-missing-test
2.9

### 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...

enhancement
variables
2.10

### 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,...

enhancement
breaking changes
feature-ready
2.9

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...

housekeeping

### 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...

enhancement

### 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`...

bug
2.9

## 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...

enhancement
feature

### 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]...

enhancement