Resolving build errors
This commit is contained in:
parent
35e26fb045
commit
3f78d38c68
3
.gitignore
vendored
3
.gitignore
vendored
@ -214,3 +214,6 @@ pip-log.txt
|
||||
|
||||
#Mr Developer
|
||||
.mr.developer.cfg
|
||||
|
||||
|
||||
libs/*
|
||||
|
@ -1,7 +1,7 @@
|
||||
<project name="Chairs" default="build" basedir=".">
|
||||
|
||||
<path id="libs">
|
||||
<fileset dir="libs" includes="**/*.jar" />
|
||||
<fileset dir="libs" includes="spigot-1.12.jar" />
|
||||
</path>
|
||||
|
||||
<target name="build">
|
||||
|
BIN
libs/bukkit.jar
BIN
libs/bukkit.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
name: Chairs
|
||||
version: 4.10
|
||||
version: 4.10-MC_1_12
|
||||
description: Let players sit on blocks.
|
||||
website: http://dev.bukkit.org/bukkit-plugins/chairsreloaded/
|
||||
authors:
|
||||
|
Loading…
Reference in New Issue
Block a user