Skip to content

Commit

Permalink
deleted deprecated or unused sections on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ngdplnk authored Nov 2, 2023
1 parent fe0d530 commit 1eb8b83
Showing 1 changed file with 4 additions and 45 deletions.
49 changes: 4 additions & 45 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,67 +6,26 @@ SSTools4MC is a collection of tools designed to assist with various processes fo
- [Getting Started](#getting-started)
- [Server Launcher](#server-launcher)
- [Windows](#windows)
- [Linux](#linux)
- [Server Installer](#server-installer)
- [Windows](#windows-1)
- [Linux](#linux-1)
- [Copyright and Disclaimer](#copyright-and-disclaimer)
- [Important and Acknowledgments](#important-and-acknowledgments)

## Getting Started
To get started with SSTools4MC, follow these steps:

1. Download the latest version of SSTools4MC or you desired tool from the [GitHub Releases](https://github.com/NGDPLNk/SSTools4MC/releases/latest) page.
2. Extract the downloaded archive if it is compressed to a location of your choice or else just use it.
3. If you are in Linux, you will need to set the AppImage file to run as executable in properties, or run the following commands in a terminal located in the same folder of the AppImage file (replace "filename" with the name of the file you want to run:

```
chmod +x filename.AppImage
./filename.AppImage
```
2. Paste the downloaded executable to your server folder.
3. Enjoy!

## Server Launcher
### Windows
#### Minimum Requirements:
- Operating System: Windows 8 (64-bit - Version 6.2.9200.16384) or newer.
- Processor: 1 core at 1.00GHz; x64 architecture.
- RAM: Varies based on the allocated RAM for the server.
- RAM: At least 512MB.
- Disk Space: Varies depending on the server.

Administrator privileges are also required in old releases of SSTools4MC to access server files and folders.

### Linux
#### Minimum Requirements:
- Operating System: Linux (64-bit).
- Processor: x64 architecture.
- RAM: Varies based on the allocated RAM for the server.
- Disk Space: Varies depending on the server.

AppImage files need run permission. To give the permission run the following command in the terminal

```chmod +x filename.AppImage```

## Server Installer
### Windows
#### Minimum Requirements:
- Operating System: Windows 10 (64-bit - Version 1803 or later, Build 17134) or newer.
- Processor: x64 architecture.
- RAM: About 100MiB.
- Disk Space: About 100MiB per server installation.

The server installer requires an internet connection during installation and administrator privileges to create necessary files and folders on your system.

### Linux
#### Minimum Requirements:
- Operating System: Linux (64-bit).
- Processor: x64 architecture.
- RAM: About 100MB.
- Disk Space: About 100MiB per server installation.

AppImage files need run permission. To give the permission run the following command in the terminal

```chmod +x filename.AppImage```

## Copyright and Disclaimer
**SSTools4MC and each of its tools are not official Minecraft products and are not endorsed by Mojang.**

Expand All @@ -92,7 +51,7 @@ All Oracle-related elements and names are used in compliance with the [Oracle Te
- Administrator privileges are required in old releases of SSTools4MC in order to access server files and folders.
- Releases of SSTools4MC are detected as viruses. You can avoid this by allowing them in your antivirus. Dont worry, there are no viruses here. You can take a look to the source if you still don't believe it.

So many thanks [@naicoooossj](https://github.com/naicoooossj) and [@LegalizeNuclearBombs](https://steamcommunity.com/id/LegalizeNucelarBombs/) :shipit: for helping port the most recent versions of this project to Python and giving new ideas.
So many thanks to [@naicoooossj](https://github.com/naicoooossj) and [@LegalizeNuclearBombs](https://steamcommunity.com/id/LegalizeNucelarBombs/) :shipit: for helping port the most recent versions of this project to Python, testing, debugging and giving new ideas.

Thank you for using SSTools4MC!

Expand Down

0 comments on commit 1eb8b83

Please sign in to comment.