[NOTICE] if you are updating from pre-1.6, you NEED to use the /emf migrate command to use the new V3 database and continue storing data. (This will not delete your current data, a new folder called /data-archived/ will be created) This update fixes a lot of bugs to improve the quality of life whilst using the plugin, as well as making way for future updates. Some pretty vital parts of the plugin have been completely re-written such as the messaging system, which brings messages from the config to players - allowing for tags like -s and [noPrefix] to be applied, giving you more control over messages in the messages.yml file.
Added a new version of the database, titled the V3 engine, this stores all data on a SQL or MySQL instance, if you are upgrading from V2 you need to run the /emf migrate command.
Added PLACEHOLDERS, these are %emf_competition_place_player_*%, %emf_competition_place_size_*%, %emf_competition_place_fish_*%and %emf_competition_time_left%. The * indicates the place in the leaderboard the placeholder will cover, for example %emf_competition_place_player_3% will show the player in third place when the competition is running.
Added two new competition types, SPECIFIC_RARITY and LARGEST_TOTAL, information about them both can be found on the wiki page.
Added two variables to message translation in the messages.yml file, -s and [noPrefix], -s prevents the message from being sent and [noPrefix] causes the prefix to be removed where applicable. A full list of where these can be found is on the wiki page.
Added a requirement system, this lets you define a set of custom parameters required to catch certain fish. More information on how to set this up can be found on the wiki page.
Added the ability to get your own head from fishing, using the following example:
Code (Text):
fish:
Rarity 1:
Fish 1:
item:
own-head: true
(this works for baits too).
Added the ability to remove baits entirely by removing them from the baits.yml config.