Commit Graph

173 Commits

Author SHA1 Message Date
TomyLobo
37373976f5 Added the polyhedral selector to //sel. 2013-08-06 11:50:36 -04:00
TomyLobo
9f4d470f7d Made //move operate on the actual region instead of its bounding box. 2013-08-04 01:34:55 +02:00
TomyLobo
9b37fb98ac Fixed some warnings. 2013-08-03 14:46:37 +02:00
wizjany
65c3614e7b Support for listing in expand, contract, and shift.
Support listing in these commands by replacing a single Vector with a
List<Vector> and then iterating through it in a foreach loop. Region
changes are still performed individually, no extra complicated math
involved.
2013-08-02 22:55:38 -04:00
wizjany
5f47ede05a Made generation commands respect the max-radius config setting. 2013-08-02 22:50:14 -04:00
wizjany
d7324f6b13 Made a checkMaxBrushRadius method for centralized use. 2013-08-02 21:34:20 -04:00
TomyLobo
3e875b7936 Fixed some warnings. 2013-07-02 07:29:58 -04:00
wizjany
fb96ced3bf Add coordinate argument to //chunk command. 2013-06-03 15:55:17 -04:00
wizjany
102a149dbb Fix setbiome issue and tweak a few block names. 2013-04-09 17:17:15 -04:00
wizjany
2846119f08 Make //setbiome respect global mask, if set to a biome mask 2013-03-28 19:53:42 -04:00
wizjany
51515473bc Allow remove command to be used from console 2013-03-26 00:56:42 -04:00
Wizjany
6c6f965ac7 Revert "Made //undo and //redo disregard global masks."
This does nothing and neither did the original code. Disregard previous notice.
This reverts commit cfb19eba9b.
2013-03-03 23:44:53 -05:00
Wizjany
9bb7968358 Make forest and pumpkin gens respect toggleplace. Make pumpkin gen have random faces. 2013-01-27 03:03:05 -05:00
Wizjany
d64a16da48 Remove /search as an alias of //searchitem 2013-01-19 17:00:48 -05:00
Wizjany
e5d34a9d2c Merge korikisulda's butcher brush.
Additionally made it work with //butcher flags (added as an argument)
as well as respecting the max butcher radius if the player has the permission.
2013-01-19 09:35:47 -05:00
Wizjany
d78bbc4f68 Merge Moo0's data flag for distr.
Also added data flag to //count.
  //count -d 35 will now only search for white wool.
  //count 35:5 will only search for green wool.
  //count 35 will work as normal.
  //count 35:-1 will also work.
2013-01-19 09:31:00 -05:00
Ammar Askar
4b50e0e453 Pass LocalPlayers to the EditSession getters for easy external access 2013-01-12 01:00:06 -05:00
Wizjany
76a77f04e7 Log a few more things. Added BiomeCommands to doc printer. 2013-01-02 02:11:42 -05:00
Wizjany
79802bd4b9 Fix command logging.
No seriously, was the previous code even supposed to work?
2012-12-27 11:47:07 -05:00
Wizjany
6c189c4ff9 Added butcher flag for ambient mobs. 2012-12-25 18:42:43 -05:00
Wizjany
a7b4913f6c Added -d and -n flags for //schem list, allowing sorting by date by oldest or newest, respectively. By default the command should now sort by file name alphabetically. 2012-12-25 17:37:12 -05:00
Wizjany
2aab0369b5 Added ALL and ITEM_FRAME to /remove'able entities 2012-12-25 16:44:54 -05:00
Wizjany
3f9404560e Remove old navigation perms for jumpto and thru 2012-12-24 01:42:55 -05:00
Wizjany
e4771416aa Added new items for 1.4.6
Fix permission for other help command (why are there two?)
- Made registerhelp read from yaml (not that the setting does anything)
Added an option to override data value limits.
- This should fix some mods which use data values above 16
- May cause issues if set to true and people mess with vanilla data values
2012-12-24 01:18:18 -05:00
Wizjany
24662d6365 Add permissions node for help command 2012-12-24 01:13:40 -05:00
Wizjany
fcaafe009c Fixes NPE when attempting to list schematics in an invalid directory. 2012-12-15 13:49:44 -05:00
Wizjany
56d534bf0d Use right config value for butcher radius. Add max radius for butcher. 2012-11-23 20:18:17 -05:00
Wizjany
aadfc30fbb Fix issues with 94619e3f. Closes WORLDEDIT-2221. 2012-11-22 13:32:51 -05:00
adamjones57
36fa04b739 Schematic, not Schemtic.
Typo fix.
2012-11-16 01:40:19 -08:00
aumgn
da400ffdeb Remove deprecated Region#contract/expand(Vector) methods
Those methods hid varargs versions which are not deprecated
2012-11-12 10:36:44 +01:00
aumgn
574f162019 Clean up warnings 2012-11-11 14:38:51 +01:00
manearrior
b352f7321f Added //size -c and //distr -c command options. Describes clipboard. 2012-11-09 19:12:04 +01:00
sk89q
d198961e12 Updated for 5.4.5. 2012-11-03 12:58:04 -07:00
aumgn
7fd5d1b61c Add /center commmand 2012-08-29 11:51:57 +02:00
sk89q
5a1148d954 Added aliases /asc /desc /j for navigation commands. 2012-08-24 20:00:14 -07:00
sk89q
3558d65b79 Added //re and //rep as aliases for //replace. 2012-08-24 19:44:46 -07:00
sk89q
9d5e75b9ec Fixed //gen not having min. arg count of 2. 2012-08-24 19:16:43 -07:00
TomyLobo
0bc9369cc8 Made /butcher print the radius it uses and added an "all" parameter. 2012-08-16 15:30:16 +02:00
TomyLobo
bb5f3477c2 //chunk no longer switches from //sel extend to //sel cuboid. 2012-07-28 14:50:01 +02:00
zml2008
b22921ffa6 Give a better error when a schematic being loaded doesn't exist
Only require the schemaitc format to be provided once more schematic formats are added
2012-05-26 11:06:31 -07:00
zml2008
7b0570f714 Correctly nullcheck biome types in //setbiome
Biome changing is no longer supported in SpoutAPI, will reimplement when I have time
2012-05-26 10:55:14 -07:00
TomyLobo
f910fe4e66 Added //generate -c, which offsets the input coordinates from the selection center. 2012-05-17 12:17:41 +02:00
zml2008
15977e85a5 Add a -f flag to //schem l to make it ignore format checks 2012-04-28 10:30:21 -07:00
aumgn
cd64ca459d Add config entries for polygonal region points limit 2012-04-23 11:39:09 +02:00
zml2008
7dafb50999 Added some permissions and improved //schem list output 2012-04-15 18:33:28 -07:00
aumgn
8c36047cbb Fix warnings 2012-04-10 13:12:24 +02:00
zml2008
43a54a7ee0 Show schematics where the format could not be detected.
Add permissions for //schem list and formats (worldedit.schematic.(list|formats)
and added .schematic. permissions for load and save.
Made //schem <list|formats> accessible via console and cleaned up a bit.
2012-04-07 10:34:21 -07:00
zml2008
c76f119fa4 Added basic entity handling with copy and paste.
Paintings do not currently respawn properly, entity pastes cannot be undone yet, and schematics do not yet store entities
@celticminstrel needs to fix painting spawning
2012-03-29 21:18:14 -07:00
zml2008
33752eb058 Added a command to list schematics and the abilitiy to autodetect schematic format 2012-03-28 13:04:09 -07:00
zml2008
7812dd6a09 Added support for multiple schematic formats 2012-03-28 11:05:52 -07:00