Can't understand this structure: on fishing

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

lsa

Member
Jun 6, 2025
1
0
1
on fishing skript is not running at all. The skript plugin version is 2.11.1, and the skbee version is 3.11.2. Below is an error script.

on fishing:
send "fishing test" to player

on fishing, on fish, on fishing state all fail.
 
try it (using skript-reflect)

AppleScript:
import:
    org.bukkit.event.player.PlayerFishEvent

on PlayerFishEvent:
    send "fishing test" to player