move module descriptions to main.py or modules themself

This commit is contained in:
jomo
2015-01-07 00:17:20 +01:00
parent f579759e60
commit 68430fa175
5 changed files with 38 additions and 2 deletions

View File

@@ -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