diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5b06320 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "maven" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" diff --git a/README.md b/README.md new file mode 100644 index 0000000..de55e28 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# ShowAPI + +This repository contains the official show plugin of McThemeParks. +This plugin contains all the show functions for the server. + +## License + +``` +Copyright (C) McThemeParks 2022 - All Rights Reserved +Unauthorized copying of this file, via any medium is strictly prohibited +Proprietary and confidential +Written by Stijn Bannink , October 2020 +``` diff --git a/pom.xml b/pom.xml index 8ccf72a..e6b04ea 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.9.0-SNAPSHOT + 3.10.1 17 @@ -41,7 +41,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.3.1-SNAPSHOT + 3.4.1 package @@ -122,12 +122,12 @@ com.github.cryptomorin XSeries - 9.0.0 + 9.2.0 com.github.fierioziy.particlenativeapi ParticleNativeAPI-plugin - 3.2.1 + 3.3.1 compile @@ -139,7 +139,7 @@ io.github.skytasul guardianbeam - 2.3.0 + 2.3.1 compile