DreamNetwork
  • Introduktion
  • Plugins
    • Ransagning
      • Installation
      • Konfiguration
        • Config.yml
    • SafeRoom
      • Installation
      • Konfiguration
        • Saferoom.yml
    • Bande
      • Installation
      • Konfiguration
        • Config.yml
        • Level.yml
    • Vagt
      • Installation
      • Konfiguration
        • Achievements.yml
        • Butik.yml
        • Config.yml
        • Jail.yml
        • Kaution.yml
        • Level.yml
        • Messages.yml
        • Permissions.yml
        • Signs.yml
        • Vagtkiste.yml
        • Vagtmine.yml
        • Vagtminestats.yml
        • Vagtshop.yml
        • Warps.yml
    • CombatLog
      • Installation
      • Konfiguration
        • Config.yml
        • Messages.yml
      • Skript Snippet
Powered by GitBook
On this page
  1. Plugins
  2. Vagt
  3. Konfiguration

Kaution.yml

# Kaution.yml #
enabled: true
options:
  #┃ ● Kaution Price
  #┃
  #┃ Value is multiplied with amount of seconds player is in jail!
  price:
    C: 0.5
    B: 2
    A: 5

    #┃ ● Settings for Kation gui
  kaktion-gui:
    buy-out-item:
      name: '&a&lBetal {PLAYER}s kaution'
      lore:
        - '&6&m----------------------------'
        - '&aTid tilbage: &7{TID}'
        - '&aPris: &7${PRIS}'
        - '&aBlok: &7{BLOK}'
        - '&7'
        - '&7Klik for at betale {PLAYER}s'
        - '&7kaution, med dine egne penge.'
  #┃ ● Lang options
  lang:
    gui-name: "&a&lKaution"
    failed-buyout: '&cDu kan ikke betale denne spillers kaution!'
    nomoney-buyout: '&cDu har ikke nok penge til dette!'
    nobuy-self: "&cDu kan ikke betale din egen kaution."
    buyout: '&aDu betalte &2{PLAYER}s &7kaution på &a${PRICE}&7!'
    broadcast-buyout: "&2{PLAYER} &7har betalt &a{TARGET}s &7kaution på &a${PRICE}&7!"
PreviousJail.ymlNextLevel.yml

Last updated 1 year ago