configuration (pre-1.6)

############# TOWNY ANTI-GRIEF (Logger) ####################

# Designed by: CaptainThrills (With credits to ElgarL for making Towny)
# Issues with your tekkit / FTB 1.6.4 server getting ripped up by griefers? TownyAntiGrief is for you!
# TAG hooks into Towny to provide logging and prevention like never before! Customize nearly every aspect of the plugin to your liking!
# When finished editing config run /tag reload in game. Ensure to not mess it up and if you need help be detailed!

# Set a unique prefix to use
prefix: '[TownyAG]'
# Log Folder name
logFolderName: 'logs'

# Log the player's IP?
includeIP: true

# Cancel the action if user is not in same town
cancelAction: true
# Cancelled Message
cancelMessage: '&4Your action has been blocked and admins notified!'

# Send message to the following?
toAdmins: true
toConsole: true
toLog: true

# Should a datestamp be provided to the following?
includeDateBroadcast: false
includeDateConsole: false
includeDateLogFile: true

# Configure the messages sent to the various log areas
#
# <prefix> = prefix from the config
# <date> = Current Date
# <town> = player's town
# <player> = player's name
# <ip> = IP of player
# <itemid> = item used
# <x> = x-coord
# <y> = y-coord
# <z> = z-coord
# <othertown> = victim town
# 
# You can use color codes in the broadcastMessage (&)
broadcastMessage: '&b<prefix> &2[<town>] &b<player>&a[&c<ip>&a]&b Shift-RC with item: &c<itemid> &bat <x>,<y>,<z> in Town: &2<othertown>'
consoleMessage: '[<town>] <player>[<ip>] Shift Right-Click with item: <itemid> at <x>,<y>,<z> in Town: <othertown>'
logMessage: '<prefix> <date> [<town>] <player>[<ip>] Shift Right-Click with item: <itemid> at <x>,<y>,<z> in Town: <othertown>' 

# This is where you define which Item ID's to log/cancel
# ids:
#   - 'itemid'
#   - 'itemid2'
# Follow this format and you wont have any issues
ids:
  - '5397'