2.7.0-beta3 #5733
TheLimeGlass
started this conversation in
General
2.7.0-beta3
#5733
Replies: 1 comment
-
bug with "type of (item)", if i have an item with a lore, if i give the type of item, i get the item with lore |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Skript 2.7.0-beta3
⚠ BETA Release Warning
This is a BETA release, which means it is not yet meant for production servers. It may contain bugs or unexpected behaviors in its current state.
We recommend you extensively test this release on a local server before taking the risk of using it on a production server (if you truly wish to).
We do have many tests in place to ensure the integrity of Skript remains stable to some degree.
⚠ Compatibility Warning
Due to the major API changes within the 2.7.X updates, some addons may no longer work properly. Please be patient as addon developers work to update their addons. We expect to publish a new release of our AddonPatcher in the near future, but be aware that it cannot fix all issues.
📢 End of 1.12.2 Support
Yet again we mention that we have dropped support for 1.12 and lower (legacy versions) since Skript 2.7.
This means that this (and any 2.7.X) version will only work on Minecraft versions 1.13 and higher.
Only critical fixes will be backported to 2.6.X -- Report any if found.
⭐️ 2.7.0-beta3 Changelog
Click here to view the full list of commits made since 2.7.0-beta2
Click below to view the entire changelog for this release.
Full changelog
Additions
Bug Fixes
on falling block land:
event being called whenever a block turns into a falling block, when it shouldn't. Only when it lands.On top of this;
on falling block falling
has been added, so you can now properly get both falling block state events. (Thanks @DelayedGaming)type of <itemtype>
(Closes NBT-based ItemTypes are not properly compared on 2.7 #5693)fire
as a visual effect and due to this, it would not be allowed to be used as an entity or a block. (Closes Directional block comparison is broken on 1.12 #2711, composter is registered as visual effect 2.6.2 #4773, Alias bug: fire block cannot be checked #5497, NotSerializableException: ch.njol.skript.util.visual.VisualEffectType #5557 and 'ender crystal' taking priority for heal reason #5675)Removals
id of %itemtypes%
Skript has since supported 1.13+ and we don't use ID values anymore.Changes
(damage[s] [value[s]]|durabilit(y|ies)) of %itemtypes/slots%
would treat damage and durability the same. Now durability is how much durability is left on the tool, and damage is how damaged the tool is, so you can get both sides of the slider now rather than them being the same. (Closes Durability shouldn't be the same as damage #4692).AliasesProvider.materials
set implementation from Java SE HashSet to FastUtil ObjectOpenHashSet, which improved Aliases loading time by ~40%. (Thanks @bluelhf)Skript API (Addon Developers)
Credit to the team on this release: @AyhamAl-Ali @UnderscoreTud @TheLimeGlass @APickledWalrus
📝 Help Us Test
We have an official Discord community for beta testing Skript's new features and releases.
This discussion was created from the release 2.7.0-beta3.
Beta Was this translation helpful? Give feedback.
All reactions