Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

MCBE-Speedrunning/Game-Requests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Request Form

This is a simple web form used for MCBE related leaderboard requests on speedrun.com

Config

All fields are optional

{
	"webhookURL": {
		"bedrock": "Discord Webhook URL for bedrock",
		"other": "Discord Webhook URL for other",
		"java": "Discord Webhook URL for java"
	},
	"port": 5000,
	"secret": "hunter2"
}