Hidendra / Plugin-Metrics

Metrics tools designed for minecraft plugins to gather statistical data
http://mcstats.org
85 stars 79 forks source link

Sponge: No way to retrieve auth mode & MC version #58

Open Hidendra opened 9 years ago

Hidendra commented 9 years ago

as of SpongeAPI 1.0. According to g on IRC Sponge plans to add a Server-style interface. I assume it will contain access to auth mode & MC version.

Ribesg commented 9 years ago

Auth mode: https://github.com/SpongePowered/SpongeAPI/blob/master/src/main/java/org/spongepowered/api/Server.java#L265

MC Version: https://github.com/SpongePowered/SpongeAPI/blob/master/src/main/java/org/spongepowered/api/Platform.java#L70

Hidendra commented 9 years ago

Sweet. Looks like a bit changed re: config files so I'll test it a bit more before I push.

jb-aero commented 8 years ago

Added in #75

MattBDev commented 8 years ago

Bump