Skip to content

Commit

Permalink
Update 1.5
Browse files Browse the repository at this point in the history
Updated to 1.18
Reload command fixed
Performed and fixed Armorstand removing task
Fixed some minors bugs
Fixed shade configuration
Increased event priority
  • Loading branch information
xSavior-of-God committed Dec 6, 2021
1 parent 9f5d9a9 commit b4394fc
Show file tree
Hide file tree
Showing 11 changed files with 654 additions and 390 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ bin/
.git/
.idea/
README.md
dependency-reduced-pom.xml
dependency-reduced-pom.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions ArmorStand-Limiter.iml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="minecraft" name="Minecraft">
<configuration>
<autoDetectTypes>
<platformType>SPIGOT</platformType>
</autoDetectTypes>
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
Expand Down
13 changes: 10 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<groupId>com.xSavior_of_God</groupId>
<artifactId>ArmorStand-Limiter</artifactId>
<modelVersion>4.0.0</modelVersion>
<version>1.4</version>
<version>1.5</version>
<build>
<defaultGoal>clean install</defaultGoal>
<finalName>ArmorStand-Limiter v${project.version}</finalName>
Expand Down Expand Up @@ -41,14 +41,21 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.4</version>
<executions>
<execution>
<id>shaded</id>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<relocations>
<relocation>
<pattern>org.json</pattern>
<shadedPattern>com.heroxplugins.external.ArmorStandLimiter.org.json</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
Loading

0 comments on commit b4394fc

Please # to comment.