You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[17:53:19 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases[17:53:19 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/[17:53:19 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials[17:53:19 INFO]: [Skript] Server Version: git-Paper-497 (MC: 1.20.4)
[17:53:19 INFO]: [Skript] Skript Version: 2.9.4 (skriptlang-github)
[17:53:19 INFO]: [Skript] Installed Skript Addons:
[17:53:19 INFO]: [Skript] - skript-placeholders v1.6.0 (https://github.com/APickledWalrus/skript-placeholders)
[17:53:19 INFO]: [Skript] - SkBee v3.2.1 (https://github.com/ShaneBeee/SkBee)
[17:53:19 INFO]: [Skript] Installed dependencies:
[17:53:19 INFO]: [Skript] - Vault v1.7.3-CMI
[17:53:19 INFO]: [Skript] - WorldGuard v7.0.9+5934e49
Bug Description
When parsed as event-entity in Skript, the Mangrove Boat, Cherry Boat, and Bamboo Raft are recognized as oak boat and do not have distinct identifiers in the code.
Expected Behavior
They should parse accordingly.
Steps to Reproduce
Spawn a Mangrove, Cherry or Bamboo boat.
Add this skript:
on vehicle exit:
broadcast "%vehicle of event-player%"
Enter and leave the vehicle
Read chat
Errors or Screenshots
No response
Other
No response
Agreement
I have read the guidelines above and affirm I am following them with this report.
The text was updated successfully, but these errors were encountered:
known issue, will be fixed in 2.10.0. It could technically be fixed in 2.9.5, but since it'd have to handle 3 different ways of dealing with boats all at once, I think it's not worth the effort personally.
sovdeeth
added
the
bug
An issue that needs to be fixed. Alternatively, a PR fixing an issue.
label
Nov 8, 2024
Skript/Server Version
Bug Description
When parsed as
event-entity
in Skript, the Mangrove Boat, Cherry Boat, and Bamboo Raft are recognized asoak boat
and do not have distinct identifiers in the code.Expected Behavior
They should parse accordingly.
Steps to Reproduce
Errors or Screenshots
No response
Other
No response
Agreement
The text was updated successfully, but these errors were encountered: