From c8b1f71949aa1c54324370468306ae5a33ae71b3 Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Sun, 3 Feb 2013 17:11:35 -0600 Subject: [PATCH] Add settings for image update command exits --- src/main/resources/configuration.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index 6bce16fe..1f452298 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -373,6 +373,14 @@ spout: # to clean cached textures and force reload on next startup) use-existing-textures: true +# Customization commands - allows scripts to be run before/after certain events +custom-commands: + image-updates: + # Command run just before any image file is written or updated: run with single parameter with fully qualified file name + preupdatecommand: "" + # Command run just after any image file is written or updated: run with single parameter with fully qualified file name + postupdatecommand: "" + # Set to true to enable verbose startup messages - can help with debugging map configuration problems # Set to false for a much quieter startup log verbose: false