summaryrefslogtreecommitdiff
path: root/mesecons_commandblock
AgeCommit message (Collapse)Author
2013-12-18Change field receipt handling to work properly with Minetest 0.4.8.Uberi
2013-11-30Update code to standards of Minetest 0.4.8.Uberi
2013-11-30Use minetest.swap_node() instead of mesecons' version, Minor code changesVanessa Ezekowitz
here and there to facilitate this.
2013-04-27Avoid prepending "Server -!- " to messages sent using the command block.Anthony Zhang
2013-04-02Sanity checks for commandblock commands.Anthony Zhang
2013-03-27Add /tellme command to command block.Anthony Zhang
2013-03-07Add /hp command to set the HP of a given player, requires the ban privelege.Anthony Zhang
2013-03-06Digging and footstep sounds for everything that needs them! Plus, pushing ↵Anthony Zhang
buttons, punching switches, and flipping levers all make sounds.
2012-12-25Implement /say and /tell commands to aid mapmakers using command blocks.Anthony Zhang
2012-12-08Cleanup, make and use util.lua, port command block and delayer to nodedefJeija
2012-10-28Add command block:Anthony Zhang
* not obtainable legitimately in Survival mode * found in Creative inventory or using /giveme mesecons_commandblock:commandblock_off * glows slightly when turned on * runs a command in the context of the targeted player * player can be targeted by name, or using the special forms (@nearest, @farthest, @random) * when powered, runs its command with its parameters * right click to bring up the configuration screen * diggable and modifiable only by its owner, the person who placed it