Advertisement
larssieboy

Untitled

Sep 6th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.15 KB | None | 0 0
  1. #
  2. # SignShop by iShadey
  3.  
  4.  
  5. options:
  6.   log:
  7.     enabled: true
  8.     logPurchases: true
  9.     logSales:
  10.       signs: true
  11.       commandSellSellAll: true
  12.       commandChests: true
  13.     logFolder: logs
  14.     logPrefix: '[%date% @ %time%] '
  15.     message: '%player% %type% %amount%x %item% for $%price% at %x%, %y%, %z%'
  16.   sounds:
  17.     guiOpen: NOTE_PLING;1.0;1
  18.     sellSound: LEVEL_UP;1.0;1
  19.     buySound: LEVEL_UP;1.0;1
  20.   shop:
  21.     actionDelay: 0.5
  22.     blockedGamemodes:
  23.   sign:
  24.     buyPrice: '&4Buy for: &5%price%'
  25.     createTopLine: '[shop]'
  26.     sellPrice: '&4Sell for: &5%price%'
  27.     topLine: '&8[&2Shop&8]'
  28.     topLineBuy: '&8[&2Buy&8]'
  29.     topLineSell: '&8[&2Sell&8]'
  30.   boost:
  31.     item: emerald
  32.     name: '&a&lSell Shop Amplifier &7(Right Click)'
  33.     mainColour: b
  34.     secondaryColour: f
  35.     loreBefore:
  36.    - ''
  37.     - '&7Right click this amplifier to give everyone'
  38.     - '&7online a boost when selling items at our shop!'
  39.     - ''
  40.     enchanted: true
  41.     stackable: false
  42.   chestsell:
  43.     maxRadius: 25
  44.     trappedChests: true
  45.     normalChests: true
  46. DO_NOT_TOUCH:
  47.   time: 2954415951179
  48.   amplifier: 1.0
  49.   active: false
  50.   version: 6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement