Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peyapeyapeyang/concurrentspigotbuild
Build the Spigot as concurrently.
https://github.com/peyapeyapeyang/concurrentspigotbuild
builder buildtools bukkit minecraft-server nms python python-3 python3 spigot
Last synced: about 1 month ago
JSON representation
Build the Spigot as concurrently.
- Host: GitHub
- URL: https://github.com/peyapeyapeyang/concurrentspigotbuild
- Owner: PeyaPeyaPeyang
- License: mit
- Created: 2022-03-03T15:15:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-03T15:27:56.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T19:54:26.559Z (3 months ago)
- Topics: builder, buildtools, bukkit, minecraft-server, nms, python, python-3, python3, spigot
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ConCurrentSpigotBuild
Run Spigot's BuildTools concurrently.
## Requirements
+ Python 3.7 or higher
+ RAM 256GB or higher (If you build artifacts with 8 processses
+ Ability to kill all child processes when RAM utilization exceeds 95%.## Usage
+ Clone this repository.
+ Download the [BuildTools](https://hub.spigotmc.org/jenkins/job/BuildTools/) and locate it to project root.
+ Adjust as appropriate
+ Options for BuildTools.jar at the top of the code
+ Number of concurrent builds (adjust the value of ThreadPoolExecutor at the bottom of the code)
+ Run `python main.py`## Disclaimer
The author assumes no responsibility if your PC hangs or breaks using this.