diff options
author | Tau <tau.tihon@gmail.com> | 2014-01-02 18:25:26 +0100 |
---|---|---|
committer | Tau <tau.tihon@gmail.com> | 2014-01-02 18:25:26 +0100 |
commit | 0c095faac855806f96d307cd7fa46120034523e9 (patch) | |
tree | 21e7e78f10452584a09a7e9e8277121984f928e4 /MCServer/Plugins/Handy/handy.lua | |
parent | Merge pull request #479 from mc-server/cmake-win (diff) | |
download | cuberite-0c095faac855806f96d307cd7fa46120034523e9.tar cuberite-0c095faac855806f96d307cd7fa46120034523e9.tar.gz cuberite-0c095faac855806f96d307cd7fa46120034523e9.tar.bz2 cuberite-0c095faac855806f96d307cd7fa46120034523e9.tar.lz cuberite-0c095faac855806f96d307cd7fa46120034523e9.tar.xz cuberite-0c095faac855806f96d307cd7fa46120034523e9.tar.zst cuberite-0c095faac855806f96d307cd7fa46120034523e9.zip |
Diffstat (limited to 'MCServer/Plugins/Handy/handy.lua')
-rw-r--r-- | MCServer/Plugins/Handy/handy.lua | 2 |
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. |