diff --git a/.gitignore b/.gitignore index 35028ff..7fbf469 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,7 @@ out .idea compile *.iml +.idea/jarRepositories.xml +.idea/libraries/Maven__org_spigotmc_spigot_api_1_16_2_R0_1_SNAPSHOT.xml +*.iml +.idea/jarRepositories.xml diff --git a/README.md b/README.md index 3f39f1c..8febc3e 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ RediSkript allows you to communicate between your servers with use of Redis, it' You can transfer any data in the form of text between your servers, you can program it to execute a set of instructions on the server depending on the redis message, etc. This can be used for making scripts that sync data between all servers and much more! +It is developed and maintained by Govindas & the team of Govindas Limework developers. -It is originally developed by the team of Govindas Limework developers and is now maintained only by Govindas. +~~It is originally developed by the team of Govindas Limework developers and is now maintained only by Govindas.~~ Redis Message: ``` diff --git a/pom.xml b/pom.xml index a25c8c2..e8e4cd5 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ net.limework.rediskript RediSkript - 1.3.0 + 1.3.1 jar @@ -27,6 +27,30 @@ UTF-8 + + org.apache.maven.plugins + maven-shade-plugin + 3.2.3 + + false + + + + package + + shade + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + + ${project.basedir}/compile + + @@ -44,8 +68,12 @@ https://mvnrepository.com/artifact/org.apache.commons/commons-pool2 - papermc - https://papermc.io/repo/repository/maven-public/ + PaperMC + https://repo.destroystokyo.com/repository/maven-public/ + + + sk89q + http://maven.sk89q.com/repo