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

### Skript/Server Version ``` [23:20:39 Server thread/INFO] [Skript] Server Version: git-Paper-783 (MC: 1.16.5) [23:20:39 Server thread/INFO] [Skript] Skript Version: 2.5.3 [23:20:39 Server thread/INFO] [Skript] Installed Skript Addons: [23:20:39 Server thread/INFO]...

enhancement
priority: lowest
documentation

### Suggestion Add support to set dropped item despawn time to lifetime. Item#[setUnlimitedLifetime](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Item.html#setUnlimitedLifetime(boolean)) And condition Item#[isUnlimitedLifetime](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Item.html#isUnlimitedLifetime())() Also maybe another pull request for Item#[getPickupDelay](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Item.html#getPickupDelay())() and editable with changers ### Why? This...

enhancement
priority: lowest
good first issue

### Description Added respawn anchor elements. --- **Target Minecraft Versions:** 1.16+ **Requirements:** Minecraft Version 1.16+ **Related Issues:** https://github.com/SkriptLang/Skript/issues/4726

feature

### Skript/Server Version ```markdown [02:34:51 INFO]: [Skript] Skript's aliases can be found here: https://github.com/Skriptlang/skript-aliases [02:34:51 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/ [02:34:51 INFO]: [Skript] Skript's tutorials can...

### Description This PR makes the split expression use the config's case sensitivity option --- **Target Minecraft Versions:** any **Requirements:** none **Related Issues:** https://github.com/SkriptLang/Skript/issues/4886

enhancement

### Description This PR enables lang file updates when Skript detects a version change. There are a few questions where I'm looking for input though: - Should we allow addons...

enhancement

Add `to` to within. Follows the SkQuery syntax which can be removed from SkQuery after this. I always use `to` as SkQuery is way older than the within syntax in...

enhancement

### Description This PR stops Skript from saving materials.json. The values are just calculated each time during startup. I've also added in a check to delete the file as it's...

aliases
2.6

I do not like removing or deprecating major features (*cough* Minecraft 1.9 *cough*) without some warning time. So, here it goes: Java 8 is end-of-life in January 2019. After that,...

documentation

### Skript/Server Version ```markdown [02:35:47 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases [02:35:47 INFO]: [Skript] Skript's documentation can be found here: https://skriptlang.github.io/Skript [02:35:47 INFO]: [Skript] Server Version: git-Paper-387...