From acb382e601340f6bbb881717b14f98e196f298d1 Mon Sep 17 00:00:00 2001 From: Trent Hensler Date: Mon, 18 Mar 2013 23:36:30 -0500 Subject: [PATCH] Made with love <3 --- src/main/resources/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 2d4f0c2..b8e082c 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,5 +1,6 @@ -# PlayerVaults by drsthock +# PlayerVaults by drsthock and gomeow! # http://dev.bukkit.org/server-mods/playervaults +# Made with love :3 # Whether or not you want to check for updates. # Will not download an update, that is your job :) @@ -21,4 +22,5 @@ drop-on-death: # Max amount of inventories you want to be dropped. # Set to 99 (or highest amount you give people) if you want all inventories to be dropped. +# WARNING: This can cause a lot of items to be dropped on the ground. Use caution :3 inventories: 1 \ No newline at end of file