Commit Graph

33 Commits (master)

Author SHA1 Message Date
PilzAdam 2e50c557a7 Prepend 'Worldedit++' instead of 'Server' to messages to players 2013-04-23 12:25:29 +02:00
PilzAdam b4d9ff968f Add some license stuff 2013-04-21 23:55:53 +02:00
PilzAdam 40c0a4df04 Add Uberi's workaround for the schem limit 2013-04-21 15:48:56 +02:00
PilzAdam 7bab209c42 Add position 3 to /wpp 2013-04-20 19:14:17 +02:00
PilzAdam f3adc28abf Fix possible double placing of structures 2013-04-20 15:43:11 +02:00
PilzAdam d3b792b6ec Reduce NODES_PER_STEP_SLOW a lot to reduce lag in /fixlight and /dig; they should be lag free now 2013-04-20 13:58:37 +02:00
PilzAdam 6c6bcf11ec Fix typo in README 2013-04-20 13:54:48 +02:00
PilzAdam 2e588033ef Add /copy 2013-04-20 13:52:53 +02:00
PilzAdam 43693bb9bd Add /move 2013-04-20 13:47:00 +02:00
PilzAdam d6cef71bca Add position 3 2013-04-20 13:32:27 +02:00
PilzAdam 3010494c26 Add node counter 2013-04-20 13:24:43 +02:00
PilzAdam ccd7547907 Add /save and make /load more robust 2013-04-20 13:03:09 +02:00
PilzAdam bd2e52ad04 Expand README a bit 2013-04-20 12:12:49 +02:00
PilzAdam 4372b0931b Dont print unknown nodes multiple times in /load 2013-04-20 00:33:21 +02:00
PilzAdam 122fec751e Add /load to README 2013-04-19 23:58:20 +02:00
PilzAdam 18455cd7ea Support .we and .wem file extention 2013-04-19 23:51:18 +02:00
PilzAdam 433d563429 Add /load to load .wem files, only latest version supported currently 2013-04-19 23:46:13 +02:00
PilzAdam c1f36707c2 Use lower speed for /dig and /fixlight 2013-04-19 21:44:27 +02:00
PilzAdam 9451d26023 Rename /set to /setarea 2013-04-19 21:41:38 +02:00
PilzAdam 3206dd8354 Fix 2013-04-19 21:23:47 +02:00
PilzAdam 50a456ddfb Add support to select node /set and /replace 2013-04-19 20:30:12 +02:00
PilzAdam 58c47c4e5a Add /marker command to turn markers on/off 2013-04-19 19:48:36 +02:00
PilzAdam cd33cc26b0 Add /dig command
Dont change position if /p1p or /p2p is called twice without punching a node
2013-04-19 19:37:16 +02:00
PilzAdam 6f513ea053 Add markers 2013-04-19 17:54:20 +02:00
PilzAdam 344fe807e3 Fix crash in on_punchnode() and remove random() from /fixlight 2013-04-19 16:10:30 +02:00
PilzAdam 6d10266042 Add /p1p and /p2p 2013-04-19 14:20:23 +02:00
PilzAdam 3e8ddb0a1b Add /p1a and /p2a
Select wielditem in /set when no node is selected
Check if wielditem is a node in /replace
2013-04-19 13:58:12 +02:00
PilzAdam a8727ba8a4 Fix setting of last node and use random() instead of % in fixlight 2013-04-19 13:24:31 +02:00
PilzAdam bf31c764db Use wielditem if no nodename is passed to /replace
Use 512 nodes/step as default speed
2013-04-18 21:11:38 +02:00
PilzAdam 31fe4fafbd Add / to commands in README 2013-04-18 19:30:56 +02:00
PilzAdam e1a68c1ebe Add fixlight command and expand description in README 2013-04-18 19:14:21 +02:00
PilzAdam 7f392be300 Add replace command 2013-04-18 18:32:25 +02:00
PilzAdam b4d974354a Initial commit
Commands:
* wpp
* p1
* p2
* select
* set
* stop
* pause
* continue
2013-04-18 18:21:33 +02:00