wizjany
867e59ba3d
Parse empty sign lines as empty JSON strings.
...
Since the server doesn't bother validating sign text, and
the client validates it by crashing. Note that this attempts
to wrap strings as JSON, but hasn't been fully tested.
2016-04-14 19:24:09 -04:00
wizjany
94ae1be2d1
Fix NPE when using //schem list with not schematics present.
2016-03-08 12:42:23 -05:00
wizjany
6c03eea9b1
Force compilation on newer bukkit api.
...
Since spigot like pulling the rug out from under us.
Fixes WORLDEDIT-3400.
2016-03-07 19:26:16 -05:00
wizjany
de3578137b
Add bukkit adapter for MC 1.9.
2016-03-02 18:14:18 -05:00
Wizjany
3bd87cfb2d
Merge pull request #339 from sk89q/feature/improved-travis-builds
...
Improve Travis builds
2016-02-05 14:20:22 -05:00
wizjany
1fe197df98
Fix build script versioning, release a 1.8.9 build.
2016-01-16 23:42:21 -05:00
wizjany
62befe7594
Fix schematics in directories.
2016-01-13 18:55:49 -05:00
wizjany
629b7d56dc
Merge branch 'feature/paged-schematic' of https://github.com/kenzierocks/WorldEdit
2016-01-13 17:46:10 -05:00
wizjany
2cd4412b5d
Make mask parser create world-aware expression masks.
...
This allows things like //gmask =queryRel(...) to work.
Also the query* functions now allow -1 as a wildcard for either id or data.
2016-01-13 17:34:58 -05:00
wizjany
23d6fa7579
Add worldedit.calc permission node to //calc command.
2015-12-21 16:14:44 -05:00
wizjany
bed8a80894
Revert to Guava 17's firstNonNull.
...
Deprecated but Spigot doesn't include guava18 yet.
2015-11-13 20:17:56 -05:00
wizjany
9a65bdb72d
Fix cycler tool trying to set negative data values.
...
Fixes WORLDEDIT-3325.
2015-07-31 12:46:51 -04:00
wizjany
1dd6faf786
Actually for real fix unit tests.
...
I promise this time.
Seriously though, who makes unit tests depend on some old,
hardcoded file that isn't even updated anymore.
2015-07-17 07:51:41 -04:00
Wizjany
2aad68f80d
Fix BlockData causing unit test to fail
...
Yes, even though north/south and south/north anvils LOOK the same, they are in fact different data values.
2015-07-17 04:48:09 -04:00
Wizjany
a28acdd6a8
Merge pull request #334 from OvercastNetwork/master
...
Fix unfortunate typo in AffineTransform
2015-07-15 10:08:58 -04:00
Wizjany
7586c19bb3
Revert changes to skull rotation.
...
Because it's stored in nbt. This should fix unit tests.
Someone reported rotation to be broken though, so this potentially rebreaks it?
2015-07-15 10:08:43 -04:00
wizjany
1e6e54b85a
Add/Fix rotation values for several blocks.
...
Torches, redstone torches, anvils, iron trapdoors, and skull should all rotate correctly now.
Doors are still missing data.
Fixes WORLDEDIT-3307, WORLDEDIT-3273.
2015-07-06 00:06:41 -04:00
wizjany
025591e6d9
Don't double-check for symlinks while loading schematics.
...
Fixes WORLDEDIT-3310.
2015-06-19 18:28:25 -04:00
wizjany
642f2a1f58
Fix entities copying to original location.
...
Fixes WORLDEDIT-3275.
2015-05-29 16:18:58 -04:00
wizjany
a3a4039646
Added Bukkit adapter for 1.8 R3 (1.8.4-1.8.6 atm).
2015-05-28 15:38:02 -04:00
Wizjany
58aac973af
Merge pull request #323 from flaminscotsman/CommandExceptions
...
Fix command exceptions.
2015-03-13 14:30:54 -04:00
Wizjany
2db5d8b11a
Merge pull request #322 from flaminscotsman/tools_fix
...
Fix for WORLDEDIT-3270
2015-03-11 00:36:35 -04:00
Wizjany
b551512f27
Merge pull request #321 from Dumbo52/master
...
Add stone + banners to usesData HashSet.
2015-03-11 00:32:41 -04:00
wizjany
604b1d8515
Added Bukkit adapter for 1.8.3.
2015-03-10 23:49:02 -04:00
Wizjany
2fedcf8019
Add rotation values to lit redstone torches.
...
Fixes WORLDEDIT-3273.
2015-03-06 15:22:55 -05:00
Wizjany
173f832352
Merge pull request #318 from kenzierocks/use-guava-18
...
Force Guava 18
2015-02-12 18:52:09 -05:00
wizjany
ddc741147e
Fix button rotation, add support for up/down flipping and restore unit test functionality.
2015-01-23 00:28:05 -05:00
wizjany
ec9c77c31b
Excluded armor stands from //butcher by default.
...
Someone got lazy and just made armor stands a living entity instead of extracting an ArmorEquippable interface.
2015-01-22 15:54:01 -05:00
wizjany
d1631a9ca4
Restore entity counter to //remove and grammatified //butcher similarly.
2015-01-20 12:30:51 -05:00
Wizjany
0f865623ed
Closed a set of quotes in JavaDocs.
2014-12-11 09:38:14 -05:00
Wizjany
0e00f0ac9d
[Forge] Move worldedit.properties to defaults folder so it extracts properly
2014-06-26 17:26:30 -04:00
wizjany
75b9f3edaa
[Forge] Add dependency shading via the gradle shadow plugin.
2014-05-15 14:41:26 -04:00
wizjany
38ac5c9ad1
Move a bukkit-specific file from #287 to bukkit folder as not to break API/other platform compilation.
2014-05-03 23:12:22 -04:00
wizjany
b0a52a4cf7
Revert a breaking change to fuzzy item/block lookup.
2014-04-26 00:22:39 -04:00
wizjany
5ed9239e14
Fixed listing schematics with directories in the folder.
2014-04-25 23:45:49 -04:00
wizjany
30006325db
Update CraftBukkit packaging for 1.7.9.
2014-04-19 13:14:14 -04:00
Wizjany
33d4285f1a
Fix mask parser incorrectly parsing block lists.
...
i.e. not parsing the list at all
2014-04-13 17:12:10 -04:00
wizjany
5d13ed2356
Fixed a typo in CHANGELOG.txt
2014-03-01 12:33:44 -05:00
wizjany
b558463f56
[maven-release-plugin] prepare for next development iteration
2014-02-28 19:46:00 -05:00
wizjany
36d56b5e1a
[maven-release-plugin] prepare release 5.6
2014-02-28 19:45:57 -05:00
wizjany
ab0d170d9a
Added -s flag to //paste to select the pasted area.
...
Also undeprecated a method that shouldn't have been.
2014-01-12 15:57:19 -05:00
wizjany
ca44ee073a
Added new log/leaves to floating tree remover tool.
2014-01-07 18:34:15 -05:00
wizjany
40e49f7f74
Fixed CI link in readme.
2014-01-05 16:07:22 -05:00
wizjany
99fae3e716
Revert /up and /ceil command to use glass block by default. Flight can be done via -f flag now.
2013-12-29 13:28:22 -05:00
wizjany
85035a2a24
Allow forest generator to make trees under snow tiles.
2013-12-24 18:53:03 -05:00
wizjany
611cb81cf8
Added rotate/flip/cycle data for 1.7.2 blocks.
2013-12-24 18:31:48 -05:00
wizjany
d5831ea37b
Added 1.7.2 biomes and trees.
2013-12-24 18:31:45 -05:00
wizjany
7b539dade6
Added 1.7 blocks and items.
2013-12-09 23:21:47 -05:00
wizjany
9a000de7cf
Added nmsblock classes for MCPC 1.6.x. Untested
2013-12-01 18:22:32 -05:00
wizjany
8574f7bb36
Update NMS access to 1.7.2.
2013-12-01 15:29:05 -05:00
wizjany
3acc82e97b
Removed the allow-extra-data-values option.
...
This reverts parts of e477141 .
Data values could never go past 15 anyway,
making the option pointless and misleading.
2013-11-26 10:53:23 -05:00
wizjany
cb8df85cc7
Allow colors for stained clay and carpet data values.
2013-10-02 21:55:51 -04:00
wizjany
c26de335ff
[maven-release-plugin] prepare for next development iteration
2013-09-21 09:41:47 -04:00
wizjany
962afe617a
[maven-release-plugin] prepare release 5.5.8
2013-09-21 09:41:45 -04:00
wizjany
56637dcf85
Updated changelog for 5.5.9
2013-09-21 09:24:10 -04:00
wizjany
84598e220f
Updated Craftbukkit package version for 1.6.4
2013-09-19 21:30:55 -04:00
wizjany
eb669ff834
Moved properties.yml to spout profile and directory.
2013-08-12 22:21:28 -04:00
wizjany
bfd13a4140
Updated forge code to 1.6.2.
...
Note that this is untested (although it compiles) since
I don't currently have a 1.6 forge installation set up.
2013-08-12 21:55:59 -04:00
wizjany
a669ef95c6
Tabs.
2013-08-06 23:50:02 -04:00
Wizjany
63f2f96a8c
Add convex to the @Command usage info for //sel.
2013-08-06 11:50:42 -04:00
wizjany
cd5f832adf
Added methods to CommandContext to get slices excluding flags et al.
2013-08-03 09:46:17 -04: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
wizjany
bc39a913ea
Fix logic error when checking for use-inventory overrides.
2013-07-26 08:33:52 -04:00
wizjany
d61dec2ee7
Removed outdated reference to redmine tracker.
...
Seriously, why was this here in the first place?
2013-07-25 14:38:05 -04:00
wizjany
4d89b67b25
Update to MC 1.6.2
2013-07-12 02:04:20 -04:00
wizjany
d3adca7c1a
[maven-release-plugin] prepare for next development iteration
2013-07-02 08:48:05 -04:00
wizjany
1d5810ebe0
[maven-release-plugin] prepare release 5.5.7
2013-07-02 08:47:56 -04:00
wizjany
cba246a2a5
Fix some maven tests
2013-07-02 08:09:14 -04:00
wizjany
e649987015
Updated changelog for 5.5.7
2013-07-02 07:34:43 -04:00
wizjany
930e2e7107
Update MobType list, even though it's almost never used.
2013-07-02 07:34:42 -04:00
wizjany
7a757ccdb2
Added blocks and items for MC 1.6
2013-07-02 07:34:41 -04:00
wizjany
48bff509dd
Bukkit package naming changes for 1.6.1.
2013-07-02 07:34:20 -04:00
wizjany
5895b492da
Horrible 0-day fix. Super important to upgrade.
...
Actually just a typo.
2013-06-03 16:54:14 -04:00
wizjany
fb96ced3bf
Add coordinate argument to //chunk command.
2013-06-03 15:55:17 -04:00
wizjany
ca06489e11
Don't spam chat when a different type of vector is given to the Selector.
2013-05-16 02:02:09 -04:00
wizjany
94dbfa3b85
Be less lazy handling MobSpawnerBlock tags. (Although once again, no one should actually being using this class.)
2013-05-12 13:23:31 -04:00
wizjany
77a2b998bd
Fix link to issue tracker in readme
2013-05-05 11:06:16 -04:00
wizjany
f22403cae7
[maven-release-plugin] prepare for next development iteration
2013-05-03 12:10:25 -04:00
wizjany
19abcf6c93
[maven-release-plugin] prepare release 5.5.6
2013-05-03 12:10:17 -04:00
wizjany
19566370d6
Updated CHANGELOG for 5.5.6
2013-05-03 12:07:30 -04:00
wizjany
fad30ff23b
Update for CraftBukkit 1.5.2 package.
2013-04-30 20:54:59 -04:00
wizjany
f213bb73e8
Added pistons (retracted only) to cycler tool.
2013-04-18 16:56:09 -04:00
wizjany
102a149dbb
Fix setbiome issue and tweak a few block names.
2013-04-09 17:17:15 -04:00
wizjany
e7ae3b4ddf
Fix setting blocks that used multiple TileEntities on one block id.
...
Since forge added support for this feature, we need to double-pass
on setting block data values to preserve both TileEntity type and
block orientations.
Users using MCPC may need to remove their old MCPC nmsblock class
before the new one is used correctly. (Although it was only added
in a dev build)
2013-03-30 15:50:21 -04:00
wizjany
2846119f08
Make //setbiome respect global mask, if set to a biome mask
2013-03-28 19:53:42 -04:00
wizjany
e7d55ca87d
Add compatibility for MCPC-Plus 1.5.1
2013-03-26 11:55:10 -04:00
wizjany
51515473bc
Allow remove command to be used from console
2013-03-26 00:56:42 -04:00
wizjany
0e8508847e
Added hoppers to block data info
2013-03-25 10:24:18 -04:00
wizjany
382b6f35ad
Update changelog with trivial stuff.
2013-03-20 18:02:58 -04:00
wizjany
9d7eb0fd8c
[maven-release-plugin] prepare for next development iteration
2013-03-20 17:47:04 -04:00
wizjany
a3fd75c3e7
[maven-release-plugin] prepare release 5.5.5
2013-03-20 17:46:56 -04:00
wizjany
58a7a2ed4f
Prepare for MC 1.5.1 (specifically, Bukkit renames).
2013-03-20 17:40:22 -04:00
wizjany
422cba101d
Fix NPE in mob spawner blocks on non-bukkit implementations
2013-03-17 22:11:29 -04:00
wizjany
2e8119bdb1
[maven-release-plugin] prepare for next development iteration
2013-03-17 21:41:17 -04:00
wizjany
90011cc430
[maven-release-plugin] prepare release 5.5.4
2013-03-17 21:41:09 -04:00
wizjany
1af61f827b
Fix block setting while not in fast mode
2013-03-17 21:38:13 -04:00
wizjany
be320f60e1
Fix line endings (again)
2013-03-17 11:19:34 -04:00
wizjany
5e881ff022
[maven-release-plugin] prepare for next development iteration
2013-03-17 11:17:46 -04:00