TPGamesNL

Results 19 issues of TPGamesNL

### Description - Removed unused methods - Cleaned up file - Adjust rounding methods with `Skript.EPSILON` before handling (lines 169, 184, 199, 206, 216, 226) --- **Target Minecraft Versions:** any...

bug

### Description This PR adds a new Structure API that is used for creating and registering top-level elements. It also includes a Structure-specific entry parsing system to simplify the usage...

feature
2.7
breaking changes

### Description In #4896, function call expressions were edited to support converting when they were created, but it didn't add conversion support after the ExprFunctionCall was created. This PR adds...

bug
2.6

### Description Allows for strings to be parsed as literals in script, e.g. when a pattern contains `%*string%`. Comment said this would be handled by VariableString, but this isn't the...

enhancement

### Description Keep the aliases' NBT tags as JSON strings instead of creating a Map from them. Fix is mostly for legacy version, so will have to be cherry picked...

bug
2.7
2.6

There are currently multiple issues with Skript's testing system, so this thread hopefully summarizes (most of) it. - ~~There are consistent errors in 1.9.4 and 1.12.2 from the test [`3305-named...

unit testing

### Skript/Server Version ```markdown Skript 2.6.3, Paper 1.19 ``` ### Bug Description Using the message effect with both a player and console as receivers, and the message content being a...

bug
priority: low

### Skript/Server Version ```markdown 2.6.3, Spigot 1.10 ``` ### Bug Description Using the broadcast effect with a VariableString (or formatted expr) will throw an NoSuchMethodError for CommandSender#spigot ### Expected Behavior...

bug
priority: medium
PR available
legacy versions

Currently, with the way `VariableString` works, there is no simple way to write the literal string `a&b`, because it automatically converts the `&b` to `§b` because of colour coding. Colour...

enhancement
priority: low
completed

### Description Allows for syntax like `:[abc|def]` meaning `[(abc:abc|def:def)]` --- **Target Minecraft Versions:** any **Requirements:** none **Related Issues:** none

enhancement