[Req][$10] Disable Specific Give Ids

Discussion in 'Archived: Plugin Requests' started by sethgandy, Mar 17, 2011.

  1. Offline

    sethgandy

    I'm using bukkit on brohoster.
    The plugins I am using are essentials and essentials groupmanager.

    I need a plugin or tweak of essentials so I can disable specific give/item id commands.
    Like everyone is spawning gold and diamond blocks (Mods).
    I want them to be able to have those blocks, just only if they've acquired them legit.
    So /give /item NOT ok, placing IS ok.
    I'm so tired of dealing with trying to find the answer, $10 goes to the one who can provide me exactly what I need.


    Lego6245 has a plugin to do just this, problem solved!
    http://forums.bukkit.org/threads/ad...acklist-permissions-console-support-490.2239/
     
  2. Offline

    lemunz

    use worldguard and you can make it so they can give it just not place it.
     
  3. Offline

    sethgandy

    I want to place it, just not /give and /item it
     
  4. Offline

    Connor Griffin

    At the moment I don't think you can disable a specific ID from the give command, but you can disable the command for ops and other players. In the permissions section of a certain group, use:

    Code:
    Admin:
        default: false
        permissions:
        - '*'
        - '-essentials.give'
        - '-essentials.item'
    
    This gives users in the Admin group access to all commands except /give, /i, /item, etc.\\

    You can also configure the plugin WorldGuard to notify you when a user receives a gold block, diamond block, and other items in their inventory, so you can see if they acquire a diamond block, and then make sure they got it legitimately.
     
  5. Offline

    sethgandy

Share This Page