Blockcontrol plus...

Discussion in 'Archived: Plugin Requests' started by FlOppy, Apr 27, 2013.

  1. Offline

    FlOppy

    Hello everyone, perhaps like somebodies know i've finaly found a plugin with permissions (i know i said that i prefer no permissions but i changed my mind about that) who allow me to break certain blocks for specify groups.

    This post is more for the creators of the blockcontrol plugins it is an idea i have. I wanted to contact him but obviously this is impossible via PM.

    I would like to add the possibility of the craft and use functions with the same way it already is.

    I t would be like this: blockcontrol.denycraft.# replace hashtag by the ID of the block.
    or : blockcontrol.denyuse.#

    That would be awesome to a plugin who is already awesome, just make it even better.

    Thank you to the creator of this plugin if you think you can do this i would be really happy.
     
  2. I could make a lightweight-plugin like this.
     
  3. Offline

    FlOppy

    that could be cool but if you add this functionalities would it be compatible with the blockcontrol plugin i already use ?
     
  4. Offline

    Allek

    Why not just use Essentials Protect and then setting the item blacklist?


    Code:
      blacklist:
     
        # Which blocks should people be prevented from placing
        placement: 10,11,46,327
     
        # Which items should people be prevented from using
        usage: 327
     
        # Which blocks should people be prevented from breaking
        break:
     
        # Which blocks should not be pushed by pistons
        piston:
     
    hdf76 likes this.
  5. Offline

    FlOppy

    hum ok let's say you are right so does it give me the possibility of allowing certain players to use items i blocked with essentials ?
     
  6. Offline

    Allek

    Here is a list of the permissions of bypassing the blacklist blocks. Give the group or user any or all of the permissions to bypass them.


    Code:
    essentials.itemspawn.exempt    Allows spawning of items on the spawn blacklist.
     
    essentials.itemspawn.exempt    Allows spawning of items on the spawn blacklist.
     
    essentials.protect.exemptbreak    Allows a player to ignore the break blacklist.
     
    essentials.protect.exemptplacement    Allows a player to ignore the block placement blacklist.
     
    essentials.protect.exemptusage    Allows a player to ignore the usage blacklist.
     
  7. Offline

    FlOppy

    ok thank you but there is no craft permission as i see, and i already use blockcontrol so using essentials won't help me a lot would give me too much changes, plus i prefer keep one plugin than 2 or 3.

    So if someone knows a plugin which can denyplace / denybreak / denyuse / denycraft i would be glad to take and try the plugin unless i'll wait.
     

Share This Page