NPCConfiguration

data class NPCConfiguration(val location: Location = Location(Bukkit.getWorlds()[0], 0.0, 20.0, 0.0, 0F, 0F), val name: Component?, val profile: Profile)

The configuration for the npc shop.

Author

MarkusTieger

Since

0.2.0

Constructors

Link copied to clipboard
constructor(location: Location = Location(Bukkit.getWorlds()[0], 0.0, 20.0, 0.0, 0F, 0F), name: Component?, profile: Profile)

Properties

Link copied to clipboard
val location: Location

The location where the npc spawns

Link copied to clipboard
val name: Component?

The displayname of the npc

Link copied to clipboard
val profile: Profile

The profile of the npc

Functions

Link copied to clipboard

Spawns an NPC.