_tud

Results 15 issues of _tud

### Description This PR adds changers to the book pages expression --- **Target Minecraft Versions:** Any **Requirements:** None **Related Issues:** I don't believe there are any

enhancement

### Description This issue explains it pretty well https://github.com/SkriptLang/Skript/issues/4692 --- **Target Minecraft Versions:** Any **Requirements:** None **Related Issues:** https://github.com/SkriptLang/Skript/issues/4692

enhancement
needs testing
breaking changes

Fixes the item frame rotation method to allow the item to be rotated in all 8 directions

### Description This PR makes the split expression use the config's case sensitivity option --- **Target Minecraft Versions:** any **Requirements:** none **Related Issues:** https://github.com/SkriptLang/Skript/issues/4886

enhancement

### Description This PR makes ExprSets more diverse. By supplying backing values to a classinfo, ExprSets will retrieve the values and return them. If the class of the classinfo is...

enhancement

### Description This PR adds a way to get the environment of a world, (get if the world is an overworld, nether or end) --- **Target Minecraft Versions:** any **Requirements:**...

feature

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

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