FishChecker
What is Fishbans?
Fishbans is a global ban aggregation service. Basically, it allows servers and users to query a specific player, and we go out and collect all of the ban data that it can about that player.
These sources include:
McBans, MCBlockIt, MCBouncer, Minebans, New Glizer
More information can be found here. http://fishbans.com/
FishChecker is a simple easy to use bukkit plugin designed to check the FishBansAPI for any information on players joining or on command.
Features
- Automatically checks players when they join.
- Automatically forces the site to lookup new players.
Github
Commands
Required Info {}
- /fishcheck {player}
- checks a players bans
- node: fishcheck.command
Permissions
permissions: fishcheck.override: description: Allows players to override the login check. fishcheck.command: description: Allows players to use the /fishcheck command. fishcheck.messages: description: Allows players to view login messages. fishcheck.alertself: description: Allows players to view their own bans on login.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
@cheracc
If it forces your player in a certain lobby, and put this in there, it should work.
Is there any way to make this work from behind a BungeeCord proxy?
@Marium0505
http://forums.bukkit.org/threads/admin-web-fishbans-the-global-ban-aggregator.79990/page-4#post-1519845
Why is support for MCBans removed?
im using 1.5.2 and cannot see the messages on user join, as owner.
Hello Death_marine,
I am using your plugin to check players banned using MineBans and while it registers on the site, it doesn't register the ban in the server, as indicated here:
http://i.imgur.com/YWfbJwt.png
Any reason?
I wonder if someone could make a plugin that ties into this to block someone who is banned on multiple services, instead of having to rely on just one?
Hey, I posted an issue a week ago; wondering if you've seen it?
very nice plugin
@BOOMBOOMMINECRAFTROCKS
That's because FishChecker doesn't stop people joining. It never has and it was never meant to.
ok now 1 part works, it says that he is banned by minebans. But he can still join
<<reply 1239249>>
Could you paste that error here?
@Death_marine
Um. I downloaded new version but same error! Is it with my online mode?
@TheReverend403
The issue is that there were very recent API changes that affected the way the plugin works. A fix has been uploaded.
@BOOMBOOMMINECRAFTROCKS
I am having this exact same problem. It would appear, sir, that your code errors here:
long mcbansAmt = 0;
if(service.get("mcbans") != null) mcbansAmt = (Long) service.get("mcbans");
or go here i put it on pastebin
http://pastebin.com/39jgmfrC
@PoshZombie
It's not his site. Check IRC - #fishbans (esper)
It's sourced from haspaid.jsp
I have a question about your website. www.fishbans.com When I type my Minecraft username it says I'm not premium when I actually purchased the game a few weeks ago? Is there a solution to that problem?
@Death_marine
Does this work with local bans too? If not, then could you add support for local bans?
@sourcemaker
Thank you.