This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
Description:
Do you love fishing, but you aren't feeling rewarded at all by fishing?
MoreThanFish is the solution, it's a very lightweight and fully customization plugin which allows you to define different and random catches.
Features (Version 1.5):
Makes fishing funnier and more attractive...
Gives you possibility to customize your, your friends and your members fishing experience.
Configuration file that allows you to customize everything (item, item name, item lore, possibility of getting it, message that is send when the player catch some rare drop, amout of loot you catch, data (for example colored wool), data can also be used as durability)
Messages and Item Names support colors (Same way as Essentials, but it DOESN'T require Essentials)
Planned Features:
None, already added all feature requests...
Commands:
Command
Description
mtf reload
Reloads config.yml file
mtf list
Displays a lits of the available rare catches
mtf info
Displays the plugin info and version
Instalation:
Download MoreThanFish from this page
Drag and drop MoreThanFish.jar and MoreThanFish folder to your server's plugin folder
Change config.yml file to fit with your server needs
Boot your server if it's stopped or do /mtf reload if it's running
Thank you for your hard work on what should be a part of the normal game! My players love it, but besides that, you've done the community a great service
2013-03-19 23:19:18 [SEVERE] Could not pass event InventoryClickEvent to MoreThanFish v1.5
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
at net.minecraft.server.v1_5_R1.PlayerConnection.a(PlayerConnection.java:1178)
at com.bergerkiller.bukkit.common.internal.CommonPlayerConnection.a(CommonPlayerConnection.java:129)
at net.minecraft.server.v1_5_R1.Packet102WindowClick.handle(SourceFile:31)
at net.minecraft.server.v1_5_R1.NetworkManager.b(NetworkManager.java:292)
at net.minecraft.server.v1_5_R1.PlayerConnection.d(PlayerConnection.java:113)
at net.minecraft.server.v1_5_R1.ServerConnection.b(SourceFile:35)
at net.minecraft.server.v1_5_R1.DedicatedServerConnection.b(SourceFile:30)
at net.minecraft.server.v1_5_R1.MinecraftServer.r(MinecraftServer.java:580)
at net.minecraft.server.v1_5_R1.DedicatedServer.r(DedicatedServer.java:225)
at net.minecraft.server.v1_5_R1.MinecraftServer.q(MinecraftServer.java:476)
at net.minecraft.server.v1_5_R1.MinecraftServer.run(MinecraftServer.java:409)
at net.minecraft.server.v1_5_R1.ThreadServerApplication.run(SourceFile:573)
Caused by: java.lang.NullPointerException
at me.mig4ng.MoreThanFish.MyPlayerListener.onPlayerPicksRod(MyPlayerListener.java:128)
at sun.reflect.GeneratedMethodAccessor54.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
... 15 more
They need to grab it to receive the message, there is no event of player craft, so i used the grab event with 5 minutes cooldown. This is still a experimental version of the info message, if you think it's still bugged, disabled it for best gameplay.
I think he means that there would be a have to execute a command as a fishing reward. For example a player would have a chance of lightning striking him using the /smite command from essentials. This would be a cool feature, as well as fishing up mobs!
This is a cool plugin, if you're looking for suggestions it'd be cool if that the console could execute a command on chance while fishing. You would also need a player variable though like %player.
Actually like I said before on the comments, I don't want to add permissions because they bring requirements like Vault for example, and I don't like the feeling of waiting for other to update, so I can work.
But the 2nd and 3rd ideias look like a great challenge for me :D
I'll try to give you guys an update, this will be a Big update, maybe I'll need full rewrite to organize my ideias, maybe not, we'll see that later, if you want any feature added, just comment here so I'll try my best to do it!
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
-
View User Profile
-
Send Message
Posted Mar 21, 2013java version is 7 aka 1.7.0
battleaxe border guard builder buycraft chestbank cip citizens combatlog commandisngs dailybonus deathcontrol dtlcitizenstrader dynmap dynmapfactions easycoupons essentials factions factionsplus fantixray fishingtournament freedommessage groupmanager heavyspleef linksonsigns minebackup minigames multiworld nocheatplus noenderpearl nolagg playerheads pvp health silkspawners strangeweapons timetheenchanter trade treeassist votifier worldedit worldguard
Here is the error once again
2013-03-19 23:19:18 [SEVERE] Could not pass event InventoryClickEvent to MoreThanFish v1.5 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462) at net.minecraft.server.v1_5_R1.PlayerConnection.a(PlayerConnection.java:1178) at com.bergerkiller.bukkit.common.internal.CommonPlayerConnection.a(CommonPlayerConnection.java:129) at net.minecraft.server.v1_5_R1.Packet102WindowClick.handle(SourceFile:31) at net.minecraft.server.v1_5_R1.NetworkManager.b(NetworkManager.java:292) at net.minecraft.server.v1_5_R1.PlayerConnection.d(PlayerConnection.java:113) at net.minecraft.server.v1_5_R1.ServerConnection.b(SourceFile:35) at net.minecraft.server.v1_5_R1.DedicatedServerConnection.b(SourceFile:30) at net.minecraft.server.v1_5_R1.MinecraftServer.r(MinecraftServer.java:580) at net.minecraft.server.v1_5_R1.DedicatedServer.r(DedicatedServer.java:225) at net.minecraft.server.v1_5_R1.MinecraftServer.q(MinecraftServer.java:476) at net.minecraft.server.v1_5_R1.MinecraftServer.run(MinecraftServer.java:409) at net.minecraft.server.v1_5_R1.ThreadServerApplication.run(SourceFile:573) Caused by: java.lang.NullPointerException at me.mig4ng.MoreThanFish.MyPlayerListener.onPlayerPicksRod(MyPlayerListener.java:128) at sun.reflect.GeneratedMethodAccessor54.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ... 15 more
and here is my config
CONFIG
thanks, plz help i love this plugin!
-
View User Profile
-
Send Message
Posted Mar 21, 2013@mooseintree
send me your plugin list, config.yml and java version please.
-
View User Profile
-
Send Message
Posted Mar 21, 2013@jitasi
Send me your plugin list and java version.
-
View User Profile
-
Send Message
Posted Mar 21, 2013@balkin31
They need to grab it to receive the message, there is no event of player craft, so i used the grab event with 5 minutes cooldown. This is still a experimental version of the info message, if you think it's still bugged, disabled it for best gameplay.
-
View User Profile
-
Send Message
Posted Mar 20, 2013I installed the newest update and I am also getting the [SEVERE] Could not pass event InventoryClickEvent error. Happens constantly.
-
View User Profile
-
Send Message
Posted Mar 20, 2013im getting the same error as
johoply and im using the default config
idk whats up?
great plugin though
-
View User Profile
-
Send Message
Posted Mar 20, 2013Great plugin very nice.... Players love it!
I did notice that when someone creates a fishing pole the message is not shown on the screen unless they hit T and go to chat, is this normal?
-
View User Profile
-
Send Message
Posted Mar 20, 2013@JohOply
Can i see your config.yml please?
-
View User Profile
-
Send Message
Posted Mar 20, 2013@sbwt
Never taught about that, maybe in next release, thanks for your suggestion.
-
View User Profile
-
Send Message
Posted Mar 20, 2013@jitasi
At this moment it's impossible to add enchantments on tools/armors/weapons, maybe in the future,
-
View User Profile
-
Send Message
Posted Mar 20, 2013@mig4ng
I think he means that there would be a have to execute a command as a fishing reward. For example a player would have a chance of lightning striking him using the /smite command from essentials. This would be a cool feature, as well as fishing up mobs!
-
View User Profile
-
Send Message
Posted Mar 20, 2013I have been this error :
-
View User Profile
-
Send Message
Posted Mar 20, 2013can we add enchants to the weapons?
if not, could we make that a possibility?
wonderful plugin thanks!
-
View User Profile
-
Send Message
Posted Mar 19, 2013@nick331999
I didn't understand the console command, what you want it to do? BTW: I'll try to add %player% it seems easy.
-
View User Profile
-
Send Message
Posted Mar 19, 2013This is a cool plugin, if you're looking for suggestions it'd be cool if that the console could execute a command on chance while fishing. You would also need a player variable though like %player.
Keep up the good work! :)
-
View User Profile
-
Send Message
Posted Mar 18, 2013I think bukkit mods don't like me :(
-
View User Profile
-
Send Message
Posted Mar 18, 2013@MrYfory
Actually like I said before on the comments, I don't want to add permissions because they bring requirements like Vault for example, and I don't like the feeling of waiting for other to update, so I can work.
But the 2nd and 3rd ideias look like a great challenge for me :D
-
View User Profile
-
Send Message
Posted Mar 18, 2013Some suggestions from my players:
-
View User Profile
-
Send Message
Posted Mar 17, 2013News:
Notes:
Changes:
-
View User Profile
-
Send Message
Posted Mar 13, 2013I'll try to give you guys an update, this will be a Big update, maybe I'll need full rewrite to organize my ideias, maybe not, we'll see that later, if you want any feature added, just comment here so I'll try my best to do it!