From 57acb718a327fdce374afcc627a53f0813f7f555 Mon Sep 17 00:00:00 2001 From: Luke Darling Date: Wed, 12 Nov 2014 16:54:36 -0500 Subject: [PATCH] Create config.yml --- resources/config.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 resources/config.yml diff --git a/resources/config.yml b/resources/config.yml new file mode 100644 index 0000000..8969138 --- /dev/null +++ b/resources/config.yml @@ -0,0 +1,13 @@ +# Config file for iProtector by LDX; + +# Settings for unprotected areas: +Default: + + # Keep players from getting hurt? + God: false + + # Keep players from editing the world? + Edit: false + + # Keep players from touching blocks and activating things like chests and doors? + Touch: false