MVN

com.voxelbuster : hardcorelivesplugin

Maven & Gradle

Nov 11, 2023

HardcoreLivesPlugin · A plugin that allows players to have multiple limited lives on a hardcore server. Configurable and integrates into MC Scoreboard.

<dependency>
    <groupId>com.voxelbuster</groupId>
    <artifactId>hardcorelivesplugin</artifactId>
    <version>1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.voxelbuster : hardcorelivesplugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of com.voxelbuster : hardcorelivesplugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4
hardcorelivesplugin-1.4

How to add a dependency to Maven

Add the following com.voxelbuster : hardcorelivesplugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.voxelbuster</groupId>
    <artifactId>hardcorelivesplugin</artifactId>
    <version>1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.voxelbuster : hardcorelivesplugin gradle dependency to your build.gradle file:

implementation 'com.voxelbuster:hardcorelivesplugin:1.4'

Gradle Kotlin DSL: Add the following com.voxelbuster : hardcorelivesplugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.voxelbuster:hardcorelivesplugin:1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.voxelbuster : hardcorelivesplugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.voxelbuster" % "hardcorelivesplugin" % "1.4"

Advertisement