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 648 Skript issues
Sort by recently updated
recently updated
newest added
trafficstars

### Suggestion As of now, Skript's split effect splits a text with limit set to -1 as shown [here](https://github.com/SkriptLang/Skript/blob/master/src/main/java/ch/njol/skript/expressions/ExprJoinSplit.java#L90). Add an option to discard trailing empty lines, by simply changing...

enhancement
completed

### Suggestion Wolf Variants https://jd.papermc.io/paper/1.21/org/bukkit/entity/Wolf.Variant.html ### Why? This will be a popular suggestion with 1.21 support ### Other Usage of the EntityData should be used. See Cat.Type and CatData for...

enhancement
completed

### Suggestion Basically, make it so you can specify numbers with underscores. Example: `set {_n} to 10_000`, `give player 1_024 of barrier` ### Why? 1) Most programming languages, such as...

enhancement
completed
up for debate
feature-ready

### Description This PR makes all entries in KeyValueEntryData's lowercase when comparing. --- **Target Minecraft Versions:** any **Requirements:** none **Related Issues:** #7138

bug
enhancement

### Description This PR adds 'experience point' support to the total experience expression and some tests. The reason I made this PR is for the "on level progress change:" event....

enhancement

### Description I've added most of the remaining features on the entity section (forgot to mention that when initially posting) todo list, however I'll continue trying to work on the...

enhancement
feature-ready

### Description Re-adds local variable type hints. This allows Skript to understand local variable types in some circumstances, and provide warnings so the user knows nothing will happen. Like setting...

bug
variables
breaking changes

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

bug
priority: lowest
PR available

### Description Fixes #7140. --- **Target Minecraft Versions:** any **Requirements:** none **Related Issues:** none

bug

### Description As title --- **Target Minecraft Versions:** 1.20.4+ **Requirements:** none **Related Issues:** none

enhancement