<br/>
<div align="center">
<a href="https://github.com/ShaanCoding/ReadME-Generator">
<img src="https://minecraft.wiki/images/Crafter_JE4_BE3.png?3996e&format=original" alt="Logo" width="80" height="80">
</a>
<h3 align="center">EasyMinecraftServer</h3>
<p align="center">
An app written in Python to make creating servers easy for both beginners and advanced users
<br/>
<br/>
<a href="https://git.funtimes909.xyz/Nucceteere/EasyMinecraftServer/wiki"><strong>Explore the docs »</strong></a>
<br/>
<br/>
<a href="https://git.funtimes909.xyz/Nucceteere/EasyMinecraftServer">View Demo .</a>
<a href="https://git.funtimes909.xyz/Nucceteere/EasyMinecraftServer/issues/new">Report Bug .</a>
<a href="https://git.funtimes909.xyz/Nucceteere/EasyMinecraftServer/issues/new">Request Feature</a>
</p>
</div>
## About The Project

This is a simple project that lets you create Minecraft Server with ease. This simple app just downloads a Server JAR for you and changes some settings so that your server is secure and fast by default. This utility does not have management abilities however that is somewhere on the backlog and is pretty far from being made.
### Built With
- [Python](https://www.python.org/)
- [Poetry](https://python-poetry.org/)
- [Typer](https://typer.tiangolo.com/)
- [pathvalidate](https://github.com/thombashi/pathvalidate)
- [psutil](https://github.com/giampaolo/psutil)
## Getting Started
This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.
### Prerequisites
This is an example of how to list things you need to use the software and how to install them.
- Poetry (Linux)
```sh
curl -sSL https://install.python-poetry.org | python3 -
```
- Poetry (Windows)
```sh
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
```
### Installation
#### Development
1. Clone the repo
```sh
git clone https://git.funtimes909.xyz/Nucceteere/EasyMinecraftServer.git
```
2. Activate Virtual Enviroment
Bash / Zsh / Csh
```sh
eval $(poetry env activate)
```
Fish
```sh
eval (poetry env activate)
```
3. Install dependencies
```sh
poetry install
```
#### Production
1. Download from PyPI however you would like to.
Example:
```sh
pip install EasyMinecraftServer
```
## Roadmap
Moved [TODO.md](./TODO.md)
See the [open issues](https://git.funtimes909.xyz/Nucceteere/EasyMinecraftServer/issues) for a full list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
All commits must follow the Conventional Commits specification and any version bumps must follow the SemVer specification
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'feat: Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## License
Distributed under the GPLv3 License. See [GPLv3 License](https://www.gnu.org/licenses/gpl-3.0.en.html) for more information.
## Contact
Rüzgar Engür - [@nucceteere.xyz](https://bsky.app/profile/nucceteere.xyz) - ruzgar@nucceteere.xyz
Project Link: [Funtimes909 Git](https://git.funtimes909.xyz/Nucceteere/EasyMinecraftServer)
## Acknowledgments
- [makeread.me by ShaanCoding](https://github.com/ShaanCoding/ReadME-Generator)
- [NodeJS Minecraft Versions by Nixinova](https://github.com/Nixinova/Minecraft-Versions)
- [setup.md Docs](https://www.setup.md/docs)
- [Minecraft Server Software by LeStegii](https://github.com/LeStegii/server-software)
Raw data
{
"_id": null,
"home_page": "https://git.funtimes909.xyz/Nucceteere/EasyMinecraftServer/src/branch/main/README.md",
"name": "EasyMinecraftServer",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "game, minecraft, game server, server, fabric, forge, neoforge, paper, purpur, spigot",
"author": "Nucceteere",
"author_email": "ruzgar@nucceteere.xyz",
"download_url": "https://files.pythonhosted.org/packages/b2/0f/2364d8f53ed18f895198f7fa5d1a76f785270d7542b5506ac0b5dced294f/easyminecraftserver-0.0.2.tar.gz",
"platform": null,
"description": "<br/>\n<div align=\"center\">\n<a href=\"https://github.com/ShaanCoding/ReadME-Generator\">\n<img src=\"https://minecraft.wiki/images/Crafter_JE4_BE3.png?3996e&format=original\" alt=\"Logo\" width=\"80\" height=\"80\">\n</a>\n<h3 align=\"center\">EasyMinecraftServer</h3>\n<p align=\"center\">\nAn app written in Python to make creating servers easy for both beginners and advanced users\n<br/>\n<br/>\n<a href=\"https://git.funtimes909.xyz/Nucceteere/EasyMinecraftServer/wiki\"><strong>Explore the docs \u00bb</strong></a>\n<br/>\n<br/>\n<a href=\"https://git.funtimes909.xyz/Nucceteere/EasyMinecraftServer\">View Demo .</a> \n<a href=\"https://git.funtimes909.xyz/Nucceteere/EasyMinecraftServer/issues/new\">Report Bug .</a>\n<a href=\"https://git.funtimes909.xyz/Nucceteere/EasyMinecraftServer/issues/new\">Request Feature</a>\n</p>\n</div>\n\n## About The Project\n\n\n\nThis is a simple project that lets you create Minecraft Server with ease. This simple app just downloads a Server JAR for you and changes some settings so that your server is secure and fast by default. This utility does not have management abilities however that is somewhere on the backlog and is pretty far from being made.\n### Built With\n\n- [Python](https://www.python.org/)\n- [Poetry](https://python-poetry.org/)\n- [Typer](https://typer.tiangolo.com/)\n- [pathvalidate](https://github.com/thombashi/pathvalidate)\n- [psutil](https://github.com/giampaolo/psutil)\n## Getting Started\n\nThis is an example of how you may give instructions on setting up your project locally.\nTo get a local copy up and running follow these simple example steps.\n### Prerequisites\n\nThis is an example of how to list things you need to use the software and how to install them.\n\n- Poetry (Linux)\n ```sh\n curl -sSL https://install.python-poetry.org | python3 -\n ```\n- Poetry (Windows)\n ```sh\n (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -\n ```\n### Installation\n\n#### Development\n1. Clone the repo\n ```sh\n git clone https://git.funtimes909.xyz/Nucceteere/EasyMinecraftServer.git\n ```\n2. Activate Virtual Enviroment \n\n Bash / Zsh / Csh\n ```sh\n eval $(poetry env activate)\n ```\n Fish\n ```sh\n eval (poetry env activate)\n ```\n3. Install dependencies\n ```sh\n poetry install\n ```\n#### Production\n1. Download from PyPI however you would like to. \n Example:\n ```sh\n pip install EasyMinecraftServer\n ```\n## Roadmap\n\nMoved [TODO.md](./TODO.md)\n\nSee the [open issues](https://git.funtimes909.xyz/Nucceteere/EasyMinecraftServer/issues) for a full list of proposed features (and known issues).\n## Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag \"enhancement\".\nDon't forget to give the project a star! Thanks again!\n\nAll commits must follow the Conventional Commits specification and any version bumps must follow the SemVer specification\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'feat: Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n## License\n\nDistributed under the GPLv3 License. See [GPLv3 License](https://www.gnu.org/licenses/gpl-3.0.en.html) for more information.\n## Contact\n\nR\u00fczgar Eng\u00fcr - [@nucceteere.xyz](https://bsky.app/profile/nucceteere.xyz) - ruzgar@nucceteere.xyz\n\nProject Link: [Funtimes909 Git](https://git.funtimes909.xyz/Nucceteere/EasyMinecraftServer)\n## Acknowledgments\n\n\n- [makeread.me by ShaanCoding](https://github.com/ShaanCoding/ReadME-Generator)\n- [NodeJS Minecraft Versions by Nixinova](https://github.com/Nixinova/Minecraft-Versions)\n- [setup.md Docs](https://www.setup.md/docs)\n- [Minecraft Server Software by LeStegii](https://github.com/LeStegii/server-software)\n",
"bugtrack_url": null,
"license": "GPL-3.0-only",
"summary": "A Typer app that makes the creation process of a Minecraft Server easier!",
"version": "0.0.2",
"project_urls": {
"Bug Tracker": "https://git.funtimes909.xyz/Nucceteere/EasyMinecraftServer/issues",
"Contribute": "https://git.funtimes909.xyz/Nucceteere/EasyMinecraftServer/pulls",
"Documentation": "https://git.funtimes909.xyz/Nucceteere/EasyMinecraftServer/wiki/",
"Homepage": "https://git.funtimes909.xyz/Nucceteere/EasyMinecraftServer/src/branch/main/README.md",
"Repository": "https://git.funtimes909.xyz/Nucceteere/EasyMinecraftServer/"
},
"split_keywords": [
"game",
" minecraft",
" game server",
" server",
" fabric",
" forge",
" neoforge",
" paper",
" purpur",
" spigot"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "18044a247d5629b1a8484bfb5e0417794d065756e33898d28ee0022100e6f922",
"md5": "a4d089d30842478a15c2f398659e496d",
"sha256": "b336b3d99d8ac853c9148d3f7ad5bf2ff7163a7b2a9999ad9ce7c5c8150ef8dc"
},
"downloads": -1,
"filename": "easyminecraftserver-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a4d089d30842478a15c2f398659e496d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 18900,
"upload_time": "2025-03-03T14:57:19",
"upload_time_iso_8601": "2025-03-03T14:57:19.265760Z",
"url": "https://files.pythonhosted.org/packages/18/04/4a247d5629b1a8484bfb5e0417794d065756e33898d28ee0022100e6f922/easyminecraftserver-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b20f2364d8f53ed18f895198f7fa5d1a76f785270d7542b5506ac0b5dced294f",
"md5": "391788bb57c4117261bea52af5766ed2",
"sha256": "fa6fd970cd0b79ae2f026b0e0adbe45d67cfd77bc0493520cbb85220d889ee4b"
},
"downloads": -1,
"filename": "easyminecraftserver-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "391788bb57c4117261bea52af5766ed2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 17681,
"upload_time": "2025-03-03T14:57:20",
"upload_time_iso_8601": "2025-03-03T14:57:20.665777Z",
"url": "https://files.pythonhosted.org/packages/b2/0f/2364d8f53ed18f895198f7fa5d1a76f785270d7542b5506ac0b5dced294f/easyminecraftserver-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-03-03 14:57:20",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "easyminecraftserver"
}