Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-18 | Change field receipt handling to work properly with Minetest 0.4.8. | Uberi | |
2013-11-30 | Update code to standards of Minetest 0.4.8. | Uberi | |
2013-11-30 | Use minetest.swap_node() instead of mesecons' version, Minor code changes | Vanessa Ezekowitz | |
here and there to facilitate this. | |||
2013-04-27 | Avoid prepending "Server -!- " to messages sent using the command block. | Anthony Zhang | |
2013-04-02 | Sanity checks for commandblock commands. | Anthony Zhang | |
2013-03-27 | Add /tellme command to command block. | Anthony Zhang | |
2013-03-07 | Add /hp command to set the HP of a given player, requires the ban privelege. | Anthony Zhang | |
2013-03-06 | Digging and footstep sounds for everything that needs them! Plus, pushing ↵ | Anthony Zhang | |
buttons, punching switches, and flipping levers all make sounds. | |||
2012-12-25 | Implement /say and /tell commands to aid mapmakers using command blocks. | Anthony Zhang | |
2012-12-08 | Cleanup, make and use util.lua, port command block and delayer to nodedef | Jeija | |
2012-10-28 | Add 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 |