Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qrexpy/nebula
Forge-LAN, in Python
https://github.com/qrexpy/nebula
blockman bmgo moonsveil
Last synced: about 1 month ago
JSON representation
Forge-LAN, in Python
- Host: GitHub
- URL: https://github.com/qrexpy/nebula
- Owner: qrexpy
- License: mit
- Created: 2024-12-28T11:36:10.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-28T11:44:21.000Z (about 2 months ago)
- Last Synced: 2024-12-28T12:25:16.975Z (about 2 months ago)
- Topics: blockman, bmgo, moonsveil
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nebula 🌌
> [!WARNING]
> ~~This project is outdated and not supported due to Blockman Forge being cancelled. If you're looking to finish the project, I've got a list of tasks at the end of the markdown file, and I can share the removed/hidden files to help you out. If you'd like to get in contact, just send a message to z1lh on Discord.~~
>
> W.I.P Project.## Features ✨
- **Game Startup Progress**: Smooth animations and progress bars for game startup.
- **Announcement Overlays**: Customizable announcement windows with scrollable text.
- **Font Management**: Easy integration of custom fonts.
- **Prototypes**: Design prototypes for various UI elements.
- **Scripts**: Useful scripts for different functionalities.## Folder Structure 📂
### Any folder / file with ❌ is removed from GitHub```
Nebula/
├── __pycache__/
├── Config/
│ ├── README.md
│ ├── user.cfg
├── Database/
├── desktop.ini ❌
├── ExtractedRes/ ❌
│ ├── APKs/ ❌
│ ├── BlockmanGo-1-9-27/ ❌
│ ├── Font/ ❌
│ ├── mipmap-xhdpi-v4/ ❌
├── Font/
│ ├── betm/
│ ├── DIN/
│ ├── droidsans/
│ ├── inter/
├── Images/
│ ├── archived/
│ ├── psd/ ❌ (except for one folder which contains PFP border levels)
│ ├── scripts/
│ │ ├── copy.py
│ │ ├── copy.md
├── LICENSE
├── main.py
├── NebulaTest/ ❌
│ ├── GameStartupProgress.py
│ ├── LoginMod.py
│ ├── TermsMod.py
├── Prototypes/ ❌
├── README.md
├── Script/
│ ├── __pycache__/
│ ├── AdminPort.py
│ ├── Announcement.py
│ ├── GameStartupProgress.py
│ ├── RouletteWIP.py
│ ├── tests/
│ │ ├── LoginOverlay/
│ │ │ ├── v2/
│ │ │ │ ├── README.md
│ │ ├── TermsOverlay/
│ │ │ ├── TermsOverlay.py
│ │ │ ├── TermsOverlayTest.py
├── Text/
│ ├── contributors.txt ❌
│ ├── terms_of_service.txt
and more...
```## License 📜
This project is licensed under the MIT License. See the LICENSE file for details.