SirSmurfy2

Results 56 issues of SirSmurfy2

### Skript/Server Version ```markdown dev/feature ``` ### Bug Description When using the new `SecCatchErrors` which utilizes `RuntimeErrorCatcher`, turns out the results can be hindered from `RuntimeErrorManager` due to the "frame...

enhancement

### Description This PR aims to add a `test-player` to the testing environment allowing for easier usage of needing a player for a test. Having this expression makes all usages...

feature

### Suggestion Update the `SecParse` for the test environment, allowing runtime errors to be caught and be placed within `last parse logs` or other ### Why? Allows tests to be...

enhancement
completed

### Description This PR aims to add a warning when a literal, that can be referenced to multiple ClassInfos/types, is used. The warning informs the user that the literal can...

enhancement
breaking changes
needs reviews

### Description This PR aims to add AND conditions + OR conditions to SecWhile. Allowing users to define multiple conditions to check if the while loop should continue. --- **Target...

enhancement

### Suggestion Create an expression to get a copy of an object. ### Why? Allows to apply a copy to an object/expression/variable head on, without needing to store/save the copy....

enhancement
PR available

**Describe the bug** When attempting to use an empty array `new Class[0]` as a parameter for a method in the position of var args, an `ArrayIndexOutOfBoundsException` is thrown. **To reproduce**...

bug

### Suggestion Add effects that act as operations, for example: `EffMultiply` -> `multiply %~number% by %number%` `EffDivide` -> `divide %~number% by %number%` `EffExponent` -> `raise %~number% to [the] (power|exponent) [of]...

enhancement
priority: lowest

### Problem Skript does not yet have support for Food Components, otherwise known as FoodProperties. Skript should include this since it's vanilla. ### Solution Adds a new `FoodModule` within `itemcomponents`...

feature
feature-ready
2.14

### Problem No proper support for setting and getting attributes of copper golems and copper blocks. ### Solution Removes 'copper golem' from SimpleEntityData and adds CopperGolemData allowing users to specify...

feature
2.14