All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.dailystruggle.rtp.common.configuration.enums.MessagesKeys Maven / Gradle / Ivy

There is a newer version: 2.0.15
Show newest version
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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy