1aa08104b5
Made a few commands obey //toggleplace
Wizjany
2011-06-21 12:44:12 -04:00
0830eecd48
Removed build.xml from WorldEdit.
sk89q
2011-06-19 13:08:29 -07:00
86ecd49b89
Added support for using instances (created using a specified dependency injector) in CommandsManager.
sk89q
2011-06-18 03:56:16 -07:00
1784b29f02
Added a new utility method to BukkitUtil to do the common task of shifting coordinates for an entity to the center of a block.
hash
2011-06-15 20:01:03 -05:00
4aaa127efe
Updated permissions example
Wizjany
2011-06-09 00:29:30 -04:00
c21357de28
Added multiworld permissions support to WEPIF
Wizjany
2011-06-09 00:16:39 -04:00
08c8a5ab23
Merge branch 'master' of github.com:sk89q/worldedit
hash
2011-06-06 19:32:42 -05:00
b5c9f70e70
Added a utility method for dealing with location precision to bukkit utilities.
hash
2011-06-06 19:32:15 -05:00
95c60343c7
Made 'brick' => brick block, not brick bar.
sk89q
2011-06-05 14:37:11 -07:00
f0b2fcc13f
Improved item/block name matching.
sk89q
2011-06-05 11:59:23 -07:00
126815fcf5
[maven-release-plugin] prepare for next development iteration
sk89q
2011-06-04 22:35:49 -07:00
1ed7a52962
Updated for 4.6.
sk89q
2011-06-04 22:31:05 -07:00
e20cca38fd
Change the block type check to be implementation-dependent. The Bukkit plugin now checks Bukkit's Material.
sk89q
2011-06-04 22:22:23 -07:00
0f040429c5
Added flood fill tool, fixed data values not being set properly.
sk89q
2011-06-04 19:41:12 -07:00
730244056c
Fixed a mask parsing error that raised java.lang.StringIndexOutOfBoundsException.
sk89q
2011-06-04 12:22:33 -07:00
2e7de18840
Removed ReplacingEditSession, which is now obsoleted by the changes to EditSession.
sk89q
2011-06-04 12:21:13 -07:00
aa17d2f0e0
Added //gmask to set a *GLOBAL* mask that affects nearly ALL operations. Now you can confine //sphere to a region or create //walls that do not replace existing blocks.
sk89q
2011-06-04 12:16:10 -07:00
e1da7c41ad
Added a new region-based mask type and the ability to combine masks.
sk89q
2011-06-04 11:57:40 -07:00
504b4a613f
Added support for combined masks.
sk89q
2011-06-04 11:42:45 -07:00
d881c14e2d
Added //fast mode, which allows the server to skip the dirtying of chunks. This means that you have to rejoin to see changes though, but most operations are doubled in speed.
sk89q
2011-06-04 10:30:45 -07:00
d397460026
Added rotation support to redstone repeaters.
sk89q
2011-06-03 22:51:42 -07:00
84c3ace9e0
Made CUI selection clear on disable (including Bukkit's /reload)
Wizjany
2011-05-13 00:05:40 -04:00
d91a634450
Fixed //expand vert not updating client.
Wizjany
2011-05-12 23:24:24 -04:00
fedaf82af9
Merge pull request #100 from wizjany/master
2011-05-11 20:48:53 -07:00
e2c17cbf46
Added yet another method to BlockType (rails)
Wizjany
2011-05-11 20:04:29 -04:00
18c192f5a9
Bugfix last.
hash@exultant.us
2011-05-11 00:11:25 -05:00
e6f3a1b5af
More general-purpose vector code abstracted from craftbook and more convenience methods for conversion.
hash@exultant.us
2011-05-10 23:55:07 -05:00
0f4d331e7a
Merge branch 'master' of github.com:sk89q/worldedit
hash@exultant.us
2011-05-10 22:17:37 -05:00
9f26fe2e28
Adding some new vector classes from craftbook.
hash@exultant.us
2011-05-10 22:14:25 -05:00
2cf7fe6a1e
Added assembly:assembly as preparation goal.
sk89q
2011-05-01 18:18:34 -07:00
fecc64eafb
Nailed the IllegalAccessException (thanks to lechd).
sk89q
2011-05-01 18:17:52 -07:00
eb6dd2628a
Added "Getting Help" to README.html.
sk89q
2011-05-01 18:07:25 -07:00
9516cc5d0e
Updated for 4.5.
sk89q
2011-05-01 18:03:22 -07:00
9557d5fbd4
Removed minimum cap on history size.
sk89q
2011-05-01 17:37:28 -07:00
d71d4a8569
Added expiration timer to sessions. Sessions will now last up to 10 minutes (by default) before removed, so you can quickly disconnect (or crash) and come back and still maintain your history.
sk89q
2011-05-01 17:37:05 -07:00
a18546d698
Added permission checks for tools on /use/, so now if you switch world or lose your permissions, you lose your tools.
sk89q
2011-05-01 17:06:40 -07:00
62b89f9aee
Added assembly:assembly as release:perform goal.
sk89q
2011-04-30 22:13:45 -07:00
deef660620
Updated pom.xml with correct versions. Disabled pushing for release. Fixed checkout URL in pom.xml. Added local checkout for pom.xml. Added assembly:assembly to preparation goal of release. Fixed path issues with build. Removed release config.
sk89q
2011-04-30 20:08:14 -07:00
ae30001ceb
Updated for 4.4.1 (test release).
sk89q
2011-04-30 19:06:28 -07:00
e121442ee9
Added pom.xml, moved files around. Sun Rhino support has been dropped.
sk89q
2011-04-30 19:04:03 -07:00
3ada3a9774
Added light level to the query tool.
sk89q
2011-04-29 23:15:09 -07:00
3ffd67e7f3
Added left click support to /repl to pick up the block.
sk89q
2011-04-25 02:05:58 -07:00
47268bef20
Added secondary mode to tool framework. Updated /cycler to make use of this.
sk89q
2011-04-25 01:52:34 -07:00
a6cab43d38
Updated for 1.5.
sk89q
2011-04-24 13:57:49 -07:00
c5ff11f815
Fixed issue with double spaces in command handling.
sk89q
2011-04-23 23:59:42 -07:00
8a9f1fbc10
Support for 1.5 Blocks
Tony
2011-04-22 16:39:49 -05:00
a50eea3e2d
Support for 1.5 Blocks
Tony
2011-04-22 16:36:55 -05:00
04f57be79f
Updated blocks and items for 1.4 and 1.5
Wizjany
2011-04-22 07:40:11 +08:00
3c92fbe910
Fixed exception thrown by commands with multiple spaces between arguments.
Wizjany
2011-04-22 09:03:21 +08:00
3f2afa9581
Fixed for 1.4_00_01 and fixed typo.
Wizjany
2011-04-22 01:09:16 +08:00
4ed1082309
Small fix for rotating wall signs
Tony
2011-04-03 20:53:58 -05:00
cdc011eb2d
Add cycling for wall signs and steps
Tony
2011-04-03 20:23:38 -05:00
a4d77a6c6e
Updated for 4.3.
sk89q
2011-04-03 11:11:09 -07:00