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.
### Description Honestly, I'm not really the biggest fan of how the exception is laid out, especially lines 1759-1763, and the constant "You'll be given instructions on how to report...
### Skript/Server Version ```markdown [17:25:18 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases [17:25:18 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/ [17:25:18 INFO]: [Skript] Skript's tutorials can...
### Description This PR aims to allow users to use additional options when sending a resource packs to players. As well as remove all resource packs or by uuid that...
### Description As title, support for items which added by mods For PR: #7121 ① ``` on enchant: if event-item is (cataclysm's the incinerator): # The item ID send "success"...
### Suggestion Minecraft 1.20.3 added support for UUIDs when sending resource packs: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Player.html#setResourcePack(java.util.UUID,java.lang.String,byte[],java.lang.String,boolean) This is going to be used to remove resource packs from a client (Bukkit doesn't have API...
### Suggestion Newer versions of Minecraft allow for adjusting the tick rate. https://jd.papermc.io/paper/1.20/org/bukkit/ServerTickManager.html ### Why? This is a very nice feature that I feel many users will want to utilize....
### Suggestion I'm suggesting a new config in config.sk to allow for operators to see the reloading info from when another operator/person with permission reloads a script, or, just be...
### Description This PR aims to fix the stack trace of using the `blocks between %loc% and %loc%` if starting location is above max height limit. Starting off with my...
### Description Updates some of the worst offenders, who are least likely to be affected by other PRs. - Removed the copyright header, used IntellIJ's formatting shortcut, and split lines...
### Description Started by @TPGamesNL in PR #4123 (the commit has been cherry-picked and the author has been kept for credits), providing a serializer for `VisualEffectType` allows to serialize `VisualEffect`...