Skip to content

Commit

Permalink
[CORE] ArmorStandEditor 1.19.x-36 (#84)
Browse files Browse the repository at this point in the history
* [CORE] Bump to 1.19.x-36

Signed-off-by: Wolfieheart <[email protected]>

* [CORE] Add Option to minimize OP Notifications for Updates and Update UpdateChecker Implementations - Fixes #86

Signed-off-by: Wolfieheart <[email protected]>

* [CORE] Add Missed Sanity Check for .x Development Versions -> Still dont get why its checking Github as well :(

Signed-off-by: Wolfieheart <[email protected]>

* [CORE] Add Missed Sanity Check for .x Development Versions -> Still dont get why its checking Github as well :(

Signed-off-by: Wolfieheart <[email protected]>

* [CORE] Fix CR Remark wrt  Public Variable - opUpdateNotification unused outside of here.

Signed-off-by: Wolfieheart <[email protected]>

* [CORE] Remove Debug Output - Fixes #87

- This is being removed until there is a better fix or someone else comes along and fixes this for us :)

Signed-off-by: Wolfieheart <[email protected]>

* [CORE] Code Review Remarks post Debug Removal

Signed-off-by: Wolfieheart <[email protected]>

* [CI] Bump SuperiorSkyblockAPI to v1.11.0 (#85)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [CI] Bump PlotSquared-Bukkit to v6.9.1 (#88)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [CI] Bump PlotSquared-Core to v6.9.1 (#89)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [CI] Bump Towny to v0.98.3.0 (#90)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [CI] Bump Towny to v0.98.3.1 (#93)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Larry (Wolfieheart) <[email protected]>

* [CI] Bump PlotSquared-Bukkit to v6.9.2 (#94)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Larry (Wolfieheart) <[email protected]>

* [CI] Bump PlotSquared-Core to v6.9.2 (#95)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Larry (Wolfieheart) <[email protected]>

* [CORE] New Permission Nodes asedit.placement and asedit.gravity and add pt_BR translation (#97)

* Added new permissions asedit.placement and asedit.gravity
* Add pt_BR translation
* News perms in the plugin.yml
* Fixes to be able to compile
* Rebase
* Fixes in rebase

* [CORE] Fixes for GriefDefender - Builders can now edit (#100)

* It doesn't make sense for the player to be allowed to build and not be able to edit armor supports in grief defender claims, so I put it for those who can build edit

* [CORE] Fix up Placement and add in when Moving ArmorStand via permission node asedit.placement

#CopyPasteError

Signed-off-by: Wolfieheart <[email protected]>

* [CI] Bump Towny to Latest etc. Closes #101

Signed-off-by: Wolfieheart <[email protected]>

* [CORE] Fix for Identical Return Statement in GriefDefenderProtection

Signed-off-by: Wolfieheart <[email protected]>

* [CORE] Optimize Imports and cleanup a few leftovers

Signed-off-by: Wolfieheart <[email protected]>

* [CORE] Bump BStats to v3

Signed-off-by: Wolfieheart <[email protected]>

* [CORE] Upgrade ArmorStandEditor to 1.19.1-36 (will probably be short lived, but we shall see)

- Remind people to regen their config

Signed-off-by: Wolfieheart <[email protected]>

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Thiago Gebrim <[email protected]>
  • Loading branch information
3 people authored Jul 29, 2022
1 parent 51d476c commit 5b4a994
Show file tree
Hide file tree
Showing 13 changed files with 406 additions and 244 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>io.github.rypofalem.armorstandeditor</groupId>
<artifactId>armorstandeditor</artifactId>
<packaging>jar</packaging>
<version>1.19-35</version>
<version>1.19.1-36</version>
<name>armorstandeditor</name>
<url>http://maven.apache.org</url>

Expand Down Expand Up @@ -52,7 +52,7 @@
</repository>
<repository>
<id>glaremasters</id>
<url>https://repo.glaremasters.me/repository/bloodshot</url>
<url>https://repo.glaremasters.me/repository/bloodshot/</url>
</repository>
<!--- Update Checker -->
<repository>
Expand All @@ -76,7 +76,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.19-R0.1-SNAPSHOT</version>
<version>1.19.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!--- WorldGuard -->
Expand All @@ -90,14 +90,14 @@
<dependency>
<groupId>com.plotsquared</groupId>
<artifactId>PlotSquared-Core</artifactId>
<version>6.9.0</version>
<version>6.9.3</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.plotsquared</groupId>
<artifactId>PlotSquared-Bukkit</artifactId>
<version>6.9.0</version>
<version>6.9.3</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand All @@ -117,7 +117,7 @@
<dependency>
<groupId>com.palmergames.bukkit.towny</groupId>
<artifactId>towny</artifactId>
<version>0.98.2.6</version>
<version>0.98.3.2</version>
<scope>provided</scope>
</dependency>
<!--- UpdateChecker -->
Expand All @@ -131,14 +131,14 @@
<dependency>
<groupId>com.bgsoftware</groupId>
<artifactId>SuperiorSkyblockAPI</artifactId>
<version>1.10.0</version>
<version>1.11.0</version>
<scope>provided</scope>
</dependency>
<!--- GriefDefender -->
<dependency>
<groupId>com.griefdefender</groupId>
<artifactId>api</artifactId>
<version>2.1.0-20220608.043832-6</version>
<version>2.1.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
Loading

0 comments on commit 5b4a994

Please sign in to comment.