LimeGlass

Results 132 issues of LimeGlass

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

**When this gets merged, reminder to let the changelog know that existing `click action` will not work anymore, it is only clicked action and clicked type, simple and easier to...

enhancement
up for debate
breaking changes

### Suggestion 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 -> event.getEgg(), EventValues.TIME_NOW); ``` Tested this and...

enhancement
core task
PR available

### Description Adds code standard for returning empty expression rather than null to save a calling of a new Array instance. Can view the .MD file at https://github.com/TheLimeGlass/Skript/blob/add-empty-array/code-conventions.md

documentation

### Suggestion Re adding JUnit tests as the current new system doesn't check Java side related tests that we need to be checking. They got removed at https://github.com/SkriptLang/Skript/pull/4091 ### Why?...

enhancement
priority: low
core task
PR available

### Description Set the string flavour tag of the jar in the actions artifacts to nightly.

enhancement

### Suggestion Typically when you have to seperate a string into two or more lines, it's common practice to have the plus symbol at the end of each line. This...

enhancement
documentation
completed

### Description Note to those that are reviewing that there are plenty of logical mathematical statements, so this will take some time. - Adds paper spectator events. ``` [on] [player]...

bug
enhancement
feature