Skript
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.
### Suggestion The method currently used to find the bed is Player.getBedSpawnLocation() This does not allow you to find the beds of players who are not currently online. Bukkit has...
### Description Title It looks like players support advanced formatting. I tested on 1.9.4. This fix is achieved by using the exact same logic as EffMessage. --- **Target Minecraft Versions:**...
Related issue #5094 ### Description Get wrong offhand tool of player when trigger PlayerHeldItem event --- **Target Minecraft Versions:** any **Requirements:** None **Related Issues:** #5094
### Description This PR makes ExprSets more diverse. By supplying backing values to a classinfo, ExprSets will retrieve the values and return them. If the class of the classinfo is...
### Skript/Server Version ```markdown Skript 2.6.2 Spigot 1.12.2 ``` ### Bug Description If you go from a higher version 1.19 in my case to 1.12. The materials.json should be deleted...
### Description Allows for syntax like `:[abc|def]` meaning `[(abc:abc|def:def)]` --- **Target Minecraft Versions:** any **Requirements:** none **Related Issues:** none
### Description This PR improves parsing speeds by looking for keywords Skript can search for in input. This applies to any pattern where you have a LiteralPatternElement immediately after a...
### Suggestion The equip effect is made only for one object ` equip [%livingentity%] with %itemtypes% ` I would prefer livingentities, so i can equip all players with more armor...
### Description This PR adds a way to get the environment of a world, (get if the world is an overworld, nether or end) --- **Target Minecraft Versions:** any **Requirements:**...
### Suggestion Add the brew event. https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/inventory/BrewEvent.html ### Why? would be cool. i guess ### Other _No response_ ### Agreement - [X] I have read the guidelines above and affirm...