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

### Skript/Server Version ```markdown 09:15:53 [INFO] [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases 09:15:53 [INFO] [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/ 09:15:53 [INFO] [Skript] Skript's tutorials can...

investigating
cannot reproduce

### Description Adds transformation/mapping syntaxes for lists: ``` (transform|map) %~objects% (using|with) %~objects% (transformed|mapped) (using|with) \\[\\] %~objects% (transformed|mapped) (using|with) \\(\\) ``` The effect only works on variable lists, but allows the...

feature
2.10

### Description Add worldborder syntax to Skript. Continuation of #5229 Player's worldborder is always virtual Conditions: - [x] updated IsWithin condition Effects: - [x] expand/shrink worldborder (maybe add grow/contract aliases)...

feature

### Skript/Server Version ```markdown Skript 2.7-beta Minecraft 1.19.4 ``` ### Bug Description I've been trying to update my addon to Skript 2.7, but I am getting an error and i...

addon-related

## Summary This defines the concept of syntax that only affects other syntax (rather than actually having its own function.) This also adds an 'annotation': a metadata note visible at...

feature

### Description Having talked with Ayham about my concerns, I've opened this as an **alternative** proposal to [Ayham's loop PR #6053](). This will be in draft until we reach a...

feature
2.10

### Problem In the pursuit of a Bukkit-less Skript, Vector is a rather large thorn in the side. It's used all over the place in many places that have no...

enhancement
needs testing
breaking changes
needs reviews

### Problem There is no expression allowing users to get how many decimal places a number goes into. Also was requested in the linked issue. ### Solution Adds `ExprDecimalPlaces` allowing...

feature

### Skript/Server Version ```markdown [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/ [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials [Skript] Server...

server issue

### Description This PR aims to add support for the upcoming Equippable Components to Skript. Allowing users to modify the components of an item and create new equippable components with...

feature
needs reviews