Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't detect fishing hook in on fishing event #7475

Open
1 task done
nshun1896 opened this issue Jan 19, 2025 · 1 comment
Open
1 task done

can't detect fishing hook in on fishing event #7475

nshun1896 opened this issue Jan 19, 2025 · 1 comment
Assignees

Comments

@nshun1896
Copy link

Skript/Server Version

[19:47:07 INFO]: [Skript] Skriptのエイリアス一覧はこちらからご覧いただけます: https://github.com/SkriptLang/skript-aliases
[19:47:07 INFO]: [Skript] Skriptのドキュメントはこちらからご覧いただけます: https://docs.skriptlang.org/
[19:47:07 INFO]: [Skript] Skriptのチュートリアルはこちらからご覧いただけます: https://docs.skriptlang.org/tutorials
[19:47:07 INFO]: [Skript] サーバーのバージョン: 1.21.4-118-73f7736 (MC: 1.21.4)
[19:47:07 INFO]: [Skript] Skriptのバージョン: 2.10.0 (skriptlang-github)
[19:47:07 INFO]: [Skript] インストール済みのSkriptアドオン:
[19:47:07 INFO]: [Skript]  - skript-reflect v2.6 (https://github.com/SkriptLang/skript-reflect)
[19:47:07 INFO]: [Skript] インストール済みの依存関係: None

Bug Description

on fishing event, cant detect fishing hook.
"fishing hook" expression seems to present nothing.

on fishing line cast:
	wait a second
	teleport player to fishing hook

Expected Behavior

can successfully run above script.

Steps to Reproduce

copy and paste above script and run.

Errors or Screenshots

No response

Other

No response

Agreement

  • I have read the guidelines above and affirm I am following them with this report.
@Efnilite Efnilite self-assigned this Jan 19, 2025
@TheLimeGlass
Copy link
Contributor

TheLimeGlass commented Jan 22, 2025

PlayerFishEvent is missing the EventValue for FishHook rendering ExprFishingHook useless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants