Skip to content

Commit 77c5657

Browse files
committed
Removed getOnline, getPing with getServerInfo from docs
1 parent 85a4abb commit 77c5657

File tree

12 files changed

+53
-69
lines changed

12 files changed

+53
-69
lines changed

docs/index.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,10 @@
1212
path: getFriends.md
1313
- name: getStatus
1414
path: getStatus.md
15-
- name: getPing
16-
path: getPing.md
1715
- name: getRecentGames
1816
path: getRecentGames.md
1917
- name: getWatchdogStats
2018
path: getWatchdogStats.md
21-
- name: getOnline
22-
path: getOnline.md
2319
- name: getKeyInfo
2420
path: getKeyInfo.md
2521
- name: getLeaderboards
@@ -28,6 +24,8 @@
2824
path: getAPIStatus.md
2925
- name: getBoosters
3026
path: getBoosters.md
27+
- name: getServerInfo
28+
path: getServerInfo.md
3129
# - name: getSkyblockProfiles
3230
# path: getSkyblockProfiles.md
3331
# - name: getSkyblockMember

docs/methods/getAPIStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# getPlayer
1+
# getAPIStatus
22
Allows you to get the Hypixel API's Status and past Incidents, no key needed.
33
## Arguments
44

docs/methods/getBoosters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# getPlayer
1+
# getBoosters
22
Allows you to get all active boosters.
33
## Arguments
44
- [Method options](https://hypixel.stavzdev.xyz/#/docs/main/master/typedef/MethodOptions) (optional)

docs/methods/getFriends.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# getPlayer
1+
# getFriends
22
Allows you get player's list of friends.
33
## Arguments
44
- Player nickname or UUID

docs/methods/getKeyInfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# getPlayer
1+
# getKeyInfo
22
Gets Key information.
33
## Arguments
44
- [Method options](https://hypixel.stavzdev.xyz/#/docs/main/master/typedef/MethodOptions) (optional)

docs/methods/getLeaderboards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# getPlayer
1+
# getLeaderboards
22
Gets all leaderboards.
33
## Arguments
44
- [Method options](https://hypixel.stavzdev.xyz/#/docs/main/master/typedef/MethodOptions) (optional)

docs/methods/getOnline.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

docs/methods/getPing.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/methods/getRecentGames.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# getPlayer
1+
# getRecentGames
22
Allows you to get recent games of a player.
33
## Arguments
44
- Player nickname or UUID

docs/methods/getServerInfo.md

Lines changed: 43 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)