Better way for non-gun area #161


  • New
  • Enhancment
Open
Assigned to shampaggon
  • _ForgeUser9502012 created this issue Mar 24, 2014

    Can you please add a better way to deny guns in wg regions.

    Take magicspells plugin for example, its perfect.

    Inside the zones.yml

    zone1:
        enabled: true
        world: oot
        type: worldguard
        region: hyrulemarket
        message: You cannot use that spell in the arena.
        allowed-spells:
            - list
            - help

    But, for crackshot, it could be like this.
    Example

    zone1:
        enabled: true
        world: oot
        type: worldguard
        region: hyrulemarket
        message: You can not use that here.
        allowed-guns:
            - NONE

    zone2:
        enabled: true
        world: oot
        type: worldguard
        region: sniperpvp
        message: Only snipers are allowed here.
        allowed-guns:
            - Barret-50Cal
            - TYPE95

    I have made over 75 guns... and it's a giant pain to press f3, right down the cords, and copy and paste to every single gun.

    Thanks for listening!

  • _ForgeUser9502012 added the tags New Enhancment Mar 24, 2014

To post a comment, please login or register a new account.