Skip to content

Commit

Permalink
Added login functionality, quick action buttons, enhanced player view…
Browse files Browse the repository at this point in the history
…, global alerts, and mobile interface
  • Loading branch information
Kim committed Oct 4, 2024
1 parent f1c4013 commit fe970e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MinecraftBlazorSuite/MinecraftBlazorSuiteSettings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"MaxConsoleMessages": 100,
"ServerJarPath": "/your/path/to/minecraft/server.jar",
"JavaArguments": "-DIReallyKnowWhatIAmDoingISwear -Xms1G -Xmx1G -XX:+UnlockExperimentalVMOptions",
"JavaArguments": "-Xms1G -Xmx1G -XX:+UnlockExperimentalVMOptions",
"PanelAccess": "$2a$14$NXRKFP8VW6SF7rCM3rEiQOx1T8Y/pMq9sxLNYgsRrxB7yL6LMt5qC"
}

0 comments on commit fe970e8

Please sign in to comment.