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.
### Description Adds some test expressions which I felt were missing. - `test world` can now be used instead of `world "world"` - `test location` can now be used instead...
### Description Reworks number parser. Adds support for angles. When using `x degrees`, it is just syntactic sugar for `x`. When using `x radians`, converts `x` to degrees. --- **Target...
### Description - Adds chat visibility expression and type - Adds condition for whether the player has chat filtering enabled - Adds condition for whether the player has chat colours...
### Description Continuation of #5584. Reverts the breaking change in ExprExperience in the previous PR. - Added EntityBreedEvent - Added EntityEnterLoveModeEvent - Added ExprBreedingFamily - Added CondCanAge - Added CondCanBreed...
### Description Paper does not seem to fetch textures synchronously for skull metas like spigot does, meaning playerprofiles without texture data will resolve to untextured skulls. This forces a synchronous...
### Skript/Server Version ```markdown [23:20:58 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases [23:20:58 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/ [23:20:58 INFO]: [Skript] Skript's tutorials can...
### Description This PR adds a new experimental annotation, which can be used to provide information about an experiment on which a syntax element depends. The provided information is the...
### Description Adds support for minecraft's tag system. Currently supports block, item, and entity type tags. Fluid and GameEvent are simple to add, but Fluid is useless and GameEvent is...
### Description This PR aims to convert EffShoot into an EffSecShoot, allowing users to manipulate all or any entities/projectiles and shooters instantaneously --- **Target Minecraft Versions:** any **Requirements:** none **Related...
### Description This PR aims to add two of of the missing furnace events, and a rewrite of old expressions plus addition of new expressions --- **Target Minecraft Versions:** any...