Inactive [SEC] bProtect v0.1 - Easy block protection and management for OPs (MySQL) [1.2.5-R4.0]

Discussion in 'Inactive/Unsupported Plugins' started by Quackster, Jun 18, 2012.

  1. Offline

    Quackster

    bProtect - Easy block protection and management for OPs
    Version: 0.1


    BukkitDev: http://dev.bukkit.org/server-mods/bprotect/files/1-bprotect-zip/

    Introduction
    bProtect is a advanced and easy protection management for users. The name is short for Block Protect. It isn't the most original name.

    The plugin works by when a user types /bp (command toggle off and on) whatever block they place will be protected.

    I have also coded the function to blacklist certain blocks that you don't want protected and just placed. OR you can add only certain blocks you would like protected or just ALL to make all blocks protected. But if you have blocks still in the blacklist. They still won't be ignored.

    Only the owner of the block or admin can break it and will alert you when you have placed a protected block or broken one.

    Admins have special functions such as typing /bp_findblocks [radius] [owner] and will show a count of blocks within that radius by the owner or just /bp_findblocks [radius] and will show a count of blocks which are protected in that area by anyone

    Another function is /bp_delprotection [radius] [owner] and will delete any protection blocks have within that radius by the owner or same as the top by just /bp_delprotection [radius] and will remove the protection by anyone. The delprotection does not remove the actual block!

    Admins also have /bp_inspect and right clicking any block will tell you the owner of that block

    Notes
    • bProtect must use MySQL or a mysql storage engine (you can even use a free mysql db host)
    • Only OP's have access to admin functions
    • Calculating the radius, etc is on a separate thread to prevent lag.
    • You must use the configuration file included. It does not generate one!
    Features
    • Users can protect their own placed blocks
    • Administrators/OPs have commands to prevent protection griefing (read up top ^)
    • Administrators/OPs also get a wand.
    • This also works for placing dirt and when grass grows on it, inside the database, the type or material will update
    • Multi-world support
    • If you have added buckets in the blacklist. It will stop them from placing buckets to be protected (if that makes sense)
    Download

    Show Spoiler


    How to install

    Show Spoiler

    • Look up how to install MySQL databases (http://www.wikihow.com/Install-the-MySQL-Database-Server-on-Your-Windows-PC)
    • This is the database!
      Code:
      CREATE TABLE IF NOT EXISTS `protected_blocks` (
        `material` varchar(20) NOT NULL,
        `placed_by` varchar(100) NOT NULL,
        `x` int(11) NOT NULL,
        `y` int(11) NOT NULL,
        `z` int(11) NOT NULL,
        `world` varchar(50) NOT NULL
      ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
      
    • Edit your configuration!


    In-game shots

    Show Spoiler

    [​IMG]
    [​IMG]
    [​IMG]



    Changelog

    1. 0.1 - Released!
     
  2. Offline

    -_Husky_-

    Not bad, is there a way to add people to break your blocks?
     
  3. Offline

    Quackster

    No but you're my second person who has said that. I'll implement it in future if I get more requests like you have done!

    Sorry for the double post but it's confirmed and working at mc.n0minal.co.uk and works with 1.2.5-R4.0 :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
    -_Husky_- likes this.
  4. Offline

    md_5

    Please remove changelog from spoiler and add non mediafire DL link.
     
  5. Offline

    Quackster

    Okay I'm awaiting my bukkitdev approval then I'll upload it there. :)
     
  6. Offline

    chaseoes

    I'm pretty bPluginName's are taken by someone else..
     
  7. Offline

    Quackster

    You sure? It's short for blockProtect
     
  8. Offline

    Mercury

    So?

    Great plugin. Will use.
     
  9. Offline

    md_5

    Approved.
     
  10. Offline

    Justin727

    Can you do /bp and then make a giant world edit flatland?
     

Share This Page