Skript icon indicating copy to clipboard operation
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.

Results 556 Skript issues
Sort by recently updated
recently updated
newest added

### 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 This PR aims to add an effect which forces players to drop the items in their hand --- **Target Minecraft Versions:** 1.16+ **Requirements:** none **Related Issues:** none

enhancement

### Skript/Server Version ```markdown [21:46:44 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases [21:46:44 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/ [21:46:44 INFO]: [Skript] Skript's tutorials can...

investigating

### Suggestion Add like a bracket display or something `Skript version: 2.6.3 (github-release)` to the Skript info command as now we have to report Skript info in the bug reports....

enhancement
priority: lowest
completed

### Skript/Server Version ```markdown [18:30:25 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases [18:30:25 INFO]: [Skript] Skript's documentation can be found here: https://skriptlang.github.io/Skript [18:30:25 INFO]: [Skript] Skript's tutorials can...

investigating

### Description So this is some unfortunate news. We've for some reason started to adapt the usage of the EnumSerializer class in the past few years. I've been working on...

variables
2.7

### Description Similar to the `Expression#check` method, this method will get all the values and then use the provided converter to convert the values to the requested output. This is...

feature

### Description Adds back the JUnit testing system. - Adds JUnit tests under src/test/java again. - All tests under src/test/java are ran with the test runner server using JUnit. -...

feature
unit testing

### Skript/Server Version ```markdown [17:49:28 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases [17:49:28 INFO]: [Skript] Skript's documentation can be found here: https://skriptlang.github.io/Skript [17:49:28 INFO]: [Skript] Skript's tutorials can...

bug
priority: low

### Description --- Adds an expression to get the tier/amplifier of a potion effect type. Currently returns 0 if the player doesn't have that type, but could return an empty...

feature