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

Butik.yml

# Butik.yml #
# Prisen på de forskellige items i Vagt-shoppen, uden enchants, i de forskellige blokke #
# Handsken koster det samme i alle blokke og kan bruges til at tage poster med #
handske-price: 5000 # KOMMER SNART! #
C:
  price:
    helmet: 250
    chestplate: 250
    leggings: 250
    boots: 250
    sword: 150
    bow: 150
    arrow: 50
    steak: 50
    stick: 50
B:
  price:
    helmet: 250
    chestplate: 250
    leggings: 250
    boots: 250
    sword: 150
    bow: 150
    arrow: 50
    steak: 50
    stick: 50
A:
  price:
    helmet: 250
    chestplate: 250
    leggings: 250
    boots: 250
    sword: 150
    bow: 150
    arrow: 50
    steak: 50
    stick: 50

# Prisen på de forskellige upgrades i Vagt-shoppen, på de forskellige items, i de forskellige blokke #
upgrade:
  C:
    sword:
      sharp1: 1250
      sharp2: 2500
      sharp3: 5000
      sharp4: 7500
    bow:
      power1: 1250
      power2: 2500
      power3: 5000
      power4: 7500
    helmet:
      protec1: 1250
      protec2: 2500
      protec3: 5000
      protec4: 7500
    chestplate:
      protec1: 1250
      protec2: 2500
      protec3: 5000
      protec4: 7500
    leggings:
      protec1: 1250
      protec2: 2500
      protec3: 5000
      protec4: 7500
    boots:
      protec1: 1250
      protec2: 2500
      protec3: 5000
      protec4: 7500
  B:
    sword:
      sharp1: 11111
      sharp2: 22222
      sharp3: 33333
      sharp4: 44444
    bow:
      power1: 11111
      power2: 22222
      power3: 33333
      power4: 44444
    helmet:
      protec1: 11111
      protec2: 22222
      protec3: 33333
      protec4: 44444
    chestplate:
      protec1: 11111
      protec2: 22222
      protec3: 33333
      protec4: 44444
    leggings:
      protec1: 11111
      protec2: 22222
      protec3: 33333
      protec4: 44444
    boots:
      protec1: 11111
      protec2: 22222
      protec3: 33333
      protec4: 44444
  A:
    sword:
      sharp1: 12500
      sharp2: 25000
      sharp3: 50000
      sharp4: 75000
      sharp5: 100000
    bow:
      power1: 12500
      power2: 25000
      power3: 50000
      power4: 75000
      power5: 100000
    helmet:
      protec1: 12500
      protec2: 25000
      protec3: 50000
      protec4: 75000
      protec5: 100000
    chestplate:
      protec1: 12500
      protec2: 25000
      protec3: 50000
      protec4: 75000
      protec5: 100000
    leggings:
      protec1: 12500
      protec2: 25000
      protec3: 50000
      protec4: 75000
      protec5: 100000
    boots:
      protec1: 12500
      protec2: 25000
      protec3: 50000
      protec4: 75000
      protec5: 100000
PreviousAchievements.ymlNextConfig.yml

Last updated 1 year ago