Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # BLACKJACK
- # by Perotin
- # Set to true if you want this plugin to use vault eco, false if you want it to use exp
- cash-or-xp: true
- # This is a toggle of whether or not players should be allowed to bet more money than they currently have
- bet-overflow: false
- # If the above is set to true, this is the max amount they can bet of money theey don't have
- bet-overflow-max: 1000
- # The percentage that should be taxed / deducted from winnings. Set to 0.0 for no taxes. Range is 0.0 to 100.0 .
- tax-percent: 0.0
- # Minimum amount able to bet and the maximum amount to bet! Setting either to zero will negate it completely.
- bet-min: 0.0
- bet-max: 0.0
- # The following options relate to the move to surrender
- # Should surrendering (forfeit the game and keep a % of your bet)
- enable-surrender: true
- # What percentage of the bet should the server take? (1-99)
- surrender-percentage-to-take: 50.0
- # Disable the change bet buttons? (Players cannot change their amount in the bet)
- enable-change-bet: true
- # One user requested this, basically, it'll run the specified command below when each round of blackjack starts. If you want
- # to use this, then set the below to 'true' and specify your command.
- custom-command: false
- command: "/Example $amount$"
- # Should there be a multiplier for Blackjack (score of 21)?
- enable-multiplier: true
- # What should the bet amount be multiplied to for blackjacks?
- multiplier: 1.5
- # Messages used in plugin
- number-or-player: "&cArgumentos incorretos! /blackjack <amount> ou /blackjack <player>"
- no-permission: "&cVocê não tem permissão para fazer isso!"
- menu-title: "Blackjack: Apostando $number$"
- blackjack-dealer: "&8&lDealer"
- blackjack-win: "&0&lBlack&4&lJack! &7&o($amount$x) "
- dealer-lore: "&7&oPedir mais ou Parar?"
- dealer-cards: "&eCartas do Dealer ==>"
- player-cards: "&eSuas Cartas ==>"
- unknown-card: "&e???"
- incorrect-args: "&cArgumentos Impróprios > /blackjack <amount> ou /blackjack <player>"
- hit-item: "&ePedir mais"
- stand-item: "&eParar"
- end-game: "&7Sua Pontuação: &e$score$ &7Pontuação do Dealer: &e$score2$"
- earnings: "&eVocê $result$ $number$ dinheiros!"
- taxxed: "&c-$amount$ taxado."
- won: "venceu"
- lost: "perdeu"
- tied: "&eVocê empatou então ganhou suas moedas de vota."
- cannot-bet-that-much: "&cCalma ai campeão, aqui você não pode apostar o que não tem!"
- can-only-bet: "&cVocê só pode apostar $amount$ de todo seu dinheiro!"
- tutorial-name: "&eNão sabe como jogar? Clique em mim!"
- tutorial:
- - "&eBem Vindo à este tutorial de Black Jack! Para cancelar, digite &ccancel"
- - "&eO objetivo desse jogo é de chegar o mais perto de pontuar 21 sem ultrapassar, e vencer o Dealer tendo mais pontos que ele. "
- - "&eCartas de 2-10 tem seus valores iguais aos seus números (4 de Espadas vale 4)."
- - "&eReis, Valetes, e Rainhas valem 10. Às vale 1 ou 11, dependendo de qual é melhor para o jogador."
- - "&e'Pedir mais' é quando você quer mais uma carta, mas você assume o risco de passar de 21 e perder."
- - "&e 'Ficar' é quando você está confiantes com suas cartas, e quer acabar o jogo com elas."
- - "&eObrigado por jogar!"
- bet-max-message: "&cO máximo que você pode apostar é $amount$!"
- bet-min-message: "&cO mínimo que você pode apostar é $amount$!"
- surrender-item: "&eSe render"
- surrender-lore: "&7&o(Mantém metade de sua aposta)"
- surrender-message: "&eVocê se rendeu, manteve $amount$ de $bet$ da sua aposta original!"
- # Session Messages
- earnings-gui: "&eGanhos do último jogo:"
- keep-playing: "&aContinuar jogando?"
- stop-playing: "&cAbandonar sessão?"
- total-earnings: "&eGanhos totais: $amount$"
- session-ending: "&eDepois de $amount$ jogos, resultou em $$outcome$!"
- change-bet-amount: "&eTrocar quantia de aposta"
- your-bet-amount: "&eSua quantia de aposta"
- continue-playing: "Continuar jogando, $player$?"
- # New messages
- blackjack: "&bBLACKJACK"
- previous-game: "&7Abrindo jogos anteriores. . ."
- wins-stat: "&cVitórias: &f$amount$"
- loss-stat: "&cDerrotas: &f$amount$"
- ratio-stat: "&cRazão de V/D: &f$amount$"
- amount-added: "&a+$amount$"
- amount-subtracted: "&c-$amount$"
- # Names of cards
- spades: "Espadas"
- hearts: "Corações"
- clubs: "Paus"
- diamonds: "Diamantes"
- jack: "Valete"
- queen: "Rainha"
- king: "Rei"
- ace: "Às"
Add Comment
Please, Sign In to add comment