SirSmurfy2

Results 56 issues of SirSmurfy2

### Problem The current property system does not yet have support for common effect syntaxes and no common property handler used for effects. ### Solution Adds PropertyBaseEffect, class for using...

feature
2.14

### Problem With the introduction of Mannequins into Minecraft, Skript does not yet have support for customizing a Mannequin. ### Solution Updates existing syntax to work with Mannequins 'CondIsLeftHanded' -...

feature
needs reviews
2.14

### Problem Skript does not have support for Consumable Components yet. Leaving players unable to modify items to be consumable and other correlating data. ### Solution Adds Consumable Components and...

feature
needs reviews
2.14

### Problem Skript does not have support for Blocking Components, otherwise known as BlocksAttacks. Skript should include this since it's vanilla. ### Solution Adds `BlockingWrapper` that extends `ComponentWrapper` and handles...

feature
needs reviews
2.14

### Problem There is no way for addons to be able to use container objects, such as SkriptQueue, and to to be used in ExprElements. ### Solution Adds a property...

feature
2.14

This PR aims to update `Component` classes, that have a `Builder` sub-class, by extending `BuildableDataComponent`, allowing users to retrieve a builder object with the same data from the component object....

status: rebase required