AppleDash / SaneEconomy

Finally, a sane economy plugin for Bukkit.
https://www.spigotmc.org/resources/saneeconomy-simple-but-featureful-economy.26223/
GNU General Public License v3.0
19 stars 24 forks source link

Player Names instead of UUID #22

Closed AugustoResende closed 7 years ago

AugustoResende commented 7 years ago

You can add a config to store player names instead of UUID? Is better for my offline minecraft server, that not require UUID, and is better for my APIs. Please :(

AppleDash commented 7 years ago

In what way is it better?

AugustoResende commented 7 years ago

Is better for my server! Is more easy change database values with player names instead of UUID, in my PHP APIs

AugustoResende commented 7 years ago

What is your IDE?

CaptainDapper commented 7 years ago

If you're using PHP, you can very easily use Mojang's API (http://wiki.vg/Mojang_API) to go back and forth between UUIDs and PlayerNames.

AugustoResende commented 7 years ago

I can't, my server is for "cracked" players

MGAndreasen commented 7 years ago

If your server is for cracked players, how does minecraft know your players inventory when they relogin? I will assume the server generates somekinda UUID even for cracked servers, might be wrong, but it does not make much sence else to have UUID info internaly on the server if it uses player names.

You could make your own table for conversion from your player names to what ever UUID is assigned to that cracked player,

Malachiel87 commented 7 years ago

I would like to add a config that use player name instead uuid

sgdc3 commented 7 years ago

@GabrielAugustoTI What's the issue with offline UUIDs?