Commit Graph

124 Commits

Author SHA1 Message Date
davboecki
bd98e98698 Update Forge implementation and added build script.
Including:
* Update to new MCP names
* Adding of an build script (see maven 'forge' profile)
* Adding of an regeneration code
* Simplifying of the command registration
* Added command usage description to avoid empty help pages
* Added missing raw information
* Used a WeakReference as world reference to avoid keeping a world in memory
* Added mcmod.info
* Fixed player orientation
* Fixed printRaw not splitting the message correct
2013-09-29 23:48:11 -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
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
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
e649987015 Updated changelog for 5.5.7 2013-07-02 07:34:43 -04:00
wizjany
48bff509dd Bukkit package naming changes for 1.6.1. 2013-07-02 07:34:20 -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
fad30ff23b Update for CraftBukkit 1.5.2 package. 2013-04-30 20:54:59 -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
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
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
wizjany
84d78ff334 [maven-release-plugin] prepare release 5.5.3 2013-03-17 11:17:41 -04:00
sk89q
9ac04f8cfe Cleaned up pom.xml, added attach-docs profile to separately generate Javadocs/source jars. 2013-03-16 00:42:56 -07:00
wizjany
b3392986be Fix line endings 2013-03-15 16:00:14 -04:00
wizjany
d90a2aa2f6 [maven-release-plugin] prepare for next development iteration 2013-03-15 15:47:31 -04:00
wizjany
f3b608e211 [maven-release-plugin] prepare release 5.5.2 2013-03-15 15:47:26 -04:00
wizjany
db9808cfd1 Update nmsblock classes for 1.5 2013-03-15 15:10:23 -04:00
wizjany
6f8b80ae37 More lasting fix for Spout constantly causing issues. (This is not the first time this has happened). 2013-03-12 19:15:24 -04:00
Wizjany
a2d4b5887d [maven-release-plugin] prepare for next development iteration 2013-01-20 04:00:13 -05:00
Wizjany
faf5f949fa [maven-release-plugin] prepare release 5.5.1 2013-01-20 04:00:07 -05:00
zml2008
718457b1ff Now compiles on Spout and basic block setting works 2013-01-19 18:30:07 -08:00
Wizjany
89bdd8d9ba Tie up lose ends with NmsBlock class loading. 2013-01-19 18:33:23 -05:00
snowleo
0c38365100 WEPIF GroupManagerResolver implementation 2013-01-18 03:22:17 -05:00
Wizjany
ad349aecb1 Support different NMS block classes depending on version.
- The .class files in the contrib folder of the zip go in
  plugins/WorldEdit/nmsblocks
- This allows us to swap new class files in without releasing
a completely new version each time
- Whatever version the last release is for has an inbuilt fallback
- If the plugin and server are mismatched and you have nothing in
  nmsblocks you're screwed
2013-01-18 03:17:52 -05:00
Wizjany
1a0064bf4f [maven-release-plugin] prepare for next development iteration 2013-01-13 04:45:14 -05:00
Wizjany
e1c69de234 [maven-release-plugin] prepare release 5.5 2013-01-13 04:45:09 -05:00
Wizjany
f2d561dae1 Update changelog for 5.5. Increment version in pom.xml 2013-01-13 04:37:11 -05:00
Wizjany
e75b0ab34c Use CraftBukkit version 1.4.6 2013-01-12 00:47:10 -05:00
sk89q
79c972125a [maven-release-plugin] prepare for next development iteration 2012-11-03 12:59:46 -07:00
sk89q
71b7c8a08b [maven-release-plugin] prepare release 5.4.5 2012-11-03 12:59:32 -07:00
sk89q
14e283a1e9 [maven-release-plugin] prepare for next development iteration 2012-11-03 12:30:02 -07:00
sk89q
887695408c [maven-release-plugin] prepare release 5.4.4 2012-11-03 12:29:49 -07:00
sk89q
f20e2cf055 Updated for 5.4.4. 2012-11-03 12:28:50 -07:00
sk89q
417c9a2137 Moved Spout plugin to separate Maven profile.
This was done so that WorldEdit doesn't break during compilation out of the blue. To compile WorldEdit with spout, use "mvn -Pspout".
2012-10-28 12:35:24 -07:00
sk89q
2a93baf15b Modernized pom, readmes. 2012-10-19 21:10:39 -07:00
zml2008
9faa9507b0 [maven-release-plugin] prepare for next development iteration 2012-10-19 18:34:17 -07:00
zml2008
97bc177168 [maven-release-plugin] prepare release 5.4.3 2012-10-19 18:34:11 -07:00
zml2008
a690d5782f Updated for SpoutAPI changes
Make SpoutAPI not horribly slow
2012-10-17 07:50:49 -07:00
sk89q
b257f95efb [maven-release-plugin] prepare for next development iteration 2012-08-24 20:27:59 -07:00
sk89q
bd9e8f0999 [maven-release-plugin] prepare release 5.4.2 2012-08-24 20:27:48 -07:00
sk89q
495a652f67 [maven-release-plugin] prepare for next development iteration 2012-08-24 13:49:51 -07:00