🏁Tournaments

InfiniteFishing tournaments is a time limited event that can be automatically scheduled or manually with the /if tournament <start/stop> <tournament_name> command. The tournament information can be configurated in the file tournaments.yml and enabled/disabled in config.yml

Tournaments is another form of player retention and competitiveness form for the plugin.

Goals

Currently there are 4 different goals for a tournament:

  • Count - Player with the most caught fish wins

  • Size - Player with the biggest caught fish wins

  • Score - Player with the most valuable fish caught wins

  • Weight - Player with the heaviest caught fish wins

Schedule

It is possible to schedule the tournaments to start automatically without the need for supervision

You can add as many days and as many active times as you wish. It works as seen, you simply add the day on which the tournaments should start (MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY) and specify the active times at what hour should the tournaments start on those days. In the given example the "first tournament" will start on Mondays and Thursdays at 14:00 and 18:00. On the duration line the duration of the tournament is specified in seconds.

Rewards

There can be any amount of rewards pre-set for the players, you simply need to add an additional number and that will add a reward for the player at that spot.

Adding a new tournament

You can have multiple tournaments with different goals working. To add an additional tournament you can copy paste an already existing one, just make sure to give it a unique name. Example:

One tournament
Two tournaments

Last updated