R

RedBackups

This plugin makes backups of redprotect player regions
Files download
File Operation
RedBackups-8.1.1.jar download
RedBackups-8.1.1.pom download
RedBackups-8.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.fabiozumbi12.RedProtect</groupId>
  <artifactId>RedBackups</artifactId>
  <version>8.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.fabiozumbi12.RedProtect:RedBackups:8.1.1'
Gradle Kotlin
implementation("io.github.fabiozumbi12.RedProtect:RedBackups:8.1.1")
Scala SBT
libraryDependencies += "io.github.fabiozumbi12.RedProtect" % "RedBackups" % "8.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.fabiozumbi12.RedProtect', module='RedBackups', version='8.1.1')
)
Apache Ivy
<dependency org="io.github.fabiozumbi12.RedProtect" name="RedBackups" rev="8.1.1" />
Leiningen
[io.github.fabiozumbi12.RedProtect/RedBackups "8.1.1"]
Apache Buildr
'io.github.fabiozumbi12.RedProtect:RedBackups:jar:8.1.1'