[REQ] Armour/Weapon Restriction Plugin

Discussion in 'Archived: Plugin Requests' started by Liam1803, May 3, 2012.

  1. Offline

    Liam1803

    Plugin category: RP

    Suggested name: Armour/Weapons Restriction

    A bit about me: I am a regular Minecraft player currently setting up an ambitious RP server. At first, I thought I was way over my head (maybe I still am). However, after continued persistence, I have come to gain a good knowledge about craftbukkit, plugins, and even PEX coding.

    What I want: In order for my class system to operate in the way I want it too, we need the ability to control and restrict what armour and weapons each class (which is coded at the moment in PEX) will be able to use. I understand that the Heroes plugin has this function, but it doesn't integrate with PEX well at all (not compared to modifyworld and worldguard's blacklist, both of which were great with the exception you could still transfer banned items from chest to inventory - a fatal flaw for me). However, if anyone has any suggestions of similar plugins that fulfil the criteria I need, that would be great.

    Ideas for commands: No commands are necessary.

    Ideas for permissions: Something like plugin.class.(id) I guess, I'm not too sure. :s

    When I'd like it by: Whenever is suitable.

    Similar plugin requests: None.

    Any help whatsoever would be greatly appreciated. Thank you in advance.
     
  2. Offline

    J08nY

    So you want a plugin which will block users from having specific items? Wearing them, usins them, or just having them in their inv?
     
  3. Offline

    Liam1803

    Preferably restricting wearing/using AND having them in their inventory. So, if a player who isn't allowed that armour/weapon tries to transfer it into their inventory, they get a message or something telling them they are not allowed to use it, and the plugin will either delete the item or move the item back from the hot bar.
     
  4. Offline

    ogedi

    Pex isnt realling coding :S
     
  5. Offline

    Liam1803

    I was just trying to get across the point that perms/titles etc are done with PEX at the minute :/
     
  6. Offline

    J08nY

    Okay so I have something done and it looks like this now:
    If player has permission
    -AR.denyManipulation.id for example: AR.denyManipulation.267 he cant take a Iron Sword from a chest, he cant have it in his inventory(it will delete it). He cant have it in his hand(this prevents someone who had it in his inv before this plugin using it) . He cant manipulate it in his inventory.
    -AR.denyCraft.id is what it looks like, ite denyes crafting of item with that id. There is also a config where you can set if you want to log these events, remove these items, kick these players or anything you want.

    I will post a full version soon.
     
  7. Offline

    Liam1803

    That sounds great, just what I'm looking for. Thank you, and I look forward to seeing it!
     
  8. Offline

    J08nY

    Let me setup a test server and test it a bit, it will be up maybe tomorrow.
     
  9. Offline

    Liam1803

    Ok. :3
     

Share This Page