M

MineQuestNPC

NPC System for MineQuest
https://github.com/Rysefoxx/MineQuestNPC
MIT License
MineQuest
Files download
File Operation
MineQuestNPC-1.3.1.jar download
MineQuestNPC-1.3.1.pom download
MineQuestNPC-1.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.rysefoxx</groupId>
  <artifactId>MineQuestNPC</artifactId>
  <version>1.3.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.rysefoxx:MineQuestNPC:1.3.1'
Gradle Kotlin
implementation("io.github.rysefoxx:MineQuestNPC:1.3.1")
Scala SBT
libraryDependencies += "io.github.rysefoxx" % "MineQuestNPC" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.rysefoxx', module='MineQuestNPC', version='1.3.1')
)
Apache Ivy
<dependency org="io.github.rysefoxx" name="MineQuestNPC" rev="1.3.1" />
Leiningen
[io.github.rysefoxx/MineQuestNPC "1.3.1"]
Apache Buildr
'io.github.rysefoxx:MineQuestNPC:jar:1.3.1'