add VRPLauncher
This commit is contained in:
parent
2770fa24e4
commit
5d5e0fde2a
|
@ -82,6 +82,8 @@ Built with Svelte.
|
|||
My own implementation of an SSO. It is supposed to be OAuth2 compatible, but then i learned that OIDC exists so i abandoned this project. It is written in Laravel and PHP8.
|
||||
|
||||
### 8. VRPLauncher
|
||||
[Project page](/projects/vrp-launch)
|
||||
|
||||
A minecraft launcher for my server. It has custom license which will in no way survive in court and is built on WinForms of all things.
|
||||
|
||||
It does its job, though. Like, it has been written before microsoft accounts for minecraft so you probably couldn't log in, but you can run minecraft from it.
|
||||
|
|
|
@ -0,0 +1,26 @@
|
|||
+++
|
||||
template = 'custom/project.html'
|
||||
|
||||
title = 'blek! Bin'
|
||||
description = 'A pastebin copy'
|
||||
date = '2024-08-01'
|
||||
slug = 'vrp-launch'
|
||||
year = 2024
|
||||
month = 1
|
||||
day = 8
|
||||
lang = 'en'
|
||||
|
||||
[extra]
|
||||
git_repo = 'github.com/b1ek/VRPLauncher.git'
|
||||
demo_url = 'github.com/b1ek/VRPLauncher'
|
||||
author = 'b1ek <me@blek.codes>'
|
||||
license = 'None'
|
||||
+++
|
||||
|
||||
A minecraft launcher for my server. It has custom license which will in no way survive in court and is built on WinForms of all things.
|
||||
|
||||
The minecraft server project has failed since i had almost zero interest for it.
|
||||
|
||||
It does its job, though. Like, it has been written before microsoft accounts for minecraft so you probably couldn't log in, but you can run minecraft from it.
|
||||
|
||||
I wasnt planning on open sourcing this since it had a cheat detection protocol built in, but who the hell cares now.
|
Loading…
Reference in New Issue