From 416b46b63a6712e85c30a62552df70e811d248e7 Mon Sep 17 00:00:00 2001 From: teddy Date: Thu, 5 Dec 2024 11:41:55 +0000 Subject: [PATCH] Feat: Player statistics mod added --- .gitignore | 59 ++++++++++++++++++++++++++++----------- eula.txt | 4 +-- local/default-used.marker | 0 readme.txt | 3 +- run.bat | 4 ++- 5 files changed, 49 insertions(+), 21 deletions(-) create mode 100644 local/default-used.marker diff --git a/.gitignore b/.gitignore index 105a311..de06131 100644 --- a/.gitignore +++ b/.gitignore @@ -1,30 +1,55 @@ -# World data (contains player and world information) +# World files and backups world/ +*.zip +simplebackups/ worlds/ -# Log files +# Forge and Minecraft server files +libraries/ logs/ +crash-reports/ *.log - -# Server generated files -banned-players.json +.mixin.out/ usercache.json usernamecache.json -ops.json + +# Server runtime files +banned-ips.json +banned-players.json whitelist.json +ops.json +eula.txt server.properties +*.properties -# Backup folders -simplebackups/ +# Mod and config related +!mods/ +mods/*.zip +!config/ +!defaultconfigs/ +!kubejs/ +!scripts/ +!resources/ +!patchouli_books/ +!pfm/ +!modernfix/ +!local/ -# Local configuration files -rhino.local.properties -*.local.properties +# Compiled files +*.class +*.jar +!forge-*-installer.jar -# Libraries and runtime files -libraries/ -forge-*.jar -forge-*-installer.jar +# Temporary files +*.tmp +*.bak -# Generated data folders -local/ \ No newline at end of file +# OS-specific files +.DS_Store +Thumbs.db + +# IDE files +.idea/ +*.iml +.vscode/ +*.launch \ No newline at end of file diff --git a/eula.txt b/eula.txt index 2775319..6bc6c56 100644 --- a/eula.txt +++ b/eula.txt @@ -1,3 +1,3 @@ #By changing the setting below to TRUE you are indicating your agreement to our EULA (https://account.mojang.com/documents/minecraft_eula). -#Thu Nov 28 15:12:17 GMT 2024 -eula=true +#Sat Nov 30 20:15:33 GMT 2024 +eula=true \ No newline at end of file diff --git a/local/default-used.marker b/local/default-used.marker new file mode 100644 index 0000000..e69de29 diff --git a/readme.txt b/readme.txt index d8e2fd5..e7dc325 100644 --- a/readme.txt +++ b/readme.txt @@ -3,4 +3,5 @@ # # # Run the forge installer 1.18.2-40.2.4 and click Install server, then select this directory to install. -# After that, launch the run.bat file or run.sh (linux) should start the server, make sure to agree with eula on the first time. \ No newline at end of file +# After that, launch the command prompt and navigate to the project directory then run run.bat file to start the server and notify the discord channel. Make sure to agree with eula on the first time. + diff --git a/run.bat b/run.bat index 3b58250..77a20d3 100644 --- a/run.bat +++ b/run.bat @@ -1,6 +1,8 @@ +python C:\Users\edwar\OneDrive\Documents\Programming\Python Scripts\discord_bot_minecraft_bois\discord_bot_minecraft_bois\tests\test_message_server_start.py REM Forge requires a configured set of both JVM and program arguments. REM Add custom JVM arguments to the user_jvm_args.txt REM Add custom program arguments {such as nogui} to this file in the next line before the %* or REM pass them to this script directly java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.18.2-40.2.4/win_args.txt %* -pause +python C:\Users\edwar\OneDrive\Documents\Programming\Python Scripts\discord_bot_minecraft_bois\discord_bot_minecraft_bois\tests\test_message_server_stop.py +pause \ No newline at end of file