ModsJava
[Bungee & Spigot] UUIDDatabase |API
Manage your users with this plugin and this API!. Free Minecraft Java mod for 1.8, 1.9, 1.10.
⬇ Download on Spigot
UUIDDatabase
With this plugin, you can save the uuid and the username in your database.
This plugin puts the user who joins on your server in a database (only uuid and name).
Commands & Permissions
- /getuuid <name> ~ uuidatabase.command.getuuid
- /dbusers ~ uuiddatabase.command.dbusers
API
This plugin puts the user who joins on your server in a database (only uuid and name).
Commands & Permissions
- /getuuid <name> ~ uuidatabase.command.getuuid
- /dbusers ~ uuiddatabase.command.dbusers
API
Code (Text):
/* Gets the Name by the uuid from your database */
String name = DatabaseAPI.getName(uuid);
/* Gets the realname by a name without paying attention to case-sensitive*/
String name = DatabaseAPI.getName(username);
/* Gets the uuid by a playername */
UUID uuid = DatabaseAPI.getUUID(name);
/* Returns the value if a player exists in the database by name */
boolean exists = DatabaseAPI.isPlayerExists(name);
/* Returns the value if a player exists in the database by uuid */
boolean exists = DatabaseAPI.isPlayerExists(uuid);
/* Returns the list of players with name and uuid */
HashMap<String, UUID> users = DatabaseAPI.getUsers();
String name = DatabaseAPI.getName(uuid);
/* Gets the realname by a name without paying attention to case-sensitive*/
String name = DatabaseAPI.getName(username);
/* Gets the uuid by a playername */
UUID uuid = DatabaseAPI.getUUID(name);
/* Returns the value if a player exists in the database by name */
boolean exists = DatabaseAPI.isPlayerExists(name);
/* Returns the value if a player exists in the database by uuid */
boolean exists = DatabaseAPI.isPlayerExists(uuid);
/* Returns the list of players with name and uuid */
HashMap<String, UUID> users = DatabaseAPI.getUsers();
Usage:
You can use the plugin on both server-types: Spigot and BungeeCord!
You can use the plugin on both server-types: Spigot and BungeeCord!
[Bungee & Spigot] UUIDDatabase |API is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 276 times (via Spigot). Download it and open it directly in the game.