Moderocky

Results 15 issues of Moderocky

## Description This replaces all of the original examples. Examples are moved to a (disabled) sub-folder `-examples/` to avoid cluttering the main directory. **Note:** others may wish to add more...

enhancement
2.7

(Using a slightly older version of skript (2.2dev37), which could be responsible. I thought I'd report it just to be safe. If it's caused by my skript version then please...

type: bug
priority: high

### Description Adds support for `player is connected` to the isOnline condition, as requested in #6100. This also cleans up the old version to use parse tags over split pipe...

enhancement
hacktoberfest-accepted
2.9

## Description Our standards committee have decided upon a set of changes to code conventions and contribution standards, designed to make things a little clearer and more modern. Some former...

enhancement
housekeeping

### Skript/Server Version ```markdown 2.8.5 ``` ### Bug Description Simple literals store their value in a backing array, this is passed as-is in getArray, etc. and so any badly-formed syntax...

bug
priority: medium
completed
patch-ready

## Description This is the batch merge request for #6641. It removes checks for methods existing that are standard as of 1.13.2, since we no longer support versions below this....

documentation
help wanted
housekeeping

### Description Raises Skript's compile target from Java 8 to Java 11. Raises the test runners (and test server tasks) to use Java 11. With 2.9 we are dropping support...

enhancement
breaking changes
feature-ready
housekeeping

### Description Fixes weird parse error from converted object return types. `send health of {z} / max health of {z}` was originally interpreted as `send health of ({z} / max...

bug
2.9

### Description I previously tried to fix this issue in the Entity utils teleport method, by estimating their target world from their source world if it wasn't specified. Unfortunately, `EffTeleport`...

bug
2.9

## Description A lot of utility types were left over from Java 6. Most of these weren't used at all, but a few are still being used in place of...

enhancement
breaking changes
housekeeping