Pre-Release 2.11.0-pre1 #7767
APickledWalrus
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Skript 2.11.0-pre1
It's no joke: Skript 2.11.0-pre1 is now available! This release includes dozens of new features, bug fixes, and other enhancements.
Below, you can familiarize yourself with the changes. Additionally, by clicking here, you can view the list of new syntax on our documentation site. As always, report any issues to our issues page!
Per our release model, we plan to release 2.11.0 on April 15th. We may release additional pre-releases before then should the need arise.
Happy Skripting!
Major Changes
⚠ Breaking Changes
last colour of %string%
expression has been reworked, adding additional support. This necessitated a pattern change, so existing code using this expression should now uselast string colour code of %string%
.potion type
type has been renamed topotion effect type
. Usages of the previous name will need to be updated in scripts.chiseled bookshelf
anddecorated pot
inventory types have been renamed to[chiseled] bookshelf inventory
anddecorated pot inventory
respectively. Usages of the previous names will need to be updated in scripts.event-item
in the 'armor change event' has been removed in favor of 'old armor item' and 'new armor item'Changelog
Additions
on helmet change
.a, b, or c
rather thana, b, and c
:if {_X} is any of {_possibilities::*}
.past event-item
,future event-item
, andevent-slot
to the armor change event.black (wolf color)
orblack (color)
.Changes
last colour of %string%
, adds support for returning colour objects, the first colour, and all colours.effect
when using the typepotion effect type
.minecraft:oak_log
.if player is in world "world" or world "world_nether"
.skript tag
as an alternative forcustom tag
.5 xp + 10
.using experiment
.itemstack
as another way to reference theitem
type.with all item flags
.armour
instead ofarmor
.Bug Fixes
Removals
[is] event cancelled
as it has been superseded by CondCancelled for years.API Changes
canLoad()
method toAddonModule
for controlling whether a module should be initialized and then loaded.Click here to view the full list of commits made since 2.10.2
Notices
Help Us Test
We have an official Discord community for beta testing Skript's new features and releases.
Thank You
Special thanks to the contributors whose work was included in this version:
As always, if you encounter any issues or have some minor suggestions, please report them at https://github.com/SkriptLang/Skript/issues.
If you have any bigger ideas or input for the future of Skript, you can share those too at https://github.com/SkriptLang/Skript/discussions.
This discussion was created from the release Pre-Release 2.11.0-pre1.
Beta Was this translation helpful? Give feedback.
All reactions