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 MD5 hashing algorithm in ExprHash is marked as deprecated and provides a warning in the description. We need to either deprecate it at parsing level or outright remove...
### Skript/Server Version ```markdown [20:00:06 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases [20:00:06 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/ [20:00:06 INFO]: [Skript] Skript's tutorials can...
### Description This PR aims to add a warning when a literal, that can be referenced to multiple ClassInfos/types, is used. The warning informs the user that the literal can...
### Description The wither has its own invulnerability (no damage) ticks, this pr adds that to the existing No Damage Ticks expression. --- **Target Minecraft Versions:** any **Requirements:** none **Related...
### Description - Adds H2 as a configurable database. Will probably make default eventually or maybe in this pull request? - Removes SQLibrary and adds https://github.com/brettwooldridge/HikariCP as the main SQL...
### Description This PR aims to add AND conditions + OR conditions to SecWhile. Allowing users to define multiple conditions to check if the while loop should continue. --- **Target...
### Description This PR aims to add support for itemstacks for the cooldown expression and condition. This change adds support for the cooldown group of itemstacks. This PR **does not**...
### Suggestion Advancements are a core Minecraft feature and currently require third-party addons like [skript-advancements](https://github.com/hotpoc/skript-advancements). Native support in Skript would reduce dependencies and improve accessibility. ### Proposed Syntax ```skript advancement...
### Description This PR adds a few colour manipulation expressions and functions. There might be more to come in another PR, because there's plenty left which can still be included,...
### Description - Adds structure to denote automatic script reloading per script. - Adds entryValidator method to set an EntryValidator for a structure. ```vb auto reload: # Cancels out permission...