io.github.dailystruggle.rtp.common.configuration.enums.SafetyKeys Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of RTP Show documentation
Show all versions of RTP Show documentation
a random teleport plugin
package io.github.dailystruggle.rtp.common.configuration.enums;
public enum SafetyKeys {
invulnerabilityTime,
safetyRadius,
platformRadius,
platformAirHeight,
platformDepth,
platformMaterial,
airBlocks,
unsafeBlocks,
biomeWhitelist,
biomes,
version
}