[ADMN/SEC/WEB] MCBans v4.21 Complete Kick/Ban/Global Ban System [1.5.2+]

Discussion in 'Plugin Releases' started by Firestar, Jan 3, 2011.

     
  1. Offline

    Firestar

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    MCBans v4.21
    Complete admin solution.


    BUKKITDEV LINK
    Permissions and commands + 4.21 download here
    http://dev.bukkit.org/server-mods/mcbans/

    Main Site
    http://mcbans.com

    Support Site
    http://support.mcbans.com

    Source Code
    https://github.com/MCBans/MCBans

    Changelog
    Found on the plugin download page on the site.

    MCBans Team Listing
    Team list


    User Registration Step
    • Register an account at http://mcbans.com
    • You should get a 8 character string
    • Go into auth.mcbans.com minecraft server
    • /verify <8 char string>
    • Refresh the page
    • Click register server, proceed to step two
    Server Registration
    Installing the plugin
    Ways to setup your server:

    Default - no changes to any configuration files. This means you do not need to change a thing in the myserver.mcbans.com dashboard.

    Server Network Mode - This will make your server only accept bans from specific servers. Isolated from the rest of the system. Settings page on your myserver.mcbans.com dashboard.

    Group Shares - share bans by joining a group of servers. The groups can share specific bans ( temp bans, global bans, local bans ) according to the groups settings. A group can be Public or request to join.

    Ignore Servers - You can ignore all bans coming from specific servers.

    Server Lockdown - very easy whitelist

    Exclusions - ignore bans on a player or bans for specific reasons.


    This post has been edited 36 times. It was last edited by Firestar May 4, 2013.
  2.  
  3. Offline

    PanCakes

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Woah Some i banned some guy an hour ago and he got back on like 5 minutes ago?
  4. Offline

    Pawned

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Am I the only person experiencing the problem of this plugin breaking all their other plugins :/?
  5. Offline

    PanCakes

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Same thing here broke my lwc and others.
  6. Offline

    shadrxninga

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Here is my properties file

    #MOST IMPORTANT!!!!
    api_key:4aff9bb974da1c496a94232d6a76eb10a796
    #MOST IMPORTANT!!!!
    login_notify: true
    mod_group: kf,
    ban_command: ban
    prefix: [mcbans]
    announce_votes: true
    vote_enabled: true
    minimum_players_online_for_vote_kick_or_ban: 4
    message_vote_required_percentage: 51
    kick_vote_required_percentage: 70

    (Missing 4 Numbers in api key - so no one can pretend to be me!)
  7. Offline

    Firestar

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Updated to mcbans v2.1

    perhaps a space in between : and 4
    api_key: 4aff9bb974da1c496a94232d6a76eb10a796
  8. Offline

    shadrxninga

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    that worked - thanks
  9. Offline

    Juze

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    When I looked for v2.0, I got v2.1 and thread title said 2.0. :p Thanks for updating.
  10. Offline

    Jobsti

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Wonderful, thanks!
  11. Offline

    Pawned

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Thanks for the update - now it doesn't break all my plugins :D.
  12. Offline

    KevGraf94

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    this would be nice:
    /kick <nick> <info>
  13. Offline

    bogboom

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME

    Same here. Plugin installed and working. But no players showing as online on the site. Even though 8 people are on now..
  14. Offline

    Firestar

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    online players was disabled, it will work in future updates.
  15. Offline

    Rallerbabz

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Code:
    org.json.JSONException: A JSONObject text must begin with '{' at 1 [character 2
    line 1]
            at org.json.JSONTokener.syntaxError(JSONTokener.java:432)
            at org.json.JSONObject.<init>(JSONObject.java:185)
            at org.json.JSONObject.<init>(JSONObject.java:311)
            at com.firestar.mcbans.mcbans_json.get_data(mcbans_json.java:13)
            at com.firestar.mcbans.mcbans_urlparse.hdl_com(mcbans_urlparse.java:69)
            at com.firestar.mcbans.mcbans_handler.tempban(mcbans_handler.java:100)
            at com.firestar.mcbans.mcbans.onCommand(mcbans.java:139)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:17)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:84
    )
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:1
    57)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:548)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:528)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(SourceFile:232)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:65)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:104)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:261)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:197)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    2011-01-24 19:55:55 [WARNING] Failed to handle packet: java.lang.NullPointerExce
    ption
    java.lang.NullPointerException
            at com.firestar.mcbans.mcbans_urlparse.hdl_com(mcbans_urlparse.java:71)
            at com.firestar.mcbans.mcbans_handler.tempban(mcbans_handler.java:100)
            at com.firestar.mcbans.mcbans.onCommand(mcbans.java:139)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:17)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:84
    )
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:1
    57)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:548)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:528)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(SourceFile:232)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:65)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:104)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:261)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:197)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    
    I got kicked when i try tempban... I tried both /tempban Rallerbabz(ofc not me) 1 d (and 1d and 1day and 1 day)
    nothing works and some of them kicks me off the server and gives this error.
  16. Offline

    Firestar

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    you have not set it up properly
  17. Offline

    fantome2024

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    just upgraded from 2.0 to 2.1 (I dont run permissions) and now it says can't contact MCBans running in offline mode 138 receipes.... what do I need to do to fix this?
  18. Offline

    Firestar

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    change settings.yaml to settings.yml
  19. Offline

    PanCakes

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Still crash when i kick or ban someone.
  20. Offline

    Firestar

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    have you followed the steps.... there are no errors like that, at least none you have posted.....
  21. Offline

    TexasGamer

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Thanks for the answer. Can you please tell me how users can dispute a ban?
  22. Offline

    Firestar

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    when players are banned they will see it on the site, when they validate their mcbans account they will see a dispute ban link, they click that and file a dispute.
  23. Offline

    Lookatmego

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    hey please please help me..why cant my mods use the commands i even put nam of group in the settings.im using grupusers it works for me but for tem it just keeps showing template
  24. Offline

    Firestar

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I do not support groupusers, it's garbage. only support nijikokuns permissions plugin as stated in OP.
  25. Offline

    Lookatmego

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    ah groupusers is awesome for me idk..
  26. Offline

    PanCakes

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    2011-01-25 04:28:25 [WARNING] Failed to handle packet: java.lang.NullPointerException
    java.lang.NullPointerException
    at com.firestar.mcbans.mcbans_urlparse.hdl_com(mcbans_urlparse.java:71)
    at com.firestar.mcbans.mcbans_handler.ban(mcbans_handler.java:51)
    at com.firestar.mcbans.mcbans.onCommand(mcbans.java:118)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:17)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:84)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:157)
    at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:548)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:528)
    at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    at net.minecraft.server.NetworkManager.a(SourceFile:232)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:65)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:104)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:261)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:197)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    2011-01-25 04:28:26 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  27. Offline

    Firestar

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    can your server access outside servers using http?
  28. Offline

    PanCakes

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Yes, Older versions worked.
  29. Offline

    Wolfy9247

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    MCBans claims to be out-dated on my server when I updated it just a few minutes ago...
  30. Offline

    Firestar

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    MCBans is updated to v2.2
  31. Offline

    SeeD419

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Why is it that 3 steps somehow look like 20

    XD
  32. Offline

    Fess-russ

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Big Thanks. Russian game community love u!

Share This Page