Hello, I am trying to change the fishing drops to only cod sadly I just can't succeed. I get no errors but I get the normal fish.
Code:
on fishing:
if "%fishing state%" is "CAUGHT_FISH":
cancel event
set {_loc} to player's position
drop 1 cod at {_loc}
I am using Skellet ,Morkazsk and SkQuery
Also I am using Spigot 1.17.1
Does anyone know what I may be missing or doing wrong?
Code:
on fishing:
if "%fishing state%" is "CAUGHT_FISH":
cancel event
set {_loc} to player's position
drop 1 cod at {_loc}
I am using Skellet ,Morkazsk and SkQuery
Also I am using Spigot 1.17.1
Does anyone know what I may be missing or doing wrong?
Last edited: