Config SetUp

# Permissions:
# ExInfo.Use - For default users, permission to /exinfo - will list 
#     all available pages
# ExInfo.Admin - For managin the plugin, permission to 
#     /ExInfoA & /ExInfoAdmin
# ExInfo.Page.PageName - Permission to show the page
# ExInfo.Page.* - Permission to show all pages
# -
# -
# -
# ExampleSetup:
# Pages:
#   TestPage:
#     Info: This is a test page
#     Permission: TestPagePermission
#     Aliases:
#      - TestPage
#      - tPage
# -
# -
# To view the page above the player will need the permission ExInfo.Admin
# or ExInfo.Page.* or ExInfo.Page.TestPagePermission
# -
# The page could be displayed either by the command /exinfo TestPage
# or with the command /Testpage(it is ignore case) or /tpage
# -
# WARNING!!!
# When using the aliases then the ExInfo will override the default 
# command. So if you have set /help to show a help page then it 
# won't show the default bukkit help page!
# Be causes with it and bear in mind that it may conflict with other 
# command alias commands that allows you to set aliases 
# -
# -
# Use <n> for new line
# -
# -
# You Some special characters or codes you can use in your text:
# <p> will be replaced with the paragraph character which then is used 
# for making the minecraft text codes. You can input the paragraph 
# character directly but on some computers that will cause some 
# problems, so just use <p>
# -
# These is the minecraft text codes:
# <p>0 = Black
# <p>1 = Dark Blue
# %2 = Dark Green
# %3 = Dark Aqua 
# %4 = Dark Red 
# %5 = Purple %6 = Orange 
# %7 = Gray 
# %8 = Dark Gray 
# %9 = Indigo 
# %a = Bright Green 
# %b = Aqua 
# %c = Red 
# %d = Pink 
# %e = Yellow
# %f = White
# -
# %k = Random Characters aka Magic
# %l = Bold 
# %m = Strikethrough 
# %n = Underlined 
# %o = Italics 
# %r = Reset(Resets to normal Text)
# -
# You can also mix the color codes so you can have 
# <p>7<p>l<p>n which would be Gray text that is 
# both bold and underlined, you can mix the text types 
# but the text colors will override each other
# -
# -
Pages:
  TestingPage:
    Info: This is just a simple test page ;)
    Permission: TestPagePermission
    Aliases:
     - HiThere