Guest User

Untitled

a guest
Jun 14th, 2020
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.06 KB | None | 0 0
  1. # Logging settings
  2. log:
  3.  # Define whether transactions will be logged to the console/main server log
  4.   toConsole: true
  5.   # Define whether transactions will be logged to a separate log
  6.   toFile: false
  7.   # Date format of transactions (http://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html)
  8.   formatDate: "yyyy/MM/dd HH:mm:ss"
  9.   # Log message for bought command
  10.   formatBuyCommand: "%player% bought %command% command for %price%$ from %shop% shop"
  11.   # Log message for bought enchantment
  12.   formatBuyEnchantment: "%player% bought %enchantment% enchantment for %price%$ from %shop% shop"
  13.   # Log message for bought permission
  14.   formatBuyPermission: "%player% bought %permission% permission for %price%$ from %shop% shop"
  15.   # Log message for bought items
  16.   formatBuy: "%player% bought %amount% x %item% for %price%$ from %shop% shop"
  17.   # Log message for sold items
  18.   formatSell: "%player% sold %amount% x %item% for %price%$ to %shop% shop"
  19.   # Log message for sold all items
  20.   formatSellAll: "%player% sold all %amount% x %item% for %price%$ to %shop% shop"
Advertisement
Add Comment
Please, Sign In to add comment