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