kaboomserver / extras

Source code for the Extras plugin on the Kaboom server
The Unlicense
5 stars 14 forks source link

Fix /execute command blocker bug #337

Closed ghost closed 1 year ago

ghost commented 1 year ago

Fixes a bug where commands in /execute would not have modifications applied to them.

Example: /execute run particle flame ~ ~ ~ 1 1 1 0 100 force @s would not get modified before this PR, but now it gets modified to /execute run particle flame ~ ~ ~ 1 1 1 0 10 force @s