BukkitStaff
Don't download this plugin. It no longer serves any purpose as a result of all the real staff leaving. Remember them and the great work they did.
What it does
You can type in the username of any bukkit staff and it will send you a message
Commands
All FBO and DBO staff (excluding curse staff)
Permissions
None
Metrics
Metrics has been added into the plugin. Only data such as plugin version and players online is collected. If you don't want any of the harmless data it collects sent off to the metrics servers, you can opt out of metrics in the "Plugin Metrics" plugin folder
Note: BukkisStaff now fetches the staff list from http://forums.bukkit.org/XenStaff/ on startup to provide you with the most recent and accurate staff list. (Thanks lol768 and DSH105)
-
View User Profile
-
Send Message
Posted Aug 31, 2013@JOPHESTUS A description of each one :D
-
View User Profile
-
Send Message
Posted Aug 31, 2013@filoghost
What is there to know?
-
View User Profile
-
Send Message
Posted Aug 31, 2013Ehm...four lines of code? It doesn't tell you anything about each one...
-
View User Profile
-
Send Message
Posted Aug 30, 2013@iiHeroo
Ticket created from comment, I'll look into this :)
-
View User Profile
-
Send Message
Posted Aug 30, 2013@JOPHESTUS
Nice plugin, and you know Gomeow :oooooooooooooooooooo
Edit: You got an error in your plugin http://pastie.org/8283096
-
View User Profile
-
Send Message
Posted Aug 30, 2013@S1lverK3y
Literally thought there was a bug on my screen....
-
View User Profile
-
Send Message
Posted Jun 22, 2013@chaseoes
I shall make a repo now https://github.com/JOPHESTUS/BukkitStaff
-
View User Profile
-
Send Message
Posted Jun 21, 2013GitHub?
-
View User Profile
-
Send Message
Posted Jun 18, 2013-
View User Profile
-
Send Message
Posted Jun 18, 2013@S1lverK3y
md_5 is no longer a DBO or FBO staff, hence his name not being listed.
He is in version 1 though
-
View User Profile
-
Send Message
Posted Jun 18, 2013-
View User Profile
-
Send Message
Posted Jun 18, 2013-
View User Profile
-
Send Message
Posted Jun 17, 2013o_O LOL.
-
View User Profile
-
Send Message
Posted Feb 3, 2013Lol.
-
View User Profile
-
Send Message
Posted Oct 4, 2012interesting O_o lol
-
View User Profile
-
Send Message
Posted Sep 20, 2012@RoyalSoda
I don't add changelog to the main page, there is no need to. The changelog is on the file's page.
-
View User Profile
-
Send Message
Posted Aug 26, 2012I believe you need a change log. Also, you should probably just use a method in your source code to reproduce the whole "NAME is awesome" thing. It can just check for input. What you used (the following), seems a bit excessive to me. :3
if (command.getName().equalsIgnoreCase("NAME")) { sender.sendMessage(ChatColor.DARK_GREEN + "+
------+"); sender.sendMessage(ChatColor.DARK_AQUA + "NAME is awesome"); sender.sendMessage(ChatColor.DARK_GREEN + "+------+"); }