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 the plugin name to pattern compilation exceptions when possible --- **Target Minecraft Versions:** any **Requirements:** n/a **Related Issues:** n/a
### Description - Move docs files (files of https://docs.skriptlang.org/) from gh-pages branch to `docs` folder in master branch - Move old `docs` folder in master branch to a new folder...
### Skript/Server Version ```markdown [15:51:47 Server thread/INFO] [Skript] Server Version: git-Paper-"aab1f8a" (MC: 1.18.2) [15:51:47 Server thread/INFO] [Skript] Skript Version: 2.6.1 [15:51:47 Server thread/INFO] [Skript] Installed Skript Addons: None [15:51:47 Server...
### Description This PR fixes an issue when using the string case expression with colored strings. Not exactly sure why it's showing commits from a different branch, sorry about that....
### Description Changes the readme to set the console to plain instead of suggesting a linux only term=dumb.
### Description Adds lookAt for [Mobs](https://jd.papermc.io/paper/1.19/org/bukkit/entity/Mob.html#lookAt(double,double,double)) and the new 1.19.1 lookAt for [Players](https://jd.papermc.io/paper/1.19/org/bukkit/entity/Player.html#lookAt(double,double,double,io.papermc.paper.entity.LookAnchor)) The lookAt has to be used within a custom goal, so I made the entities take 2.5...
### Description I'm not fully satisfied with how it looks, and will definitely do a second pass. I'd like feedback before worrying about aesthetics, though, so I'm creating this pr....
### Description I have added a section to the firework launch effect, and removed the old firework launch effect. --- **Target Minecraft Versions:** 1.11 and newer. **Requirements:** No additional requirements....
### Description Fixes default variables not working for any expression that wasn't an object. Issue explained in https://github.com/SkriptLang/Skript/issues/2174 Also added automatic delete of the default variable template when the script...