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 This PR aims to durability reverse with the ExprDamagedItem class (#6109 ) Notes: - Please reply whether to change the name of the class or to create a...
### Description Adds function overloading. Function overloading allows two functions with the same name to be registered, as long as - their parameter types differ, or - the amount of...
### Description There currently isn't a way to set an Entity as the source of the damage in EffHealth https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/Damageable.html#damage-double-org.bukkit.entity.Entity-
### Problem There was no **expression** to grab copies of objects. There was no way to check if an object was copyable or not. ### Solution This PR adds `ExprCopy`...
### Suggestion The API has a class org.bukkit.Statistic which is currently not used in the Skript. Except for one expression [new ExprTimePlayed #2522](https://github.com/SkriptLang/Skript/pull/2522) This expression can be replaced with ExprStatistic...
### Skript/Server Version ```markdown Skript 2.7 Server 1.19.2, also tested 1.18.2 ``` ### Bug Description Whole example does not work https://skripthub.net/docs/?id=945 When i try to get color of wool, or...
### Problem Addon developers have to go a round about way of getting a `SyntaxOrigin` of their `SkriptAddon`. Rather than a method being implemented into their `SkriptAddon` instance. ### Solution...
### Suggestion Add a `SkriptAddon#asOrigin` method into the skript addon class ### Why? The main reason for this is to provide addons a more obvious way of obtaining a SyntaxOrigin...
### Description This PR aims to add effects for multiplication, division and exponentiation operations, allowing users to perform an arithmetic operation on an variable, single or list. Rather than doing,...
### Problem No current support for Damage Sources, including reading and checking data of damage sources, no previous event values for damage sources, and unable to create custom damage sources...