J-Stats: Difference between revisions

From RetroMC
Jump to navigation Jump to search
(Initial page creation)
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Server internals]]
{{Infobox
{{Infobox
| above = J-Stats
| above = J-Stats<hr>
| image1    = [[File:J-Stats.png|200px]]
| image1    = [[File:J-Stats.png|200px]]
 
| caption1 = Desktop (macOS)<hr>
| image2 = [[File:J-Stats-iOS.png|200px]]
| caption2 = Mobile (iOS)<hr>
| label1 = Creators
| label1 = Creators
| data1 = {{user|JohnyMuffin}} and [https://github.com/0xs2 0xs2] ({{user|notsui}})
| data1 = {{user|JohnyMuffin}} and [https://github.com/0xs2 0xs2] ({{user|notsui}})
Line 22: Line 25:
'''J-Stats''' is a web application created by {{user|JohnyMuffin}} and [https://github.com/0xs2 0xs2] ({{user|notsui}}) for tracking player statistics on RetroMC and was created on 1 January 2023.<br>
'''J-Stats''' is a web application created by {{user|JohnyMuffin}} and [https://github.com/0xs2 0xs2] ({{user|notsui}}) for tracking player statistics on RetroMC and was created on 1 January 2023.<br>
This utilizes the RetroMC [[API]] to retrive said statistics.
This utilizes the RetroMC [[API]] to retrive said statistics.
== Home ==
{{q|<code>x</code> players currently on RetroMC.|https://statistics.retromc.org}}
Images are included in the infobox.<br>
This uses the [https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET GET] method for <code>[[API#GET_api.retromc.org/api/v1/server/players|api.retromc.org/api/v1/server/players]]</code>.
== Chat ==
{{q|''Players currently chatting.''|https://statistics.retromc.org/chat}}
<gallery mode="packed">
File:J-Stats-Chat.png|[[User:Noggisoggi|{{MCColor|&f|Â}}{{MCColor|&e|NoÂ}}{{MCColor|&f|ggiÂ}}{{MCColor|&5|sogÂ}}{{MCColor|&8|gi}}]] probably wouldn't want his nickname to be er.. scrambled.
</gallery>
Uses the [https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET GET] method for <code>[[API#GET_api.retromc.org/api/v1/server/chat|api.retromc.org/api/v1/server/chat]]</code>.
== Leaderboard ==
{{q|''See the top players on RetroMC''|https://statistics.retromc.org/leaderboard}}
<gallery mode="packed">
File:J-Stats-Leaderboard-1.png|RetroMC Olympics – Join Count when
File:J-Stats-Leaderboard-2.png|{{Button|Join Server}}/{{Button|Connect}} button go brrrrr
</gallery>
== Villages ==
{{q|''Here you can search for villages.''|https://statistics.retromc.org/villages}}
<gallery mode="packed">
File:J-Stats-Village-1.png|[[ObsidianCore|Self-advert–]]
File:J-Stats-Village-2.png|no assistants because all of them are inactive 😭
</gallery>
Please note that [[JVillage|villages that were migrated from Towny]] ([https://statistics.retromc.org/village/733d5c72-87ca-40ce-8416-38018564615d ObCo]) have an incorrect creation date.<br>
<code>[[API#GET_api.retromc.org/api/v1/village/getVillage|GET api.retromc.org/api/v1/village/getVillage]]</code> and <code>[[API#GET_api.retromc.org/api/v1/village/getVillageList|GET api.retromc.org/api/v1/village/getVillageList]]</code>
== Player pages ==
<gallery mode="packed">
File:J-Stats-Player-1.png|it is [https://statistics.retromc.org/player/5aa96969-84c4-450c-b20a-0244ed713739 the noggi man]
File:J-Stats-Player-2.png|Blatant display of his criminal record.
File:J-Stats-Player-3.png|That feeling when you disable [https://en.wikipedia.org/wiki/WebGL WebGL]:
</gallery>

Latest revision as of 01:12, 23 August 2024

J-Stats
Desktop (macOS)
Mobile (iOS)
Creators16.png JohnyMuffin and 0xs2 ( 16.png notsui)
Established1 January 2023
Addresshttps://statistics.retromc.org
https://j-stats.xyz
Source codev1: https://github.com/retromcorg/J-Stats
Rewrite: https://github.com/retromcorg/statistics
Version1.0.4
"The CIA for RetroMC"

J-Stats repository description.

"The RetroMC statistic panel"

Rewrite (J-Stats²) repository description.

J-Stats is a web application created by 16.png JohnyMuffin and 0xs2 ( 16.png notsui) for tracking player statistics on RetroMC and was created on 1 January 2023.
This utilizes the RetroMC API to retrive said statistics.

Home

"x players currently on RetroMC."

https://statistics.retromc.org

Images are included in the infobox.
This uses the GET method for api.retromc.org/api/v1/server/players.

Chat

"Players currently chatting."

https://statistics.retromc.org/chat

Uses the GET method for api.retromc.org/api/v1/server/chat.

Leaderboard

"See the top players on RetroMC"

https://statistics.retromc.org/leaderboard

Villages

"Here you can search for villages."

https://statistics.retromc.org/villages

Please note that villages that were migrated from Towny (ObCo) have an incorrect creation date.
GET api.retromc.org/api/v1/village/getVillage and GET api.retromc.org/api/v1/village/getVillageList

Player pages