Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # -- Possible Skill Types --
- # power, acrobatics, archery, axes, excavation, fishing, herbalism, mining, repair, swords, taming, unarmed, woodcutting
- # http://dev.bukkit.org/server-mods/mcmmo-auto-promote/
- # -- Group Settings --
- ladders {
- default {
- I {
- rank = '100' # Must be unique to the ladder.
- require = 'Guest' # Seperate groups with a comma.
- power = '100'
- }
- II {
- rank = '90' # Must be unique to the ladder.
- require = 'I,Guest' # Seperate groups with a comma.
- power = '200'
- }
- III {
- rank = '80' # Must be unique to the ladder.
- require = 'II,Guest' # Seperate groups with a comma.
- power = '300'
- }
- IV {
- rank = '70' # Must be unique to the ladder.
- require = 'III,Guest' # Seperate groups with a comma.
- power = '400'
- }
- V {
- rank = '60' # Must be unique to the ladder.
- require = 'IV,Guest' # Seperate groups with a comma.
- power = '500'
- }
- VI {
- rank = '50' # Must be unique to the ladder.
- require = 'V,Guest' # Seperate groups with a comma.
- power = '600'
- }
- VII {
- rank = '40' # Must be unique to the ladder.
- require = 'VI,Guest' # Seperate groups with a comma.
- power = '700'
- }
- VIII {
- rank = '30' # Must be unique to the ladder.
- require = 'VII,Guest' # Seperate groups with a comma.
- power = '800'
- }
- IX {
- rank = '20' # Must be unique to the ladder.
- require = 'VIII,Guest' # Seperate groups with a comma.
- power = '900'
- }
- X {
- rank = '10' # Must be unique to the ladder.
- require = 'IX,Guest' # Seperate groups with a comma.
- power = '1000'
- }
- mage {
- MageI {
- rank = '99' # Must be unique to the ladder.
- require = 'Mage' # Seperate groups with a comma.
- mining = '25'
- excavation = '25'
- repair = '10'
- herbalism = '10'
- }
- MageII {
- rank = '89' # Must be unique to the ladder.
- require = 'MageI' # Seperate groups with a comma.
- mining = '50'
- excavation = '50'
- repair = '20'
- herbalism = '20'
- }
- MageIII {
- rank = '79' # Must be unique to the ladder.
- require = 'MageII' # Seperate groups with a comma.
- mining = '100'
- excavation = '100'
- repair = '50'
- herbalism = '50'
- }
- MageIV {
- rank = '69' # Must be unique to the ladder.
- require = 'MageIII' # Seperate groups with a comma.
- excavation = '200'
- mining = '200'
- repair = '100'
- herbalism = '100'
- }
- MageV {
- rank = '59' # Must be unique to the ladder.
- require = 'MageIV' # Seperate groups with a comma.
- excavation = '300'
- mining = '300'
- repair = '200'
- herbalism = '150'
- }
- MageVI {
- rank = '49' # Must be unique to the ladder.
- require = 'MageV' # Seperate groups with a comma.
- excavation = '400'
- mining = '400'
- repair = '250'
- herbalism = '200'
- }
- MageVII {
- rank = '39' # Must be unique to the ladder.
- require = 'MageVI' # Seperate groups with a comma.
- excavation = '400'
- mining = '500'
- repair = '300'
- herbalism = '250'
- }
- MageVIII {
- rank = '29' # Must be unique to the ladder.
- require = 'MageVII' # Seperate groups with a comma.
- excavation = '600'
- mining = '600'
- repair = '400'
- herbalism = '300'
- }
- MageIX {
- rank = '19' # Must be unique to the ladder.
- require = 'MageVIII' # Seperate groups with a comma.
- excavation = '750'
- mining = '750'
- repair = '500'
- herbalism = '400'
- }
- MageX {
- rank = '9' # Must be unique to the ladder.
- require = 'MageIX' # Seperate groups with a comma.
- excavation = '1000'
- mining = '1000'
- repair = '600'
- herbalism = '500'
- }
- warrior {
- WarriorI {
- rank = '98' # Must be unique to the ladder.
- require = 'Warrior' # Seperate groups with a comma.
- swords = '25'
- unarmed = '10'
- axes = '10'
- }
- WarriorII {
- rank = '88' # Must be unique to the ladder.
- require = 'WarriorI' # Seperate groups with a comma.
- swords = '50'
- unarmed = '20'
- axes = '20'
- }
- WarriorIII {
- rank = '78' # Must be unique to the ladder.
- require = 'WarriorII' # Seperate groups with a comma.
- swords = '100'
- unarmed = '50'
- axes = '50'
- }
- WarriorIV {
- rank = '68' # Must be unique to the ladder.
- require = 'WarriorIII' # Seperate groups with a comma.
- swords = '200'
- unarmed = '100'
- axes = '100'
- }
- WarriorV {
- rank = '58' # Must be unique to the ladder.
- require = 'WarriorIV' # Seperate groups with a comma.
- swords = '300'
- unarmed = '150'
- axes = '150'
- taming = '10'
- }
- WarriorVI {
- rank = '48' # Must be unique to the ladder.
- require = 'WarriorV' # Seperate groups with a comma.
- swords = '400'
- unarmed = '200'
- axes = '200'
- taming = '50'
- }
- WarriorVII {
- rank = '38' # Must be unique to the ladder.
- require = 'WarriorVI' # Seperate groups with a comma.
- swords = '500'
- unarmed = '250'
- axes = '250'
- taming = '100'
- }
- WarriorVIII {
- rank = '28' # Must be unique to the ladder.
- require = 'WarriorVII' # Seperate groups with a comma.
- swords = '600'
- unarmed = '300'
- axes = '300'
- taming = '150'
- }
- WarriorIX {
- rank = '18' # Must be unique to the ladder.
- require = 'WarriorVIII' # Seperate groups with a comma.
- swords = '750'
- unarmed = '400'
- axes = '400'
- taming = '200'
- }
- WarriorX {
- rank = '8' # Must be unique to the ladder.
- require = 'WarriorIX' # Seperate groups with a comma.
- swords = '1000'
- unarmed = '750'
- axes = '750'
- taming = '250'
- }
- thief {
- ThiefI {
- rank = '97' # Must be unique to the ladder.
- require = 'Thief' # Seperate groups with a comma.
- archery = '25'
- woodcutting = '10'
- acrobatics = '10'
- }
- ThiefII {
- rank = '87' # Must be unique to the ladder.
- require = 'ThiefI' # Seperate groups with a comma.
- archery = '50'
- woodcutting = '20'
- acrobatics = '20'
- }
- ThiefIII {
- rank = '77' # Must be unique to the ladder.
- require = 'ThiefII' # Seperate groups with a comma.
- archery = '100'
- woodcutting = '50'
- acrobatics = '50'
- }
- ThiefIV {
- rank = '67' # Must be unique to the ladder.
- require = 'ThiefIII' # Seperate groups with a comma.
- archery = '200'
- woodcutting = '100'
- acrobatics = '100'
- }
- ThiefV {
- rank = '57' # Must be unique to the ladder.
- require = 'ThiefIV' # Seperate groups with a comma.
- archery = '300'
- woodcutting = '150'
- acrobatics = '150'
- fishing = '10'
- }
- ThiefVI {
- rank = '47' # Must be unique to the ladder.
- require = 'ThiefV' # Seperate groups with a comma.
- archery = '400'
- woodcutting = '200'
- acrobatics = '200'
- fishing = '50'
- }
- ThiefVII {
- rank = '37' # Must be unique to the ladder.
- require = 'ThiefVI' # Seperate groups with a comma.
- archery = '500'
- woodcutting = '250'
- acrobatics = '250'
- fishing = '100'
- }
- ThiefVIII {
- rank = '27' # Must be unique to the ladder.
- require = 'ThiefVII' # Seperate groups with a comma.
- archery = '600'
- woodcutting = '300'
- acrobatics = '300'
- fishing = '150'
- }
- ThiefIX {
- rank = '17' # Must be unique to the ladder.
- require = 'ThiefVIII' # Seperate groups with a comma.
- archery = '750'
- woodcutting = '400'
- acrobatics = '400'
- fishing = '200'
- }
- ThiefX {
- rank = '7' # Must be unique to the ladder.
- require = 'ThiefIX' # Seperate groups with a comma.
- archery = '1000'
- woodcutting = '750'
- acrobatics = '750'
- fishing = '250'
- }
- member {
- Member {
- rank = '6' # Must be unique to the ladder.
- require = 'ThiefX,WarriorX,MageX' # Seperate groups with a comma.
- power = '3000'
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement