Skip to content

Commit

Permalink
[CORE] ASE 1.20.1-43.1: Remove Residence Support (Spigot Unban) (#283)
Browse files Browse the repository at this point in the history
* [CI] Remove Residence from Maven XMLs

* [CORE] Remove Residence

* [CORE] Remove Residence

* [CORE] Remove Residence
  • Loading branch information
Wolfieheart authored Jun 29, 2023
1 parent 55d1137 commit 2a7dd28
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 94 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,6 @@
<version>1.23.2</version>
<scope>provided</scope>
</dependency>
<!-- Residence -->
<dependency>
<groupId>com.bekvon</groupId>
<artifactId>Residence</artifactId>
<version>5.1.1.3</version>
<scope>system</scope>
<systemPath>${pom.basedir}/src/main/resources/Residence5.1.1.3.jar</systemPath>
</dependency>
<!-- Mojang/AuthLib -->
<dependency>
<groupId>com.mojang</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ public class PlayerEditorManager implements Listener {
new SkyblockProtection(),
new TownyProtection(),
new WorldGuardProtection(),
new BentoBoxProtection(),
new ResidenceProtection());
new BentoBoxProtection());

PlayerEditorManager( ArmorStandEditorPlugin plugin) {
this.plugin = plugin;
Expand Down

This file was deleted.

Binary file removed src/main/resources/Residence5.1.1.3.jar
Binary file not shown.

0 comments on commit 2a7dd28

Please sign in to comment.