Issues with boat types
mugu2006 opened this issue ยท 1 comments
Skript/Server Version
[17:17:55 INFO] [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[17:17:55 INFO] [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/
[17:17:55 INFO] [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials
[17:17:55 INFO] [Skript] Server Version: 1.21.1-115-ba3c29b (MC: 1.21.1)
[17:17:55 INFO] [Skript] Skript Version: 2.9.2 (skriptlang-github)
[17:17:55 INFO] [Skript] Installed Skript Addons:
[17:17:55 INFO] [Skript] - SkBee v3.6.1 (https://github.com/ShaneBeee/SkBee)
[17:17:55 INFO] [Skript] Installed dependencies:
[17:17:55 INFO] [Skript] - WorldGuard v7.0.11-beta1+a801a9d
Bug Description
Skript seems to not know what the cherry boat and bamboo raft (as entities) are. It does know them as items, but not as entities. Parsing as entitytype returns nothing, as does trying to use the spawn
section/effect, giving "can't understand this section" when using either one, but working when using other boat types.
Using !broadcast target of me
also returns "oak boat" for both, while returning the appropriate boat for the others.
Expected Behavior
I'd assume Skript should know what cherry boat and bamboo raft (the entities) are.
Steps to Reproduce
Using this code gives the error.
command /boat:
trigger:
spawn a cherry boat at the player:
# other code
Using !broadcast target of me
while looking at either a cherry boat or bamboo raft returns "oak boat"
Errors or Screenshots
Other
Agreement
- I have read the guidelines above and affirm I am following them with this report.
duplicate #6840