Resolving build errors

This commit is contained in:
Marc Baloup 2017-06-11 04:54:07 +02:00
parent 35e26fb045
commit 3f78d38c68
9 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -214,3 +214,6 @@ pip-log.txt
#Mr Developer #Mr Developer
.mr.developer.cfg .mr.developer.cfg
libs/*

View File

@ -1,7 +1,7 @@
<project name="Chairs" default="build" basedir="."> <project name="Chairs" default="build" basedir=".">
<path id="libs"> <path id="libs">
<fileset dir="libs" includes="**/*.jar" /> <fileset dir="libs" includes="spigot-1.12.jar" />
</path> </path>
<target name="build"> <target name="build">

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,5 @@
name: Chairs name: Chairs
version: 4.10 version: 4.10-MC_1_12
description: Let players sit on blocks. description: Let players sit on blocks.
website: http://dev.bukkit.org/bukkit-plugins/chairsreloaded/ website: http://dev.bukkit.org/bukkit-plugins/chairsreloaded/
authors: authors: