Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Logging settings
- log:
- # Define whether transactions will be logged to the console/main server log
- toConsole: true
- # Define whether transactions will be logged to a separate log
- toFile: false
- # Date format of transactions (http://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html)
- formatDate: "yyyy/MM/dd HH:mm:ss"
- # Log message for bought command
- formatBuyCommand: "%player% bought %command% command for %price%$ from %shop% shop"
- # Log message for bought enchantment
- formatBuyEnchantment: "%player% bought %enchantment% enchantment for %price%$ from %shop% shop"
- # Log message for bought permission
- formatBuyPermission: "%player% bought %permission% permission for %price%$ from %shop% shop"
- # Log message for bought items
- formatBuy: "%player% bought %amount% x %item% for %price%$ from %shop% shop"
- # Log message for sold items
- formatSell: "%player% sold %amount% x %item% for %price%$ to %shop% shop"
- # Log message for sold all items
- formatSellAll: "%player% sold all %amount% x %item% for %price%$ to %shop% shop"
Advertisement
Add Comment
Please, Sign In to add comment