Thue / rfwadmin

A web interface for controlling a MineCraft server, optimized for custom maps
GNU General Public License v3.0
68 stars 16 forks source link

Latest snapshots break RFWadmin #15

Closed TrazLander closed 10 years ago

TrazLander commented 10 years ago

Recent snapshots break this. It's broken because of the new way that Mojang adds players by their UUID. Dunno if you guys are still into this stuff, but it was pretty useful for gpmidi and I for server loading and mapmaking purposes (the server reset/reload map was great for testing maps!).

Thue commented 10 years ago

I have now updated rfwadmin to support UUIDs on the access lists tab!

Note that running 1.7.6, the Minecraft jar itself will auto-convert ops.txt etc when run, and delete the old files. So running 1.7.6, and then switching back to eg 1.7.5, 1.7.5 will not see the old ops.txt etc.

Regards, Thue

2014-03-29 5:05 GMT+01:00 Jeff Isom notifications@github.com:

Recent snapshots break this. It's broken because of the new way that Mojang adds players by their UUID. Dunno if you guys are still into this stuff, but it was pretty useful for gpmidi and I for server loading and mapmaking purposes (the server reset/reload map was great for testing maps!).

Reply to this email directly or view it on GitHubhttps://github.com/Thue/rfwadmin/issues/15 .

TrazLander commented 10 years ago

thanks Thue <3