Version 1.13.11
283 downloads
Event which idea was taken from halloween's and easter's hunting. As in original game we collect candies or eggs, that in this case we are catching fishes for which we are getting points. Amount of points are dependent on the type of fish or item we catch. It depens exacly on number of "Bait" that every type of fish has e.g. Sardine has Bait 3 so we get 3 points.
Permission
To assign a permission, use 'oxide.grant <user or group> <name or steam id>'
fishingevent.admin - Allow to using commands.
Commands
This plugin provides both chat and console commands using the same syntax. When using a command in chat, prefix it with a forward slash: `/`.
startfe - starts the countdown to the start of the fishing event.
stopfe - Ends the event immediately, without giving away any prizes.
finishfe - Ends the event immediately, with giving away any prizes.
configfe - Opens the configuration UI panel
Configuration
Language
Default English FIle
{
"noOneStart": "Wow, no one played so no one won.",
"bestPlayer": "{0} is the top fisherman who has caught {1} fish and {2} points collected.",
"playerStats": "You placed {0} of {1} with caught {2} fish and {3} points collected.",
"rewardMessage": "You received {0}x {1} as an award!",
"timeMessageToEvent": "<color=#326de3>Fishing Event</color>: The fishing event starts in {0} minutes."
}
Hooks
void OnFishingEventStartCountdown() - Call when starts counting down to the start of the fishing event.
void OnFishingEventStarted() - Call when the fishing event begins.
void OnFishingEventEnded() - Call when the fishing event is over.
void OnFishingEventUIClosed() - Call when UI disappears from players screen.(Five seconds after fishing event is over)
Credits
@STIVI Plugin tester and release help.
@Flammable Plugin originator and tester.
@Billy Joe Thanks for your UI Tool(I hate it but i love it)