Potion Protection Permission node help

Discussion in 'Bukkit Help' started by desktopanimations, Mar 9, 2013.

Thread Status:
Not open for further replies.
  1. For some reason these PotionProtect nodes aren't working.
    So any help would help ^.^
    Here are the potion protection ID nodes. For the normal
    user:
    - potionprotection.potion.potionID.16395.32
    and the config:


    #
    # PotionProtection by aciid
    #
    # If automatic updates are enabled (on by default), your plugin will download the
    # update and apply the file next time you restart your server.
    #
    # CONFIG FILES:
    # config.yml = This file!
    # worlds.yml = List of worlds to enable plugin on!
    # flags.yml = List of worlds and flags to automatically add to new regions
    # fence.yml = List of worlds and border options to add to new regions
    #
    ## It's recommended you use any of the following useless splash potionIDs in the config.
    # 16x16 Protection: 16391
    # 32x32 Protection: 16395
    # 64x64 Protection: 16397
    # 80x80 Protection: 16399
    # 112x112 Protection: 16407
    # Smooth: 16411
    # Suave: 16413
    # Debonair: 16415
    # Charming: 16423
    # Refined: 16427
    # Cordial: 16429
    # Sparkling: 16431
    # Potent: 16423
    # Rank: 16439
    # Acrid: 16443
    # Gross: 16445
    # Stinky: 16447
    #
    # List your potions and the size of the region to create.
    # 10 regionSize will create a 10x10x256 WorldGuard region
    # Use this format: - potionID:regionSize
    #
    Potions:
    - '16391:16'
    - '16395:32'
    - '16397:64'
    - '16399:80'
    - '16407:112'
    #
    #
    # Permission nodes for the maximum potion regions a player can own.
    # All players must have these permissions, This does not affect other
    # WorldGuard regions! You must list all maxregion permissions to use!
    # Note: Only change the number of maxregions, add as many as you need.
    # PLEASE LIST MAX REGIONS IN ASCENDING ORDER E.G. 1,3,5,10,20,50
    #
    Permissions:
    - 'potionprotection.maxregions.1'
    - 'potionprotection.maxregions.5'
    - 'potionprotection.maxregions.10'
    - 'potionprotection.maxregions.20'
    - 'potionprotection.maxregions.50'
    - 'potionprotection.maxregions.100'
    #
    #
    #
    Automatic Updates: true
    DONOTCHANGEVersion: '0.7b'

    I want the permission nodes for a normal user. and for the potions 16 32 etc

    *BUMPS*

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
Thread Status:
Not open for further replies.

Share This Page