NotSoDelayed

Results 23 issues of NotSoDelayed

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

bug
priority: low
PR available

**Describe the bug** I believe that the syntax **[the] name[s] of %channelbuilders%** conflicted with Skript's syntax of getting a name from an itemstack, and this has been happening in the...

### Description This PR fixes #5462 where event values were unknowingly removed before the merge, with additions to `event-block` support and JUnit test. --- **Target Minecraft Versions:** any **Requirements:** none...

bug
2.8
patch-ready

### Description This PR adds leash event and its methods into Skript! Javadocs: - https://jd.papermc.io/paper/1.20/org/bukkit/event/entity/PlayerLeashEntityEvent.html - https://jd.papermc.io/paper/1.20/org/bukkit/event/entity/EntityUnleashEvent.html - https://jd.papermc.io/paper/1.20/org/bukkit/event/player/PlayerUnleashEntityEvent.html --- **Target Minecraft Versions:** any **Requirements:** none **Related Issues:** #6420

feature

### Description This PR adds `item owner` expression to Skript! Javadocs: - https://jd.papermc.io/paper/1.20/org/bukkit/entity/Item.html#getOwner() - https://jd.papermc.io/paper/1.20/org/bukkit/entity/Item.html#setOwner(java.util.UUID) --- **Target Minecraft Versions:** any **Requirements:** none **Related Issues:** #5835

feature

### Description This PR adds `player's chat completion suggestions` support to Skript! Javadocs: - https://jd.papermc.io/paper/1.20/org/bukkit/entity/Player.html#addCustomChatCompletions(java.util.Collection) - https://jd.papermc.io/paper/1.20/org/bukkit/entity/Player.html#removeCustomChatCompletions(java.util.Collection) - https://jd.papermc.io/paper/1.20/org/bukkit/entity/Player.html#setCustomChatCompletions(java.util.Collection) --- **Target Minecraft Versions:** Minecraft 1.19+ **Requirements:** Spigot 1.19+ **Related Issues:**...

feature

### Description This PR adds `item thrower` expression into Skript! Javadocs: - https://jd.papermc.io/paper/1.13/org/bukkit/entity/Item.html#getThrower-- - https://jd.papermc.io/paper/1.13/org/bukkit/entity/Item.html#setThrower-java.util.UUID- ## Note #6430 must be merged first due to a fix in BukkitClasses this PR...

feature

### Suggestion Implement a new configurable core feature which purges old variables database backups after X days old. ### Why? Old backups are piled up after a long run overtime...

enhancement
priority: lowest

**Is your feature request related to a problem? Please describe.** When I want to perform a try & catch for a list of methods, I would have to append `try`...

enhancement
help wanted
priority: low

### Description This PR provides light enhancements to Skript's Experience API with: - Allowing Experience object into ExprTotalExperience (`add 10 xp to player's total xp`) - Add changers to Experience...

enhancement