Minecraft UUIDSql mod 2026 download
logo
minecraft mod UUIDSql

UUIDSql

Game Version: CB 1.7.9-R0.1
Total Downloads: 1,364
Updated: Jul 2, 2014
Created: May 14, 2014
Download UUIDSqlDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
UUIDSql 0.2.8 release 9.64 KB Jul 2, 2014 CB 1.7.9-R0.1 692 download UUIDSql UUIDSql 0.2.8 releaseDownload
UUIDSql 0.2.7 release 9.51 KB Jun 29, 2014 CB 1.7.9-R0.1 165 download UUIDSql UUIDSql 0.2.7 releaseDownload
UUIDSql 0.2.1 release 7.35 KB May 28, 2014 CB 1.7.9-R0.1 196 download UUIDSql UUIDSql 0.2.1 releaseDownload
UUIDSql 0.2 release 6.84 KB May 28, 2014 CB 1.7.9-R0.1 186 download UUIDSql UUIDSql 0.2 releaseDownload
UUIDSql 0.1 release 5.19 KB May 28, 2014 CB 1.7.9-R0.1 125 download UUIDSql UUIDSql 0.1 releaseDownload

Description

Share this:

UUIDSql 0.2.8

What is this plugin ?

This plugin allow you to store in a database, the UUID that correspond to the player and it real username. I made this plugin because with the recent change, some plugins are storing the username of a player with the new form. So for instance when the minecraft server is linked to a website ( via a database ), if plugins are storing the player name with this identifier, we can't have the player username that correspond to it. For example the well known plugin permissionsEx use this UUIDs to store player permissions and in my case I need to get permissions player informations in the website. That all why I made this usefull plugin ( for me it is usefull )

This plugin is not very interesting if you didn't need to work with a website.

How it work ?

That is realy simple. When a player joined the server, we add a new line in the mysql table. when the player is already in the table we simply update his UUID.

Commands ?

Since version 0.2.8, six commands are available :

  • uuidsql reload.
  • uuidsql getname <uuid>
  • uuidsql getuuid <name>
  • uuidsql purge
  • uuidsql removeuuid <uuid>
  • uuidsql removename <username>

This commands are available to everyone without permissions from player side and in the console.

Plugin permissions

Console didn't need permissions but peaple who wan't to execute remove command or purge or reload command need permissions.
For this plugin there are 2 entity :

  • uuidsql.reload -> to allow the user to reload the plugin
  • uuidsql.remove -> to allow the user tu use remove and purge command

Plugin Configuration :

That realy simple. you just need to go in the config.yml file and change the database information with informations that correspond to your database.

Sources ?

The full code source is available on our github.com repos, here.

Note: THIS PLUGIN WAS CREATED AND TESTED FOR MINECRAFT 1.7.9 SO I DON'T KNOW IF IT WILL WORK WITH LOWER VERSIONS.
YOU HAVE TO USE JAVA 7 OTHERWISE THE PLUGIN WON'T LOAD !

Comments

Add a comment