Fishing Net Chest

Bored of fishing ? Ever wanted to throw a fishing net deep in the ocean and let it fish for you while your finding some diamonds ? Fishing Net Chest is made for you !
Simply place a chest surrounded by X blocks of water (where X is changeable in the config, by default 2) and you've created a fishing chest block !
It would be too easy if there is just that to do, isn't it ? Just had to add some wool block on a certain face of the chest (both are configurable, set to 16 and DOWN by default) to start catching some fish !
The formula to catch a fish is this : base + water_block_in_radius_of_chest * water_block_multiplier
Where base, radius and water_block_multiplier is in the config file
Screenshots (examples)

Video
Commands
| command | description | permission |
|---|---|---|
| /fnc purgefile | Reset the chest.yml file (contains all the fishing chest) | netchest.command.purgefile |
| /fnc debug | Point your cursor to a fishing chest and do that command, it will print some info about this chest | netchest.command.debug |
| /fnc reload | Just reload the config file. Useful if you made some change in the parameter | netchest.command.reload |
Permissions
Permission system is not really developed yet, but here's a beginning
| permission | description |
|---|---|
| netchest.create | needed to create a fishing net chest |
| netchest.break | needed to break a fishing net chest |
Configuration File
# max wool block of the net max_net_block: 16 # choose the type of net block. See http://jd.bukkit.org/rb/apidocs/org/bukkit/Material.html for all block type net_block_type: WOOL # number of water block needed to recognize a chest as a fishing chest (only when the chest is placed) water_block_needed_chest_creation: 2 # radius to search for water block water_search_radius: 10 # face to start looking for wool block starting_net_face: DOWN # well, i think you've understand :D max_chest_per_player: 3 # as explained above, the base chance to catch fish base_chance: 30 # see above water_chance_multiplier: 0.01 # delay in second between each excution of the "catch a fish ?" code. 300 = 5 minutes scheduler_delay_in_second: 300
Tell me if you've got any idea for this plugin ! Also don't forget to tell me if you find a bug
And I'm really sorry for my bad english, if you find an error, just tell me I'll correct that ;)
-
View User Profile
-
Send Message
Posted Aug 26, 2014@Madden2013
ive sent a pm to you
-
View User Profile
-
Send Message
Posted Aug 26, 2014i hope this gets updated :s
-
View User Profile
-
Send Message
Posted Aug 26, 2014it isnt working in 1.7.10
-
View User Profile
-
Send Message
Posted Aug 25, 2014If anyone would like the link to an updated version which is compatible with Vault, shoot me a pm.
-
View User Profile
-
Send Message
Posted Apr 11, 2014@Ozteren
please update paroxism
-
View User Profile
-
Send Message
Posted Feb 2, 2014dude the permissions here are screwed up. It works fine as a plugin and without permissions installed, but as soon as I put perms ex it fucked up. :( help
-
View User Profile
-
Send Message
Posted Nov 13, 2013what happen if you use mcmmo fishing skill. will this get armor in water too?
-
View User Profile
-
Send Message
Posted Oct 2, 2013hi, guess fishing net chest has some issues with minecraft 1.6.4 got some errors in the log, and cant setup new net chests, any chance to get this fixed?
19:54:44 [SEVERE] Could not pass event BlockPlaceEvent to FishingNet v0.2 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 org.bukkit.craftbukkit.v1_6_R3.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:112) at net.minecraft.server.v1_6_R3.ItemBlock.processBlockPlace(ItemBlock.java:89) at net.minecraft.server.v1_6_R3.ItemBlock.interactWith(ItemBlock.java:73) at net.minecraft.server.v1_6_R3.ItemStack.placeItem(ItemStack.java:79) at net.minecraft.server.v1_6_R3.PlayerInteractManager.interact(PlayerInteractManager.java:389) at net.minecraft.server.v1_6_R3.PlayerConnection.a(PlayerConnection.java:630) at net.minecraft.server.v1_6_R3.Packet15Place.handle(SourceFile:58) at net.minecraft.server.v1_6_R3.NetworkManager.b(NetworkManager.java:296) at net.minecraft.server.v1_6_R3.PlayerConnection.e(PlayerConnection.java:116) at net.minecraft.server.v1_6_R3.ServerConnection.b(SourceFile:37) at net.minecraft.server.v1_6_R3.DedicatedServerConnection.b(SourceFile:30) at net.minecraft.server.v1_6_R3.MinecraftServer.t(MinecraftServer.java:592) at net.minecraft.server.v1_6_R3.DedicatedServer.t(DedicatedServer.java:227) at net.minecraft.server.v1_6_R3.MinecraftServer.s(MinecraftServer.java:488) at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:421) at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583) Caused by: java.lang.NullPointerException at fr.paic.fishingnet.FishingChestHandler.getNbChestFromPlayer(FishingChestHandler.java:222) at fr.paic.fishingnet.FishingNetListener.onChestPlace(FishingNetListener.java:71) at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ... 19 more
-
View User Profile
-
Send Message
Posted Aug 20, 2013@Paicounet
Np ;)
Oh, ok. But only the "First Searched Block", right? The plugins 'checks' wool blocks that arent right next to him, doesnt it?
-
View User Profile
-
Send Message
Posted Aug 19, 2013Yes sorry, it's above, I'm a little bit tired '
And yes, the wool block need to be next to the chest
-
View User Profile
-
Send Message
Posted Aug 19, 2013@Paicounet
Ok, Thanks! :)
But does the Wool need to be right next to the Chest? Or is it just the "First Searched Block" that does?
starting_net_face: UP
Shouldn't that make the "First Searched Block" the one above it?
-
View User Profile
-
Send Message
Posted Aug 19, 2013It's searching for a wool block underneath the chest, wich apparently is not
I'll correct that in next version but that can't be more than 5, because there cna not be more than 5 block around a chest when you place it (1 block = 6 faces, minus the face used to place the block)
-
View User Profile
-
Send Message
Posted Aug 19, 2013It doesn't seem to be working for me, but I don't know why. I checked the config and all, but I can't find the problem :/
Here's my config: http://pastebin.com/hkp19Pzm
Here's also how the Fishing Net is set up:
http://i1077.photobucket.com/albums/w468/STMCrazyGuy/Fishing_Net_Set.png?t=1376919992
-
View User Profile
-
Send Message
Posted Aug 14, 2013@Madden2013 @FireExcalibur
I coming back home tomorrow, I'll try to do my best to do that as fast as possible :)
-
View User Profile
-
Send Message
Posted Aug 12, 2013@Madden2013 I second that. :D
-
View User Profile
-
Send Message
Posted Aug 12, 2013Can you add a permisson for Multipe nets, Because I want to have my players have 3 and my donators to have 6
-
View User Profile
-
Send Message
Posted Aug 2, 2013well, that was fast :) lets have another try then, thanks for looking in to it :)
wish ya an happy vacation :)
note: just tested, runs just fine.. THANKS again
-
View User Profile
-
Send Message
Posted Aug 2, 2013really cool :)
-
View User Profile
-
Send Message
Posted Aug 2, 2013@Paicounet
Thanks, also, when you have the time, can you create a permission for "open a fishing net chest"? I think it's a good idea because i'll put the permission for that only for my VIP. And if i can set that you bought a VIP pass for 1 month, there isn't (i don't see) a permission to use the chest. Sorry if i'm not clear. (me too i not have a really good english)
-
View User Profile
-
Send Message
Posted Aug 2, 2013@Thesneling
Yep it's done.
And yeah, I go on vacation sunday for 3 weeks, so no update, I hope there will be no important bugs.
I'll update the post soon