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
trafficstars

### Description ``` place structure "minecraft:end_city" at player's location: set includes entities to false set integrity to 0.9 set pallet to 2 set rotation to clockwise 90 set mirror to...

feature

### Description Makes alias loading async to avoid the server freezing for ~6 seconds on load. Surprisingly, changing it to loading async so far has not caused any issues. Todo...

enhancement

### Description This PR aims to fix the firework event when using a color type Also adds a colors event-value --- **Target Minecraft Versions:** any **Requirements:** none **Related Issues:** #6091

enhancement

### Description This PR aims to support blockdata for on click --- **Target Minecraft Versions:** any **Requirements:** none **Related Issues:** #6305

enhancement

### Description In the interest of promoting a better open-source community I am proposing adding a new file to track contributors who have elected to release their code under the...

enhancement
feature-ready

### Description This PR adds `add` and `remove` changers to the metadata value expression, similar to the behaviour of adding and removing values from variables. --- **Target Minecraft Versions:** any...

enhancement
feature-ready

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

bug

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

bug
PR available

### Description This PR adds a new interface, Conditional, which Conditions now implement. It's intended to provide more flexibility to evaluable elements within Skript that deal with trues and falses....

enhancement

### Description A few expressions/effects currently clear the indices of variable lists used in them, since they use ChangeMode#SET indiscriminately. This PR adds a new default method on Expression, changeInPlace(Event,...

bug
enhancement