sovdee

Results 62 issues of sovdee

### Suggestion as we move away from aliases, we should have auto-generated aliases to like entities to items of the same name (cod -> cod, boat -> boat) ### Why?...

enhancement

### Skript/Server Version ```markdown 2.9.0 ``` ### Bug Description EffEquip doesn't support equiping/unequiping wolf armor ### Expected Behavior you should be able to equip/unequip wolf armor from wolves ### Steps...

bug

### Skript/Server Version ```markdown Skript 2.9.0 ``` ### Bug Description Breaking ice in creative returns a future value of water, when it should be air. ### Expected Behavior future event-block...

bug

### Description Ensures the item metas both actually exist. --- **Target Minecraft Versions:** any **Requirements:** none **Related Issues:** #6830

bug
2.9

### Description Removes the console command sender from load/unload/start/stop events to prevent things like `event-player` and `cow` from being valid syntax in those events. --- **Target Minecraft Versions:** any **Requirements:**...

bug
breaking changes
2.9

### Description This PR supersedes @Pikachu920's #6342 PR to be more generic and extendable. Syntaxes can now implement InputSource to declare themselves as valid sources of input for ExprInput. This...

enhancement
feature
2.9

### Description Since offlineplayer lookups by name can block the server while they request the uuid from Mojang, they can be very dangerous to parse as. This adds a optional...

enhancement
2.9

### Description Well I made a poor assumption as to why the glowing text tests are failing and so I have created a new feature instead of a bug fix....

feature

### Description - every exposed config option now has a pie chart - the config options with multiple settings have a drill chart, where layer one shows the default value...

enhancement
patch-ready

### Description Adds a filter section to allow filtering on many conditions at once, while maintaining indices and adding significant performance optimization when only removing a few elements of a...

feature
feature-ready