From 5d5e0fde2ac82697e81eaffc4744d52acff42097 Mon Sep 17 00:00:00 2001 From: b1ek Date: Mon, 8 Jan 2024 19:00:00 +1000 Subject: [PATCH] add VRPLauncher --- content/projects/_index.md | 2 ++ content/projects/vrp-launch.md | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 content/projects/vrp-launch.md diff --git a/content/projects/_index.md b/content/projects/_index.md index 066ee48..eee5bd3 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -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. diff --git a/content/projects/vrp-launch.md b/content/projects/vrp-launch.md new file mode 100644 index 0000000..d98be60 --- /dev/null +++ b/content/projects/vrp-launch.md @@ -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 ' +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. \ No newline at end of file