Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/achievements/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Unlock and track user achievements. (Coming late-2024)",
"icon": "medal",
"tags": [
"game"
"competitive"
],
"authors": [],
"status": "coming_soon",
Expand Down
2 changes: 1 addition & 1 deletion modules/analytics/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Track and visualize user behavior data. (Coming mid-2024)",
"icon": "chart-line",
"tags": [
"game"
"analytics"
],
"authors": [],
"status": "coming_soon",
Expand Down
2 changes: 1 addition & 1 deletion modules/chat/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "In-game player-to-player messaging. (Coming late-2024)",
"icon": "messages",
"tags": [
"game"
"social"
],
"authors": [],
"status": "coming_soon",
Expand Down
3 changes: 2 additions & 1 deletion modules/currency/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"economy"
],
"authors": [
"ABCxFF"
"ABCxFF",
"NathanFlurry"
],
"status": "preview",
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion modules/email/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"description": "Send emails using multiple providers.",
"icon": "envelope",
"tags": [
"email"
"email",
"utility"
],
"authors": [
"rivet-gg",
Expand Down
2 changes: 1 addition & 1 deletion modules/game_saves/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Store and manage player progress data or world state. (Coming mid-2024)",
"icon": "floppy-disk",
"tags": [
"game"
"utility"
],
"authors": [],
"status": "coming_soon",
Expand Down
2 changes: 1 addition & 1 deletion modules/groups/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Group users in groups/clans/guilds. (Coming late-2024)",
"icon": "user-group",
"tags": [
"game"
"social"
],
"authors": [],
"status": "coming_soon",
Expand Down
2 changes: 1 addition & 1 deletion modules/leaderboards/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Track and display top player rankings. (Coming mid-2024)",
"icon": "ranking-star",
"tags": [
"game"
"competitive"
],
"authors": [],
"status": "coming_soon",
Expand Down
2 changes: 1 addition & 1 deletion modules/matchmaker/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Ticket-based matchmaking that balances skill, latency, and more. (Coming mid-2024)",
"icon": "chess-knight",
"tags": [
"game"
"multiplayer"
],
"authors": [],
"status": "coming_soon",
Expand Down
2 changes: 1 addition & 1 deletion modules/parties/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Real-time player groups. Integrates with matchmaking. (Coming mid-2024)",
"icon": "party-horn",
"tags": [
"game"
"multiplayer"
],
"authors": [],
"status": "coming_soon",
Expand Down
3 changes: 2 additions & 1 deletion modules/rate_limit/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"icon": "gauge-circle-minus",
"tags": [
"core",
"utility"
"utility",
"security"
],
"authors": [
"rivet-gg",
Expand Down
4 changes: 2 additions & 2 deletions modules/rivet/module.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"status": "stable",
"name": "Rivet API",
"description": "Helper for calling the Rivet API.",
"name": "Rivet",
"description": "Open-source game servers & backend for multiplayer games.",
"icon": "r",
"tags": [
"core",
Expand Down
3 changes: 2 additions & 1 deletion modules/tokens/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"icon": "lock",
"tags": [
"core",
"utility"
"utility",
"security"
],
"authors": [
"rivet-gg",
Expand Down
4 changes: 3 additions & 1 deletion modules/uploads/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
"public": false
},
"fetch_public_file_urls": {
"name": "Fetch Public File URLs",
"description": "Returns public presigned URLs for specified files in an upload",
"public": false
}
},
Expand Down Expand Up @@ -85,4 +87,4 @@
}
},
"dependencies": {}
}
}
2 changes: 1 addition & 1 deletion modules/user_passwords/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
"name": "Password is Invalid"
}
}
}
}