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 415 Skript issues
Sort by recently updated
recently updated
newest added

### Description This PR adds a new expression to get how much time left before an entity stops burning --- **Target Minecraft Versions:** any **Requirements:** none **Related Issues:** #923

feature

### Description This PR makes it possible to set a block to a player skull WITH the owning player, for example `set block at {_loc} to player's skull` will set...

enhancement

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

### Description This PR adds an expression to get the current moon phase of a world --- **Target Minecraft Versions:** 1.16+ **Requirements:** Paper **Related Issues:** https://github.com/SkriptLang/Skript/issues/746

feature

### Description Skript will no longer throw a NPE when spawning a falling block without specifying the block type and will default to Stone --- **Target Minecraft Versions:** any **Requirements:**...

bug

### Description This PR adds a within location condition to check if a location is between two other locations Example: ```vb if player's location is within {_loc1} and {_loc2}: #...

feature

### Suggestion I believe it would be a nice enhancement to add full regex support into `ExprParse` like we are with `EffReplace` since from what I'm able to understand based...

enhancement
priority: lowest

### Skript/Server Version ```markdown Skript version 2.6.3 Customize Minecraft's mechanics with simple scripts written in plain English sentences. Website: https://skriptlang.github.io/Skript Authors: Njol, Mirreski, SkriptLang Team and Contributors Server Version: 1.16.5...

enhancement
priority: lowest

### Skript/Server Version ```markdown [18:33:38 INFO]: [Skript] Server Version: git-Paper-794 (MC: 1.16.5) [18:33:38 INFO]: [Skript] Skript Version: 2.6.3 [18:33:38 INFO]: [Skript] Installed Skript Addons: [18:33:38 INFO]: [Skript] - skript-fishing v1.0...

bug
PR available

### Description Escapes colons in ExprParse patterns. --- **Target Minecraft Versions:** **Requirements:** **Related Issues:**

bug