NotSoDelayed

Results 23 issues of NotSoDelayed

### Description This PR adds a condition to check for whether a slot has space for an item. Tests dedicated to CondCanHold.java is also added. --- **Target Minecraft Versions:** any...

feature

### Description This PR adds [WhitelistToggleEvent (Server Whitelist Toggle Event)](https://jd.papermc.io/paper/1.20.6/com/destroystokyo/paper/event/server/WhitelistToggleEvent.html) and [WhitelistStateUpdateEvent (Player Whitelist Toggle Event)](https://jd.papermc.io/paper/1.20.6/io/papermc/paper/event/server/WhitelistStateUpdateEvent.html) into Skript, along with a condition to check for its event states. --- **Target...

### Description This PR makes EffBroadcast calls for BroadcastMessageEvent. [This comment onwards](https://github.com/SkriptLang/Skript/pull/5617#issuecomment-1514645472) has explained the reasons of why EffBroadcast is implemented in such ways. JUnit tests can be added after...

enhancement
feature-ready

### Description This PR adds the [enchantment glint syntaxes](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/inventory/meta/ItemMeta.html#getEnchantmentGlintOverride()) into Skript! --- **Target Minecraft Versions:** Minecraft 1.20.5 **Requirements:** Spigot 1.20.5 **Related Issues:** none

feature
up for debate

### Description This PR allows support of new break block naturally methods from [Block.class](https://jd.papermc.io/paper/1.19/org/bukkit/block/Block.html) into EffBreakNaturally! --- **Target Minecraft Versions:** any **Requirements:** Paper 1.15+ (effects), Paper 1.17+ (effects without tool),...

enhancement

### Description This PR provides enhancements on how Effect Commands are handled, and adds Skript event support for users to listen to. **API Change: EffectCommandEvent** Currently, this event is only...

feature

### Description This PR adds skull owner expression into Skript! Javadocs: - https://jd.papermc.io/paper/1.19/org/bukkit/block/Skull.html#getOwningPlayer() - https://jd.papermc.io/paper/1.19/org/bukkit/block/Skull.html#setOwningPlayer(org.bukkit.OfflinePlayer) --- **Target Minecraft Versions:** any **Requirements:** - **Related Issues:** -

feature
2.9

This PR enhances the Bound class to: - support getting specific type of blocks (also carried along to ExprBoundBlocks.class) - minor API change to Bound#getBlocks() where it returns an empty...

### Description This PR adds support of changeable max stack size of inventories and the recently introduced `max stack size` ItemMeta in Minecraft 1.20.5. Javadocs: - (ItemMeta) https://hub.spigotmc.org/javadocs/spigot/org/bukkit/inventory/meta/ItemMeta.html#setMaxStackSize(java.lang.Integer) - (Inventory)...

feature

### Suggestion Re-introduce scientific notation into Skript, which exists before 2.6 update. (i.e. `set {_x} to 1234 * 1e+6`) ### Why? As mentioned above, scientific notation exists until Skript 2.6...

enhancement
priority: low
PR available
feature-ready