mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-04-13 11:26:06 +00:00
Added GriefDefender support
This commit is contained in:
@@ -21,8 +21,10 @@ Settings:
|
||||
Residence: false
|
||||
## Respect KingdomsX areas (https://www.spigotmc.org/resources/kingdomsx.77670/)
|
||||
KingdomsX: false
|
||||
## Respect hClaims areas (https://github.com/pixelnw/claimapi)
|
||||
## Respect hClaims areas (https://www.spigotmc.org/resources/hclaims.90540/)
|
||||
hClaims: false
|
||||
## Respect GriefDefender areas (https://www.spigotmc.org/resources/griefdefender.68900/)
|
||||
GriefDefender: false
|
||||
## Output to console some debugging info
|
||||
Debugger: false
|
||||
## Amount of chunks to preload around a safe location
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
main: me.SuperRonanCraft.BetterRTP.BetterRTP
|
||||
version: '3.0.6'
|
||||
version: '3.1.0'
|
||||
name: BetterRTP
|
||||
author: SuperRonanCraft
|
||||
softdepend:
|
||||
@@ -14,6 +14,7 @@ softdepend:
|
||||
- ProtocolLib
|
||||
- Kingdoms
|
||||
- hClaims
|
||||
- GriefDefender
|
||||
api-version: '1.13'
|
||||
|
||||
commands:
|
||||
|
||||
Reference in New Issue
Block a user