Skript icon indicating copy to clipboard operation
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.

Results 648 Skript issues
Sort by recently updated
recently updated
newest added

### 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...

priority: low
completed

### 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...

bug
priority: low
PR available

### 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...

enhancement
breaking changes
needs reviews

### 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...

enhancement

### 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...

bug
enhancement
needs testing
variables
breaking changes
needs reviews

### 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...

enhancement

### 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**...

enhancement

### 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...

priority: lowest
feature

### 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,...

feature

### 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...

needs reviews