mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2025-08-16 08:35:43 +00:00
fix: added huskclaims support to embedded resources yamls (#248)
This commit is contained in:
parent
1f16f943e8
commit
86b2e3508b
2
pom.xml
2
pom.xml
@ -326,7 +326,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.william278.huskclaims</groupId>
|
<groupId>net.william278.huskclaims</groupId>
|
||||||
<artifactId>huskclaims-bukkit</artifactId>
|
<artifactId>huskclaims-bukkit</artifactId>
|
||||||
<version>1.5</version>
|
<version>1.5.2</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Husktown (https://www.spigotmc.org/resources/husktowns.92672/) (Added in 3.4.5)-->
|
<!-- Husktown (https://www.spigotmc.org/resources/husktowns.92672/) (Added in 3.4.5)-->
|
||||||
|
@ -33,6 +33,8 @@ Settings:
|
|||||||
Pueblos: false
|
Pueblos: false
|
||||||
## Respect SaberFactions areas (https://www.spigotmc.org/resources/saberfactions.69771/) (Added in 3.4.5)
|
## Respect SaberFactions areas (https://www.spigotmc.org/resources/saberfactions.69771/) (Added in 3.4.5)
|
||||||
SaberFactions: false
|
SaberFactions: false
|
||||||
|
## Respect HuskClaims areas (https://www.spigotmc.org/resources/huskclaims-1-17-1-21-modern-golden-shovel-land-claiming-fully-cross-server-compatible.114467/) (Added in 1.5.2)
|
||||||
|
HuskClaims: false
|
||||||
## Respect HuskTowns areas (https://www.spigotmc.org/resources/husktowns.92672/) (Added in 3.4.5)
|
## Respect HuskTowns areas (https://www.spigotmc.org/resources/husktowns.92672/) (Added in 3.4.5)
|
||||||
HuskTowns: false
|
HuskTowns: false
|
||||||
## Respect FactionsBridge compatible claims (https://www.spigotmc.org/resources/factionsbridge.89716/) (Added in 3.6.9)
|
## Respect FactionsBridge compatible claims (https://www.spigotmc.org/resources/factionsbridge.89716/) (Added in 3.6.9)
|
||||||
|
@ -25,6 +25,7 @@ softdepend:
|
|||||||
- Multiverse-Core #Forcing Multiverse to load BEFORE BetterRTP
|
- Multiverse-Core #Forcing Multiverse to load BEFORE BetterRTP
|
||||||
- Essentials #adds `/back` support
|
- Essentials #adds `/back` support
|
||||||
- PlaceholderAPI
|
- PlaceholderAPI
|
||||||
|
- HuskClaims #fixed condition race which breaks hooking
|
||||||
api-version: '1.13'
|
api-version: '1.13'
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user