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

### Description This PR aims to improve the docs site after last restyle #3935 **Live Preview:** https://ayhamal-ali.github.io/Skript/ (outdated since [commit](https://github.com/SkriptLang/Skript/pull/4319/commits/0c17f51caf3d0f30fad78a1acc24ec75debcc9f0)) **Changelog** (_Will be updated continuously_) (currently up-to-date) + 🟢 Added...

enhancement
documentation

### Description Change Getter to Converter in EventValues. Getter doesn't allow for Java lambdas, and most Skript classes use Converter directly. This will allow for ```java EventValues.registerEventValue(PlayerEggThrowEvent.class, Egg.class, event ->...

enhancement
2.7

### Description Plus symbol new line standard --- **Related Issues:** https://github.com/SkriptLang/Skript/issues/5008

enhancement
documentation

### Suggestion https://hub.spigotmc.org/javadocs/spigot/org/bukkit/inventory/Inventory.html#setMaxStackSize(int) https://hub.spigotmc.org/javadocs/spigot/org/bukkit/inventory/Inventory.html#getMaxStackSize() Add support for setting maximum stack size in inventory ### Why? Skript doesn't have this yet. ### Other SkQuery has this for code reference https://github.com/SkQuery/SkQuery/blob/9c73a59b57c5dbcd24de5ed65c5855ccc54c2641/src/main/java/com/w00tmast3r/skquery/elements/expressions/ExprItemStackSize.java Skript...

enhancement
priority: lowest
good first issue

### Skript/Server Version ```markdown [03:22:19 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases [03:22:19 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/ [03:22:19 INFO]: [Skript] Server Version: git-Paper-775...

bug
priority: low
PR available
legacy versions

### Suggestion In Skript there is that expression: https://docs.skriptlang.org/expressions.html#ExprDurability. It treats durability and damage as if it were the same thing, but it isn't. When you're using a tool, its...

enhancement
priority: lowest
good first issue
PR available

### Description *NOTE: Not marking this as a breaking change as full backwards compatibility remains* *NOTE: This PR features a lot of changed files. Most of those changes are just...

enhancement
2.7

### 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...

bug

### Description This PR adds a new feature to loops - Add `loop-(counter|iteration)[-X]` for both normal and while loop - Improve performance for ExprLoopValue (regex pattern) - Add Loop interface...

feature

### Description Add - Statistic `expression` (set/get/reset/remove) - Statistic `condition` (%strings% is/are valid statistics) - Statistic `increase event` - Statistic `all statistics` expression As discussed on discord (#skript-dev) adding statistic...

feature