
Ne v seti
Ne v seti is a specialized library designed for working with data of players in offline mode. This tool provides developers with convenient methods for reading and modifying character information, and also allows obtaining unique player identifiers by their names and vice versa.
Functional Features
The main purpose of the library is to simplify interaction with offline players. With its help, you can easily retrieve a user's UUID knowing only their nickname, as well as determine a player's name by their unique identifier. This is especially useful when creating plugins that require working with historical data or information about characters that are not currently active in the game.
Origin of the Name
The name "Ne v seti" is a transliteration of the Russian phrase "Не в сети", which literally translates as "offline" or "not in the network". This name accurately reflects the main functionality of the library.
Installation and Connection
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')
}