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.
### Suggestion Include hex colour support for the titles. Example: grabbing "white hex colours example" for the title. (except an actual hex colour, not white) Example of current implementation: https://github.com/SkriptLang/Skript/blob/a45b189ca5bdc601a2dc6e99c74ea429f8c666a4/src/main/java/ch/njol/skript/effects/EffActionBar.java#L68...
### Suggestion Change location in the ExprSpawn, currently it rounds to the block with `getBlockX()` etc... Someone recently suggested that it not use the block location, Skript shouldn't force the...
### Suggestion Using https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Tag.html we should replace or extend ExprItems (Soon to be ExprSets https://github.com/SkriptLang/Skript/pull/4899). A syntax I thought of was `[[all [of]] the] [tags] %tags%` Unsure if the tags...
### Description This PR replaces `Expression#isLoopOf` with a new API located in `ExprLoopValue`. I have also cleaned up that class. `Expression#isLoopOf` has been kept but deprecated. Backwards compatibility remains. ---...
### Description Update Skript version to 2.6.4 on master branch too --- **Target Minecraft Versions:** **Requirements:** **Related Issues:**
### Description This PR aims to rewrite and fix ExprFurnaceSlot. In its current state, it is inaccurate and produces several NPEs in various situations. This PR also handles #2889, although...
## Description This replaces all of the original examples. Examples are moved to a (disabled) sub-folder `-examples/` to avoid cluttering the main directory. **Note:** others may wish to add more...
### Suggestion hi ! **It would be nice to copy an entiered list whit his recusive objects**. but, whit using `set {list2::*} to {list1::*}`, that not work, and just not...
### Skript/Server Version ```markdown [10:37:17] [Render thread/INFO]: [CHAT] [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases [10:37:17] [Render thread/INFO]: [CHAT] [Skript] Skript's documentation can be found here: https://skriptlang.github.io/Skript [10:37:17] [Render...
### Skript/Server Version ```markdown 2.6.2 (with master of 2.6.3) Tested on all versions from 1.13-1.19 only happens with 1.13.X ``` ### Bug Description There is an error using the `test...