io.github.dailystruggle.rtp.common.configuration.enums.MessagesKeys 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 MessagesKeys {
placeholders,
alreadyTeleporting,
delayMessage,
teleportMessage,
chunkLoading,
teleportCancel,
unsafe,
cooldownMessage,
noLocationsQueued,
queueUpdate,
notEnoughMoney,
days,
hours,
minutes,
seconds,
millis,
oldFile,
newWorld,
reloading,
reloaded,
updating,
updated,
badArg,
consoleCmdNotAllowed,
noPerms,
invalidWorld,
fillStart,
fillCancel,
fillPause,
fillResume,
fillRunning,
fillNotRunning,
fillStatus,
infoTitle,
infoChunks,
infoWorldHeader,
infoWorld,
infoRegionHeader,
infoRegion,
worldInfo,
regionInfo,
rtp,
help,
reload,
fill,
PLAYER_AVAILABLE,
PLAYER_COOLDOWN,
PLAYER_SETUP,
PLAYER_LOADING,
PLAYER_TELEPORTING,
title,
subtitle,
fadeIn,
stay,
fadeOut,
actionbar,
version
}