Commit Graph

42 Commits

Author SHA1 Message Date
9a000de7cf Added nmsblock classes for MCPC 1.6.x. Untested 2013-12-01 18:22:32 -05:00
8574f7bb36 Update NMS access to 1.7.2. 2013-12-01 15:29:05 -05:00
54dca39b07 Removed the .java file from the resources folder. 2013-10-20 16:31:46 +02:00
84598e220f Updated Craftbukkit package version for 1.6.4 2013-09-19 21:30:55 -04:00
eb669ff834 Moved properties.yml to spout profile and directory. 2013-08-12 22:21:28 -04:00
4d89b67b25 Update to MC 1.6.2 2013-07-12 02:04:20 -04:00
48bff509dd Bukkit package naming changes for 1.6.1. 2013-07-02 07:34:20 -04:00
fad30ff23b Update for CraftBukkit 1.5.2 package. 2013-04-30 20:54:59 -04:00
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
e7d55ca87d Add compatibility for MCPC-Plus 1.5.1 2013-03-26 11:55:10 -04:00
58a7a2ed4f Prepare for MC 1.5.1 (specifically, Bukkit renames). 2013-03-20 17:40:22 -04:00
db9808cfd1 Update nmsblock classes for 1.5 2013-03-15 15:10:23 -04:00
60f2a4a816 Compile MCPC class on java 1.6 2013-01-23 23:26:37 -05:00
19d7beaf39 Added NmsBlocks for MCPC+ running MC 1.4.7.
Also fixed an issue with creative mode inventory usage not updating when
gamemode changed.
2013-01-20 01:44:29 -05:00
a800ced4b9 Add nms blocks for Craftbukkit 1.4.5 and pre-1.4.5 (unversioned packages) 2013-01-19 20:11:26 -05:00
6abd48ab08 Add a config setting to allow creative mode players to override inventory setting. 2013-01-19 19:06:55 -05:00
89bdd8d9ba Tie up lose ends with NmsBlock class loading. 2013-01-19 18:33:23 -05:00
a54c7437fc Add config option to allow symbolic links for files. 2012-12-25 18:42:20 -05:00
56d534bf0d Use right config value for butcher radius. Add max radius for butcher. 2012-11-23 20:18:17 -05:00
aadfc30fbb Fix issues with 94619e3f. Closes WORLDEDIT-2221. 2012-11-22 13:32:51 -05:00
fe445a7ec9 Remove chat-based WECUI protocol. Everybody running a modern (1.2.5 or newer) WECUI should be fine.
This has a bonus of allowing us to stay far far away from that smelly PlayerChatEvent guy who's always late (or early, or both).
2012-08-04 20:24:17 -07:00
127b0ec6f4 Corrected name of SpoutAPI plugin description file 2012-07-08 04:05:24 -07:00
cd64ca459d Add config entries for polygonal region points limit 2012-04-23 11:39:09 +02:00
2ed92dafad Added WECUI handshake option 2012-04-07 13:29:00 -07:00
94619e3fe4 Added default radius setting for butcher and added permissions for killing pets, npcs, and non hostile animals. 2012-03-06 16:07:18 -08:00
ad9d85e50f This should either fix errors people have been having with Trove, or consistently break Spout
Probably the first
2012-01-17 19:50:57 -08:00
37da1fec40 Added initial SpoutAPI compatibility 2012-01-05 20:58:00 -08:00
c8c0c69f6d Added support for dynamic command registration. 2011-12-24 22:34:53 -08:00
903abc80a4 Cleanup 2011-09-25 22:21:27 -04:00
b413af307a Updated plugin.yml (not that it needs it). 2011-09-19 00:43:38 -04:00
709cae1995 Removed permissions from plugin.yml for compatibility and cleaned up a bit more. 2011-09-18 02:37:37 -04:00
1c4c621500 Cleanup. 2011-09-17 19:32:44 -04:00
bd52ed5c33 Fixed plugin.yml for dumb people 2011-09-14 18:14:42 -07:00
ef60fa94bf Typo fixes 2011-08-24 00:17:27 -07:00
2b94ddf7ed Added flag to //smooth to only use "natural" blocks 2011-08-17 00:33:46 -07:00
2342acfae2 Added pyramid generation with /pyramid & /hpyramid 2011-08-07 02:40:48 +02:00
cb7ec82905 Added DinnerPerms support to WEPIF 2011-08-01 21:02:15 -07:00
4aaa127efe Updated permissions example 2011-06-09 00:30:20 -04:00
62a78994fd Added permissions node to Documentation Printer. 2011-05-27 00:33:18 -04:00
0aba329cf5 Add "deltree" tool for removing floating trees. 2011-05-10 23:31:24 +01: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. 2011-05-01 17:37:05 -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.
2011-04-30 20:08:14 -07:00