first commit
This commit is contained in:
commit
7c5558c420
20
.gitignore
vendored
Executable file
20
.gitignore
vendored
Executable 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
8
README.md
Executable 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
8
plugin.yml
Executable 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.
|
Loading…
Reference in New Issue
Block a user