summaryrefslogtreecommitdiff
path: root/tilehelper.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2015-01-07 00:17:20 +0100
committerjomo <github@jomo.tv>2015-01-07 00:17:20 +0100
commit68430fa1755da44576f39e41e6fdc53929d299d7 (patch)
treec20f8a0f55cdcbddbc85f0d880ebdc314246350f /tilehelper.py
parentf579759e60994c4cd4dfa65f943c9c590a3166b5 (diff)
move module descriptions to main.py or modules themself
Diffstat (limited to 'tilehelper.py')
-rw-r--r--tilehelper.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tilehelper.py b/tilehelper.py
index a7f5b5f..5a4a94c 100644
--- a/tilehelper.py
+++ b/tilehelper.py
@@ -1,4 +1,7 @@
#pylint: disable = F0401
+"""
+A plugin that automatically tiles (stacks) blocks inside a selected region in configurable directions.
+"""
import org.bukkit.event.block.BlockPlaceEvent as BlockPlaceEvent
import org.bukkit.event.block.BlockBreakEvent as BlockBreakEvent
import org.bukkit.event.player.PlayerInteractEvent as PlayerInteractEvent