diff options
author | AnInternetTroll <lucafulger@gmail.com> | 2020-05-10 20:48:08 +0000 |
---|---|---|
committer | AnInternetTroll <lucafulger@gmail.com> | 2020-05-10 20:48:08 +0000 |
commit | efa99965c4390bca433999c6ff5c188a84b2dbe5 (patch) | |
tree | 8dfe219692ab161ba7bde9770e6932cd466cc9c0 /custom_commands.json | |
parent | e56aee64210ebcb2603d1497bdc577670b7e0ed7 (diff) | |
download | steve-bot-efa99965c4390bca433999c6ff5c188a84b2dbe5.tar steve-bot-efa99965c4390bca433999c6ff5c188a84b2dbe5.tar.gz steve-bot-efa99965c4390bca433999c6ff5c188a84b2dbe5.tar.bz2 steve-bot-efa99965c4390bca433999c6ff5c188a84b2dbe5.tar.lz steve-bot-efa99965c4390bca433999c6ff5c188a84b2dbe5.tar.xz steve-bot-efa99965c4390bca433999c6ff5c188a84b2dbe5.tar.zst steve-bot-efa99965c4390bca433999c6ff5c188a84b2dbe5.zip |
Added findseed command and the ! prefix
Diffstat (limited to '')
-rwxr-xr-x | custom_commands.json | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/custom_commands.json b/custom_commands.json index e9d18d7..db953e3 100755 --- a/custom_commands.json +++ b/custom_commands.json @@ -1,8 +1 @@ -{ - "/src": "https://www.speedrun.com/mcbe", - "/launcher": "https://github.com/MCMrARM/mc-w10-version-launcher/releases/tag/0.1.0", - "/locate": "head north", - "/boards": "https://www.speedrun.com/mcbe", - "/leaderboards": "https://www.speedrun.com/mcbe", - "/ban": "shut up" -}
\ No newline at end of file +{"/src": "https://www.speedrun.com/mcbe", "/launcher": "https://github.com/MCMrARM/mc-w10-version-launcher/releases/tag/0.1.0", "/locate": "head north", "/boards": "https://www.speedrun.com/mcbe", "/leaderboards": "https://www.speedrun.com/mcbe", "/ban": "shut up", "/ssg": "https://www.speedrun.com/mcbe#Any_Glitchless"}
\ No newline at end of file |