PlayerUUID is a simple plugin originally made as a small test to see how to use the new UUID system. In it's released form, it is used to return the UUID of any player specified.
Configuration
NONE! :D
Permissions
Permission
What it does
playeruuid
The only permission node this plugin has. Allows access to the "/uuid" command.
Command(s)
Command
What it does
/uuid [player1, player2, etc]
Returns specified players
Source
The source code for PlayerUUID can be located on GitHub, here.
Could you add something to block users from joining that have changed there name? I need something like this until the server has been updated with all UUID.
Thanks. I don't plan on adding anything else onto this. It was just to test some features, and to have something to use as a future reference, when I need to use the UUID system (often).
Of course, if you have any ideas that sound like they have merit, I may add it in. Why not, right?
There are plenty of tutorials online. The best way for me was to find Open-Source projects, and see what every bit of code did. Overtime, you'll learn. For any questions on developing plugins, you should visit the Bukkit Forums and ask for some help, or check out the IRC #bukkitdev. They're very helpful while you're learning.
Hay un montón de tutoriales en línea. La mejor manera de que me iba a encontrar proyectos de Código Abierto, y ver lo que cada bit de código lo hizo. Con el tiempo, usted aprenderá. Para cualquier información sobre el desarrollo de plugins, usted debe visitar los foros de Bukkit y pedir un poco de ayuda, o echa un vistazo a la IRC # bukkitdev. Son muy útiles, mientras que usted está aprendiendo.
-
View User Profile
-
Send Message
Posted Apr 20, 2014@appletechandhelp
I have created another plugin, actually, that does this. http://dev.bukkit.org/bukkit-plugins/uniqueagain/
-
View User Profile
-
Send Message
Posted Apr 9, 2014Could you add something to block users from joining that have changed there name? I need something like this until the server has been updated with all UUID.
Something like this - http://i.imgur.com/QNqe4q4.png|
-
View User Profile
-
Send Message
Posted Apr 2, 2014@DeaShiva
Thanks. I don't plan on adding anything else onto this. It was just to test some features, and to have something to use as a future reference, when I need to use the UUID system (often).
Of course, if you have any ideas that sound like they have merit, I may add it in. Why not, right?
-
View User Profile
-
Send Message
Posted Apr 2, 2014@PvpMax
There are plenty of tutorials online. The best way for me was to find Open-Source projects, and see what every bit of code did. Overtime, you'll learn. For any questions on developing plugins, you should visit the Bukkit Forums and ask for some help, or check out the IRC #bukkitdev. They're very helpful while you're learning.
Hay un montón de tutoriales en línea. La mejor manera de que me iba a encontrar proyectos de Código Abierto, y ver lo que cada bit de código lo hizo. Con el tiempo, usted aprenderá. Para cualquier información sobre el desarrollo de plugins, usted debe visitar los foros de Bukkit y pedir un poco de ayuda, o echa un vistazo a la IRC # bukkitdev. Son muy útiles, mientras que usted está aprendiendo.
-
View User Profile
-
Send Message
Posted Apr 1, 2014Como Desenvolve plugins??
-
View User Profile
-
Send Message
Posted Mar 31, 2014nice :) a good start !