Releases: ArduinoDenis/server_minecraft
Releases · ArduinoDenis/server_minecraft
V2.2
Main improvements:
Script installer.sh:
- Removed all
chmod 777(dangerous for security) - Added
set -eto stop execution in case of errors - Removed redundant installation of Oracle Java
- Automated EULA acceptance instead of opening nano
- Removed unnecessary comments
- Simplified logic and made flow more linear
Script start.sh:
- Improved detection of the current directory
- Added logic to use the downloaded JDK 17 if available
- Changed the initial memory allocation from 2GB to 1GB (more efficient)
- Added the
noguiparameter to avoid problems in headless environments - Replaced
java -o truewithnogui(correct syntax)
Advantages of the improved version:
- More secure (no chmod 777)
- More robust (error handling)
- More automated (no manual intervention for EULA)
- More efficient (memory and performance)
- Cleaner and more maintainable code
V2.1
Changelog
All notable changes to this project will be documented in this file.
[2.1] - 2024-11-11
Added.
- Modified README.md file with project documentation.
- Modified installer.sh
- Modified start.sh
V2.0
Changelog
All notable changes to this project will be documented in this file.
[2.0] - 2024-04-06
Added.
- Modified README.md file with project documentation.
- Created the LICENSE file.
V1.9
Change Log
Version 1.9
- Initial release
- Added script for setting up a Minecraft server on Linux using Spigot
- Includes instructions for cloning the repository and running the setup script
- Provides clear steps for users to follow during the setup process
- Offers guidance on accepting conditions and configuring the server
- Ensures ease of use and smooth server setup experience
- Added README.md file containing setup instructions in Italian
- Includes step-by-step guide for setting up the Minecraft server
- Provides clear instructions for each step of the setup process
- Offers guidance on accepting conditions and configuring the server
- Aims to simplify the setup process for users
- Updated README.md file
- Improved clarity and readability of setup instructions
- Simplified language for better understanding
- Ensured consistency in formatting and styling
- Added headings for each step to enhance organization
- No changes to the script functionality
- The script remains the same as in version 1.9
- Only the documentation (README.md) has been updated for clarity and usability
V1.8
I updated to version jdk-17.0.8_7 and server Spigot-1.20.1
V1.7
I updated to version jdk-17.0.6+10
V1.6
I updated the installer.sh
V1.5
I updated the installer.sh file to the new 17.05 OpenJDK
V1.4
I have updated readme.md
V1.3
i updated start.sh, and install.sh.
then i replaced openjdk and minecraft server to the latest version