Welcome to the EvenMoreFish wiki.
This is a feature-rich plugin providing a new experience to fishing on Minecraft servers and this wiki provides information on interacting with the plugin's API, setting it up for server admistrators and for players playing on a server using EvenMoreFish.
Pages
Downloading
The latest version of the plugin will always be available at the
official SpigotMC page. To run it on your server, insert the .jar file into your server's `plugin` folder and
restart the server completely.
Compiling
This is for more advanced users, though it comes with the added benefit of a more up-to-date version of the plugin. Please note that self-compiled versions of the plugin may only partially work, or not work atall. In most cases, support won't be offered to versions that haven't been fully released but bug reports would be massively appreciated.
To get the files needed to compile, run
git clone https://github.com/Oheers/EvenMoreFish.git on your computer, which provides you with the source code for the plugin. You will need [maven](
https://maven.apache.org/) to complete the next step (compiling). Go into the newly created directory and run `mvn compile` and locate the `target` folder where you will see a .jar file called `even-more-fish-{version}`.
Configuring
Once installed, you will most likely want to make changes to how the plugin runs: to do this, you will need to configure the plugin using its config files. For an in-depth guide on how to do this, go to wiki.notsetup.yet