Defaults

open class Defaults

Default org.samo_lego.taterzens.npc.TaterzenNPC settings.

Properties

_comment_allowFlight
Link copied to clipboard
@SerializedName(value = "// Whether Taterzen is able to fly.")
val _comment_allowFlight: String
_comment_allowRiding
Link copied to clipboard
@SerializedName(value = "// Whether Taterzens can be picked up by boats / minecarts.")
val _comment_allowRiding: String
_comment_allowSwim
Link copied to clipboard
@SerializedName(value = "// Whether Taterzen is able to swim.")
val _comment_allowSwim: String
_comment_commandCooldownMessage
Link copied to clipboard
@SerializedName(value = "// Default cooldown message to be sent to the player. Supports translation as well.")
val _comment_commandCooldownMessage: String
_comment_commandPermissionLevel
Link copied to clipboard
@SerializedName(value = "// Default command permission level of Taterzen.")
val _comment_commandPermissionLevel: String
_comment_dropEquipment
Link copied to clipboard
@SerializedName(value = "// Whether Taterzens should drop equipment on death.")
val _comment_dropEquipment: String
_comment_invulnerable
Link copied to clipboard
@SerializedName(value = "// Whether Taterzen is invulnerable by default.")
val _comment_invulnerable: String
_comment_jumpWhileAttacking
Link copied to clipboard
@SerializedName(value = "// Enable jumps when Taterzen is in attack mode.")
val _comment_jumpWhileAttacking: String
_comment_minInteractionTime
Link copied to clipboard
@SerializedName(value = "// How many ticks must pass between each interaction (command triggerings).")
val _comment_minInteractionTime: String
_comment_sounds
Link copied to clipboard
@SerializedName(value = "// Default sounds for Taterzens. Set to [] to mute them.")
val _comment_sounds: String
allowFlight
Link copied to clipboard
@SerializedName(value = "allow_flight")
open val allowFlight: Boolean
allowRiding
Link copied to clipboard
@SerializedName(value = "allow_riding")
open val allowRiding: Boolean
allowSwim
Link copied to clipboard
@SerializedName(value = "allow_swim")
open val allowSwim: Boolean
ambientSounds
Link copied to clipboard
@SerializedName(value = "ambient_sounds")
open val ambientSounds: List<String>
Default Taterzen ambient sound.
commandCooldownMessage
Link copied to clipboard
@SerializedName(value = "command_cooldown_message")
open val commandCooldownMessage: String
commandPermissionLevel
Link copied to clipboard
@SerializedName(value = "command_permission_level")
open val commandPermissionLevel: Int
Default command permission level of Taterzen.
deathSounds
Link copied to clipboard
@SerializedName(value = "death_sounds")
open val deathSounds: List<String>
Default Taterzen death sound.
dropEquipment
Link copied to clipboard
@SerializedName(value = "drop_equipment")
open val dropEquipment: Boolean
hurtSounds
Link copied to clipboard
@SerializedName(value = "hurt_sounds")
open val hurtSounds: List<String>
Default Taterzen hurt / hit sound.
invulnerable
Link copied to clipboard
open val invulnerable: Boolean
Whether Taterzen is invulnerable by default.
jumpWhileAttacking
Link copied to clipboard
@SerializedName(value = "jump_while_attacking")
open val jumpWhileAttacking: Boolean
Whether to enable jumps when Taterzen is in attack mode.
leashable
Link copied to clipboard
open val leashable: Boolean
Whether Taterzens should be leashable.
minInteractionTime
Link copied to clipboard
@SerializedName(value = "minimum_interaction_time")
open val minInteractionTime: Long
name
Link copied to clipboard
open val name: String
Default Taterzen name
pushable
Link copied to clipboard
open val pushable: Boolean