This release updates BytePaper to Paper 1.20.2, fixes bugs with commands and removes automatically generated properties.
⚠️ Breaking Changes
- Properties (
x of {my-location}
) are no longer generated automatically. This removes unintuitive behaviour and reduces the number of strange errors, but also breaks scripts that used properties that are now no longer included. If a script breaks after upgrading to 0.4.1, please make an issue for it on the issue tracker.
What's Changed
- Command arguments now work even if there are many variables (thanks @dirtboll!)
- Fatal errors in commands are now logged properly.
- Text strings ("hello!") can now be used in place of entity types, and entities in place of locations:
set {foo} to "zombie" loop {e} in all {foo}s: # text in place of an entity type broadcast x of {e} # entity in place of a location
- BytePaper now runs on Paper 1.20.2
- ByteSkript has been updated to version 1.0.40
New Contributors
Full Changelog: v0.4.0...v0.4.1