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 {
- HumanBM {
- Humanblademaster {
- rank = '100' # Must be unique to the ladder.
- reject = 'Tyrant, Elf, Beast, Tideborn, HumanWarrior' # Seperate groups with a comma.
- swords = '1'
- }
- Humanblademaster1 {
- rank = '99' # Must be unique to the ladder.
- swords = '2'
- }
- Humanblademaster2 {
- rank = '98' # Must be unique to the ladder.
- swords = '4'
- }
- }
- HumanW {
- HumanWarrior {
- rank = '100' # Must be unique to the ladder.
- reject = 'Tyrant, Elf, Beast, Tideborn, Humanblademaster' # Seperate groups with a comma.
- power = '1'
- }
- HumanWarrior1 {
- rank = '99' # Must be unique to the ladder.
- power = '2'
- }
- HumanWarrior2 {
- rank = '98' # Must be unique to the ladder.
- power = '4'
- }
- }
- ElfA {
- ElfArcher {
- rank = '100' # Must be unique to the ladder.
- reject = 'Tyrant, Human, Beast, Tideborn, ElfCleric' # Seperate groups with a comma.
- archery = '1'
- }
- ElfArcher1 {
- rank = '99' # Must be unique to the ladder.
- archery = '2'
- }
- ElfArcher2 {
- rank = '98' # Must be unique to the ladder.
- archery = '4'
- }
- }
- ElfC {
- ElfCleric {
- rank = '100' # Must be unique to the ladder.
- reject = 'Tyrant, Human, Beast, Tideborn, ElfArcher' # Seperate groups with a comma.
- archery = '1'
- }
- ElfCleric1 {
- rank = '99' # Must be unique to the ladder.
- archery = '2'
- }
- ElfCleric2 {
- rank = '98' # Must be unique to the ladder.
- archery = '4'
- }
- }
- TyrantB {
- TyrantBarbarian {
- rank = '100' # Must be unique to the ladder.
- reject = 'Elf, Human, Beast, Tideborn, TyrantShaman' # Seperate groups with a comma.
- power = '1'
- }
- TyrantBarbarian1 {
- rank = '99' # Must be unique to the ladder.
- power = '2'
- }
- TyrantBarbarian2 {
- rank = '98' # Must be unique to the ladder.
- power = '4'
- }
- }
- TyrantS {
- TyrantShaman {
- rank = '100' # Must be unique to the ladder.
- reject = 'Elf, Human, Beast, Tideborn, TyrantBarbarian' # Seperate groups with a comma.
- power = '1'
- }
- TyrantShaman1 {
- rank = '99' # Must be unique to the ladder.
- power = '2'
- }
- TyrantShaman2 {
- rank = '98' # Must be unique to the ladder.
- power = '4'
- }
- }
- TidebornA {
- TidebornAssassin {
- rank = '100' # Must be unique to the ladder.
- reject = 'Elf, Human, Beast, Tyrant, TidebornPsychic' # Seperate groups with a comma.
- power = '1'
- }
- TidebornAssassin1 {
- rank = '99' # Must be unique to the ladder.
- power = '2'
- }
- TidebornAssassin2 {
- rank = '98' # Must be unique to the ladder.
- power = '4'
- }
- }
- TidebornP {
- TidebornPsychic {
- rank = '100' # Must be unique to the ladder.
- reject = 'Elf, Human, Beast, Tyrant, TidebornAssassin' # Seperate groups with a comma.
- power = '1'
- }
- TidebornPsychic1 {
- rank = '99' # Must be unique to the ladder.
- power = '2'
- }
- TidebornPsychic2 {
- rank = '98' # Must be unique to the ladder.
- power = '4'
- }
- }
- BeastU {
- BeastUntamed {
- rank = '100' # Must be unique to the ladder.
- reject = 'Elf, Human, Tideborn, Tyrant, BeastWarlock' # Seperate groups with a comma.
- power = '1'
- }
- BeastUntamed1 {
- rank = '99' # Must be unique to the ladder.
- power = '2'
- }
- BeastUntamed2 {
- rank = '98' # Must be unique to the ladder.
- power = '4'
- }
- }
- BeastW {
- BeastWarlock {
- rank = '100' # Must be unique to the ladder.
- reject = 'Elf, Human, Tideborn, Tyrant, BeastUntamed' # Seperate groups with a comma.
- power = '1'
- }
- BeastWarlock1 {
- rank = '99' # Must be unique to the ladder.
- power = '2'
- }
- BeastWarlock2 {
- rank = '98' # Must be unique to the ladder.
- power = '4'
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement