Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Dependências: MassiveCore, Factions e Vault.
- # Demonstração: https://youtu.be/qI6X6qflN94
- license: INSIRA_SUA_KEY_AQUI
- SpawnerGiveCommand: 'sgive {player} {type} 1'
- mysql:
- use: false # se false, vai usar SQLite
- host: localhost:3306
- user: root
- database: factions
- password: ''
- State:
- NextRank: '&aA sua facção já passou deste rank.'
- CurrentRank: '&cA sua facção está neste rank.'
- UpdateRank:
- - '&fClique aqui para a sua facção evoluir de rank.'
- - ''
- - '&7Requisitos:'
- - ' &7Coins: &f{coins_price}'
- - ' &7Cabeças: &f{skulls_price}'
- Ranks:
- 0:
- Skull: 'https://textures.minecraft.net/texture/604d14f909d6569bd538c790986d9db987bd8ba4449fb1cd19cebe650db3b487'
- Name: '&eVaca'
- Lore:
- - '&7Este é o rank inicial!'
- - '&7A jornada da sua facção começa agora!'
- - ''
- - '{state}'
- Slot: 28
- Generator:
- Type: 'COW'
- Slot: 10
- Price: 100000
- Name: '&eGerador de Vaca'
- Lore:
- - '&7Clique aqui para comprar 1 gerador de vaca'
- - '&7Custo: &f100K'
- 1:
- Skull: 'https://textures.minecraft.net/texture/5f7e82446fab1e41577ba70ab40e290ef841c245233011f39459ac6f852c8331'
- Name: '&eAranha'
- Lore:
- - '&7Este é o rank Aranha!'
- - '&7É hora de subir paredes!'
- - ''
- - '{state}'
- Slot: 29
- CoinsPrice: 1000000
- SkullsPrice: 1000000
- Generator:
- Type: 'SPIDER'
- Slot: 11
- Price: 300000
- Name: '&eGerador de Aranha'
- Lore:
- - '&7Clique aqui para comprar 1 gerador de aranha'
- - '&7Custo: &f300K'
- 2:
- Skull: 'https://textures.minecraft.net/texture/c3fab76f718092d64b7b00ddb72931c0b05e8cbb687106c3c6f3560f933f9930'
- Name: '&eZombie'
- Lore:
- - '&7Este é o rank Zombie!'
- - '&7Bora amaldiçoar os outros!'
- - ''
- - '{state}'
- Slot: 30
- CoinsPrice: 2500000
- SkullsPrice: 2500000
- Generator:
- Type: 'ZOMBIE'
- Slot: 12
- Price: 500000
- Name: '&eGerador de Zombie'
- Lore:
- - '&7Clique aqui para comprar 1 gerador de zombie'
- - '&7Custo: &f500K'
- 3:
- Skull: 'https://textures.minecraft.net/texture/6016e22cfe2cbfea3dabae4f630a61e9c3c8308e988fa0c7cea88ad72b731f6b'
- Name: '&eEsqueleto'
- Lore:
- - '&7Este é o rank Esqueleto!'
- - '&7Os ossos vão se enfraquecer!'
- - ''
- - '{state}'
- Slot: 31
- CoinsPrice: 5000000
- SkullsPrice: 5000000
- Generator:
- Type: 'SKELETON'
- Slot: 13
- Price: 750000
- Name: '&eGerador de Esqueleto'
- Lore:
- - '&7Clique aqui para comprar 1 gerador de esqueleto'
- - '&7Custo: &f750K'
- 4:
- Skull: 'https://textures.minecraft.net/texture/474fabcee57f0ab60ed160bcf42436d2de62c2d14e834e2686c57829d03f08af'
- Name: '&ePorco Zombie'
- Lore:
- - '&7Este é o rank Porco Zombie!'
- - '&7Agora os inimigos vão sentir o fedor!'
- - ''
- - '{state}'
- Slot: 32
- CoinsPrice: 7500000
- SkullsPrice: 7500000
- Generator:
- Type: 'PIG_ZOMBIE'
- Slot: 14
- Price: 1000000
- Name: '&eGerador de Porco Zombie'
- Lore:
- - '&7Clique aqui para comprar 1 gerador de porco zombie'
- - '&7Custo: &f1KK'
- 5:
- Skull: 'https://textures.minecraft.net/texture/6ebb4d93feb49d904c61a8fa0eaeac41fe34442cafea7801038ebf7c381c8397'
- Name: '&eBlaze'
- Lore:
- - '&7Este é o rank Blaze!'
- - '&7Somos os esquentadinhos!'
- - ''
- - '{state}'
- Slot: 33
- CoinsPrice: 10000000
- SkullsPrice: 10000000
- Generator:
- Type: 'BLAZE'
- Slot: 15
- Price: 1250000
- Name: '&eGerador de Blaze'
- Lore:
- - '&7Clique aqui para comprar 1 gerador de blaze'
- - '&7Custo: &f1KK250K'
- 6:
- Skull: 'https://textures.minecraft.net/texture/e1f4a04b5e618e688856590962cc6cff60400d5b3b7bf7c99b3730d7d8ad72ea'
- Name: '&eGolem de Ferro'
- Lore:
- - '&7Este é o rank Golem de Ferro!'
- - '&7O ferro é o limite!'
- - ''
- - '{state}'
- Slot: 34
- CoinsPrice: 15000000
- SkullsPrice: 15000000
- Generator:
- Type: 'IRON_GOLEM'
- Slot: 16
- Price: 1750000
- Name: '&eGerador de Golem de Ferro'
- Lore:
- - '&7Clique aqui para comprar 1 gerador de golem de ferro'
- - '&7Custo: &f1KK750K'
- Mobs:
- COW: 49137
- SPIDER: 49137
- ZOMBIE: 49137
- SKELETON: 49137
- PIG_ZOMBIE: 49137
- BLAZE: 49137
- IRON_GOLEM: 49137
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement