Skip to content

Releases: ArduinoDenis/server_minecraft

V2.2

24 Aug 08:35
1e11d5f

Choose a tag to compare

Main improvements:

Script installer.sh:

  • Removed all chmod 777 (dangerous for security)
  • Added set -e to 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 nogui parameter to avoid problems in headless environments
  • Replaced java -o true with nogui (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

11 Nov 18:08
8772c20

Choose a tag to compare

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

06 Apr 17:19
037f170

Choose a tag to compare

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

17 Feb 18:11
0cee637

Choose a tag to compare

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

22 Aug 16:05
9b8f519

Choose a tag to compare

I updated to version jdk-17.0.8_7 and server Spigot-1.20.1

V1.7

06 Feb 02:14
8d227c5

Choose a tag to compare

I updated to version jdk-17.0.6+10

V1.6

31 Dec 16:12
322cb1c

Choose a tag to compare

I updated the installer.sh

V1.5

31 Oct 22:17
a8c7eaa

Choose a tag to compare

I updated the installer.sh file to the new 17.05 OpenJDK

V1.4

19 Oct 10:51
4ba14af

Choose a tag to compare

I have updated readme.md

V1.3

28 Sep 13:49
59f2f63

Choose a tag to compare

i updated start.sh, and install.sh.
then i replaced openjdk and minecraft server to the latest version