diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3852de9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,60 @@
+######################
+# Maven
+######################
+/target/
+/bin
+
+######################
+# Eclipse
+######################
+
+*.pydevproject
+.metadata
+.project
+bin/**
+tmp/**
+tmp/**/*
+*.tmp
+*.bak
+*.swp
+*~.nib
+local.properties
+.classpath
+.settings/
+.loadpath
+/src/main/resources/rebel.xml
+# External tool builders
+.externalToolBuilders/
+
+# Locally stored "Eclipse launch configurations"
+*.launch
+
+# CDT-specific
+.cproject
+
+# PDT-specific
+.buildpath
+
+######################
+# Windows
+######################
+
+# Windows image file caches
+Thumbs.db
+
+# Folder config file
+Desktop.ini
+
+######################
+# OSX
+######################
+
+.DS_Store
+.svn
+
+# Thumbnails
+._*
+
+# Files that might appear on external disk
+.Spotlight-V100
+.Trashes
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 2c0214f..189c4e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,17 +25,25 @@
ISO-8859-1
+
+
+
+ spigot
+ https://hub.spigotmc.org/nexus/content/groups/public/
+
+
+
- org.bukkit
- spigot
- 1.0
- jar
+ org.spigotmc
+ spigot-api
+ 1.8-R0.1-SNAPSHOT
+ jar
org.projectlombok
lombok
- 1.12.2
+ 1.16.0
jar