mike • PM |
Jul 07, 2011 4:57 PM
|
GAMETRACKER ADMIN
![]() Posts: 58 |
Please let us know what suggestions or requests you have for MineCraft GameTracker support in this thread!
|
krisdestruction • PM |
Aug 04, 2011 8:22 AM
|
![]() Posts: 2 |
Allow us to change the IP of the server. I switch hosts often and I have no idea how to change it.
|
serialkiller520 • PM |
Aug 06, 2011 5:43 PM
|
![]() Posts: 2 |
hi I'm unable to add my server on gt probably beacause of a plugin (bukkitcompat) that is an webpaged admin panel.
Do you know anything about this? cause my server is online, has the good port (query too) isn't firewalled and it still doesn't want to add^^ So if you can add a section for webpaged admin panel that could be cool ![]() |
burn • PM |
Aug 06, 2011 5:49 PM
|
![]() Posts: 10924 |
![]() |
krisdestruction • PM |
Aug 06, 2011 6:54 PM
|
![]() Posts: 2 |
so im guessing nothing on my suggestion?
|
burn • PM |
Aug 06, 2011 7:49 PM
|
![]() Posts: 10924 |
krisdestruction wrote: There are no plans to add this feature. ![]() |
sharkiller • PM |
Aug 07, 2011 6:49 AM
|
![]() Posts: 2 |
GOD!!
![]() only one suggestion. Remove the color codes from the nicks!! My nick show as §6[ADMIN] §4Sharkiller§f§f should be: [ADMIN] Sharkiller i think is very simple to fix. A lot of plugin modify the color in the nickname. the color are: character --> "§" follow by a hex number "0123456789abcdef" "§1" "§2" ..... "§e" "§f" there are no color higher than "§f" so can be fix with removing them easely with regex "/§[0-9a-f]/" NR §6[ADMIN] §4Sharkiller§f§f -- 1:00:21 NR §7[User] §2Natsu§f -- 02:05 NR §7[User] §2Casstielo§f -- 14:00 NR §7[User] §2Hitokiri§f -- 1:31:04 NR §7[User] §2RoKoMaN§f -- 1:31:04 NR §7[User] §2Shiben§f -- 1:20:08 thank you again!! |
serialkiller520 • PM |
Aug 07, 2011 11:55 AM
|
![]() Posts: 2 |
burn wrote: Probleme resolved thx to you. |
sharkiller • PM |
Sep 02, 2011 6:17 PM
|
![]() Posts: 2 |
thank for fix the color problem.
One more. The map "World/World_Nether" have a wrong image, with inscription "Team Hackercraft" WTF? Please change the image. There is one of my server in queue without inscriptions. |
oxguy3 • PM |
Jan 08, 2012 5:50 PM
|
![]() Posts: 3 |
So one thing that seems unfortunate on here is that there aren't any game stats available for Minecraft. While the statistics thing built into Minecraft couldn't be accessed by GameTracker, the statistics from the Bukkit plugin mcMMO could. mcMMO is a plugin that adds a bunch of skills that you can level up in - digging, mining, whatever. It even has a command already written for it that gets a list of the people with the best overall power level.
With minor changes to the MinecraftViewer plugin, this could be included in the server's query response. If I had verification that GameTracker would be willing to implement it, I could modify MinecraftViewer so that it would pull the stats from mcMMO and add them into the query returned by the server. The normal query looks something like this: http://pastebin.com/B7f1bzRW I could make it look something like this: http://pastebin.com/iVEgsMsj (Ignore the fact that those queries say they're from 1.9 Pre-release 4). Do you see, at the end of the modified query, where I've added the numbers after the usernames? Those are the mcMMO power levels of each player, and they could be used as the Score of each player on GameTracker. Also, I've changed the gametype variable from SMP to MCMMO, so that GameTracker would be able to tell between a server using my query syntax and a server using the normal query syntax. That means that this would cause no disruption whatsoever to server's that don't use this plugin. Here's what the banner might look like for a server that was using this plugin: http://dl.dropbox.com/u/40849135/mcmmo%20query%20gametracker%20banner.html So, if I can be promised that this would be implemented, I'll write and release a modified version of MinecraftViewer that does exactly what I've described. Actually, I could even make the plugin support a variety of plugins, not just mcMMO. The plugin could have a config that allows the admin to choose which stats will be sent to GameTracker. It could have total block changes from LogBlock, total cash from iConomy, or anything else. But I'm getting ahead of myself; I'll wait until I'm sure this will be supported.
Last edited by: oxguy3 Jan 08, 2012 5:57 PM
|