Minecraft FishingTournament mod 2026 download
logo
minecraft mod FishingTournament

FishingTournament

Game Version: CB 1.4.7-R1.0
Total Downloads: 6,941
Updated: Mar 2, 2013
Created: Apr 10, 2012
Download FishingTournamentDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
v1.5.1 release 18.25 KB Mar 2, 2013 CB 1.4.7-R1.0 1,659 download FishingTournament v1.5.1 releaseDownload
v1.5 release 18.24 KB Feb 27, 2013 CB 1.4.7-R1.0 636 download FishingTournament v1.5 releaseDownload
v1.4 release 22.35 KB Jul 10, 2012 CB 1.2.5-R4.0 1,275 download FishingTournament v1.4 releaseDownload
v1.3 release 20.74 KB Jun 17, 2012 CB 1.2.5-R4.0 925 download FishingTournament v1.3 releaseDownload
v1.2.1 for CB 1.2.5-R1.3+ release 22.78 KB May 3, 2012 CB 1.2.5-R1.2 920 download FishingTournament v1.2.1 for CB 1.2.5-R1.3+ releaseDownload
v1.2.1 release 22.76 KB Apr 29, 2012 CB 1.2.5-R1.2 427 download FishingTournament v1.2.1 releaseDownload
v1.2 release 22.78 KB Apr 17, 2012 1.2.5 485 download FishingTournament v1.2 releaseDownload
v1.1 release 16.85 KB Apr 14, 2012 1.2.5 212 download FishingTournament v1.1 releaseDownload
v1.0 release 16.24 KB Apr 13, 2012 1.2.5 168 download FishingTournament v1.0 releaseDownload
Beta beta 9.11 KB Apr 10, 2012 1.2.5 234 download FishingTournament Beta betaDownload

Description

Share this:

FishingTournament

FishingTournament is a plugin which lets admins and moderators organize more easily fishing events.

Download –
Please report bugs!

Prerequisites

You need a recent build of craftbukkit. All recent builds are downloadable here.
You have to install the latest version of WorldEdit, because the selection of the fishing areas is done by this plugin. Vault is required too!!

Installation

The installation is quite simple: place FishingTournament.jar in your plugins directory and restart or reload your server. The configuration file and the default language file (en_US.yml) are situated in the FishingTournament directory.
Language files available: fr_FR.yml, pl_PL.yml (thanks to Holls1!).

Features

  • Allows you to define (and remove) fishing areas for tournaments. You need WorldEdit to do the selections!
  • You can define rewards for the winner and for participation with simple commands.
  • You can start fishing events in a defined area. All the fish caught in this area are counted.
  • Another command allows you to stop the tournament in progress and shows the scores.
  • You can at any time show again the scores of the last tournament with another command.
  • Then, admins and moderators have a command to reset the stats (But the stats are automatically reset when you stop the server or when you start a new tournament).
  • Another command is finally used to stop the tournament and give the rewards.
  • You can add a fish limit or a time limit to automatically end the tournament.
  • MySQL support for stats (see configuration section to learn more about it).
  • You can configure weekly tournaments too.

Commands

  • /fish define <area> – To define a fishing area after having made a WorldEdit selection. You don't have to WorldEdit Define an entire region of water as your fishing pool. Just the area the player needs to be standing in order to qualify for catches. Saved in the config file.
  • /fish remove <area> – To remove a specified area.
  • /fish list – To get a list of the fishing areas defined.
  • /fish go <area> – To start a fishing tournament in the specified area. If a time limit or a fish limit has been defined, it will stop automatically.
  • /fish stop – To stop the tournament in progress and show the score of each player.
  • /fish stats – To show the scores of the last tournament.
  • /fish reset – To reset the stats. The stats are automatically reset when you stop the server.
  • /fish listrew – To get a list of the defined rewards.
  • /fish addrew <name> <itemid> <amount> <data> – To add a reward.
    Type "participation" as name if you want the reward to be given to all the players who are participating to the tournament. Example: /fish addrew JungleWood 5 32 3 will give 32 blocks of Jungle wood! What's more, you can type "0" as "itemid" if you want to give money as reward! Saved in the config file.
  • /fish remrew <name> – To remove a reward.
  • /fish setfishlimit <limit> – To set a fish limit. Saved in the config file.
  • /fish settimelimit <limit> – To set a time limit (minutes). Saved in the config file.

Permissions nodes

By default, you must be op to use all the commands. But Vault is used so that the most used permission systems work with FishingTournament. Here are the permission nodes for the commands:

  • ft.*:
  • ft.define – /fish define
  • ft.remove – /fish remove
  • ft.list – /fish list
  • ft.go – /fish go
  • ft.stop – /fish stop
  • ft.stats – /fish stats
  • ft.reset – /fish reset
  • ft.listrew – /fish listrew
  • ft.addrew – /fish addrew
  • ft.remrew – /fish remrew
  • ft.setfishlimit – /fish setfishlimit
  • ft.settimelimit – /fish settimelimit

Configuration

During a tournament, when a player catches a fish, a message is sent to all the players. You can disable it by setting "false" to the "messagewhenfishcaught" parameter in the configuration section "messages" of the configuration file. (it is "true" by default).

  • Weekly tournaments:
    To enable weekly fishing tournaments, you need to set a time limit and/or a fish limit !
    The configuration file section concerned here is "weeklytournaments". Here are the default values:
weeklytournaments_enabled: false // It means that weekly tournaments are disabled by default...
weeklytournaments:
  example:
    area: nameofarea // The name of the fishing area...
    day: 5 // 0 = Sunday, 1 = Monday, 5 = Friday...
    hour: 21
    min: 30 
  example2:
    area: nameofarea2
    day: 0
    hour: 17
    min: 0
  • MySQL support:
    For now, the system sends the last stats in the table "last_statistics" of the database. But it is disabled by default. You must import the table "last_statistics" with this SQL file and then edit this configuration section to set it up:
mysql:
  enabled: false
  host: localhost
  port: '3306'
  dbname: fishingtournament
  username: admin
  password: admin

And here is an example of a web page using the informations from this table: Web example

Don't hesitate to make suggests or remarks!

Comments

Add a comment