Skript
Skript copied to clipboard
Skript is a Bukkit plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.
### Description Collar colour support for Wolfs https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Wolf.html https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Wolf.html#setCollarColor-org.bukkit.DyeColor- https://github.com/SkriptLang/Skript/blob/master/src/main/java/ch/njol/skript/entity/WolfData.java
### Suggestion Have Skript unit tests return a custom results so that in the case that they do error, we can provide a full detailed list of how and why...
### Suggestion When a Skripter uses the EffShoot effect, it should call the on shoot event.
### Suggestion suggested syntax: `[the] [last[ly]] (0:spawned|1:shot|2:launched) %*entitydata%` ### Why? It's needed \:D ### Other _No response_ ### Agreement - [X] I have read the guidelines above and affirm I...
### Skript/Server Version ```markdown [13:41:17 INFO]: [Skript] Server Version: git-Purpur-1428 (MC: 1.17.1) [13:41:17 INFO]: [Skript] Skript Version: 2.6.3 [13:41:17 INFO]: [Skript] Installed Skript Addons: [13:41:17 INFO]: [Skript] - Floodgate-Skript v2.1...
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...
### Skript/Server Version ```markdown [03:01:42 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases [03:01:42 INFO]: [Skript] Skript's documentation can be found here: https://skriptlang.github.io/Skript [03:01:42 INFO]: [Skript] Skript's tutorials can...
### Description Since Spigot/Paper is starting to use components in more and more places, we need to add support to use it. Right now, we only support components in chat...