-
-
Notifications
You must be signed in to change notification settings - Fork 446
Incorrect fishing documentation #7671
Copy link
Copy link
Closed
Labels
documentationRelated to Skript's official documentation.Related to Skript's official documentation.good first issueAn issue that would be good for a first-time contributor to make a PR forAn issue that would be good for a first-time contributor to make a PR for
Description
Metadata
Metadata
Assignees
Labels
documentationRelated to Skript's official documentation.Related to Skript's official documentation.good first issueAn issue that would be good for a first-time contributor to make a PR forAn issue that would be good for a first-time contributor to make a PR for
Type
Fields
Give feedbackPriority
None yet
Skript/Server Version
Bug Description
The documentation examples for the player fish event is incorrect, it says there's fishing states in skript
on fishing state of caught entityExpected Behavior
Correct documentation to be provided to public users
Steps to Reproduce
view docs https://docs.skriptlang.org/docs.html?search=#fishing
Errors or Screenshots
No response
Other
I personally believe it's best to actually implement the incorrect example, this was originally the design and was changed without any way for users to retain previous behavior, the changes not only caused issues for people who want to handle everything in one singular event, but offers no way to retain bukkit behavior in some form.
Agreement