Updated the .gitignore, removed Bukkit API, due to bukkit not being released for 1.16.1.

This commit is contained in:
PryPurity 2020-06-25 05:50:03 -05:00
parent d9958e50a5
commit deb703797f
3 changed files with 19 additions and 14 deletions

20
.gitignore vendored
View File

@ -1,7 +1,19 @@
target/
bin/
.idea/
*.iml
# Eclipse
.classpath
.project
.settings/
# Intellij
.idea/
*.iml
*.iws
/out/
# Mac
.DS_Store
# Maven
log/
target/
dependency-reduced-pom.xml
# I dont want it
bin/
src/test/
todo

11
pom.xml
View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.wimbli.WorldBorder</groupId>
<artifactId>WorldBorder</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<name>WorldBorder</name>
<url>https://github.com/PryPurity/WorldBorder</url>
<issueManagement>
@ -35,14 +35,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.15.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!--Bukkit API-->
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.15.2-R0.1-SNAPSHOT</version>
<version>1.16.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!--Dynmap API-->

View File

@ -1,7 +1,7 @@
name: WorldBorder
authors: [Brettflan, PryPurity]
description: Efficient, feature-rich plugin for limiting the size of your worlds.
version: 2.0.3
version: 2.0.4
api-version: 1.13
main: com.wimbli.WorldBorder.WorldBorder
softdepend: