first commit

This commit is contained in:
Olof Larsson 2011-12-07 17:12:00 +01:00
commit 7c5558c420
3 changed files with 36 additions and 0 deletions

20
.gitignore vendored Executable file
View File

@ -0,0 +1,20 @@
# Eclipse stuff
/.classpath
/.project
/.settings
# NetBeans
/nbproject
/build.xml
# vim
.*.sw[a-p]
# various other potential build files
/build
/bin
/dist
/localexport.jardesc
# Mac filesystem dust
.DS_Store

8
README.md Executable file
View File

@ -0,0 +1,8 @@
MassiveCraftCore - This bukkit plugin contains components for developing other bukkit plugins.
====================
License
----------
This project is open source. We are using [The MIT Licence](http://www.opensource.org/licenses/MIT)<br>
This project includes [GSON](http://code.google.com/p/google-gson/) which has an [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0).

8
plugin.yml Executable file
View File

@ -0,0 +1,8 @@
name: mcore
version: 1.0.0
main: com.massivecraft.core.MCore
authors: [Olof Larsson]
softdepend: [Vault, Spout]
commands:
mcore:
description: Reference command for mcore.