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
This commit is contained in:
Wizjany
2013-01-17 21:49:34 -05:00
parent 83c71f30a8
commit ad349aecb1
10 changed files with 1509 additions and 451 deletions

View File

@ -28,6 +28,7 @@
<include>LICENSE.txt</include>
<include>CHANGELOG.txt</include>
<include>contrib/craftscripts/*</include>
<include>contrib/nmsblocks/*.class</include>
</includes>
</fileSet>
</fileSets>