summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/Handy/handy.lua
diff options
context:
space:
mode:
Diffstat (limited to 'MCServer/Plugins/Handy/handy.lua')
-rw-r--r--MCServer/Plugins/Handy/handy.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/MCServer/Plugins/Handy/handy.lua b/MCServer/Plugins/Handy/handy.lua
index 6d226ccaf..e4e9d3f5f 100644
--- a/MCServer/Plugins/Handy/handy.lua
+++ b/MCServer/Plugins/Handy/handy.lua
@@ -1,7 +1,7 @@
-- Global variables
PLUGIN = {} -- Reference to own plugin object
CHEST_WIDTH = 9
-HANDY_VERSION = 1
+HANDY_VERSION = 2
--[[
Handy is a plugin for other plugins. It contain no commands, no hooks, but functions to ease plugins developers' life.