TPGamesNL
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...
### 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...
### 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...
### 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...
### 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...
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...
### 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...
### 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...
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...
### Description Allows for syntax like `:[abc|def]` meaning `[(abc:abc|def:def)]` --- **Target Minecraft Versions:** any **Requirements:** none **Related Issues:** none