Configuration/Config

Main plugin 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.
#  Clear: 16391
#  Diffuse: 16395
#  Artless: 16397
#  Thin: 16399
#  Bungling: 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:10'
  - '16395:20'
  - '16397:30'
  - '16399:50'
  - '16407:100'

#
# 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: '1.2.3.4.5'

Comments

Posts Quoted:
Reply
Clear All Quotes