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

net.chestmc.common.extensions.constants.Repository.kt Maven / Gradle / Ivy

The newest version!
package net.chestmc.common.extensions.constants

import net.chestmc.common.extensions.newFolder

val REPOSITORY_FOLDER = newFolder("repository")
val LOCATION_REPOSITORY_FOLDER = newFolder(REPOSITORY_FOLDER, "locations")
val WORLD_REPOSITORY_FOLDER = newFolder(REPOSITORY_FOLDER, "worlds")
val PLAYER_REPOSITORY_FOLDER = newFolder(REPOSITORY_FOLDER, "players")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy