Compatibility
Minecraft: Java Edition
1.17.x
1.16.4–1.16.5
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 years ago
Ne v seti
Ne v seti is a library that facilitates reading and editing data of offline players. It also allows getting the player's UUID from a name and a username from a player's UUID.
Name
Не в сети (which is transliterated to "Ne v seti") means offline in Russian.
Installing
repositories {
maven {
name = "Basique's Maven"
url = 'https://porez.ml/maven'
}
}
dependencies {
modImplementation include('me.basiqueevangelist:ne-v-seti:0.1.6-1.16.5')
// modImplementation include('me.basiqueevangelist:ne-v-seti:0.1.6-1.17')
}