Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viral32111/progression
Minecraft mod to limit dimension progression until global experience thresholds are met.
https://github.com/viral32111/progression
fabricmc minecraft-mod progression
Last synced: 12 days ago
JSON representation
Minecraft mod to limit dimension progression until global experience thresholds are met.
- Host: GitHub
- URL: https://github.com/viral32111/progression
- Owner: viral32111
- License: agpl-3.0
- Created: 2023-06-08T04:36:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T14:04:27.000Z (8 months ago)
- Last Synced: 2024-04-02T15:05:41.299Z (8 months ago)
- Topics: fabricmc, minecraft-mod, progression
- Language: Kotlin
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# Progression
[![CI](https://github.com/viral32111/progression/actions/workflows/ci.yml/badge.svg)](https://github.com/viral32111/progression/actions/workflows/ci.yml)
[![CodeQL](https://github.com/viral32111/progression/actions/workflows/codeql.yml/badge.svg)](https://github.com/viral32111/progression/actions/workflows/codeql.yml)
![GitHub tag (with filter)](https://img.shields.io/github/v/tag/viral32111/progression?label=Latest)
![GitHub repository size](https://img.shields.io/github/repo-size/viral32111/progression?label=Size)
![GitHub release downloads](https://img.shields.io/github/downloads/viral32111/progression/total?label=Downloads)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/viral32111/progression?label=Commits)This is a [Minecraft Fabric](https://fabricmc.net/) mod that limits player progression to other dimensions until global player experience thresholds are met.
Thank you to [Toothfull](https://github.com/toothfull) for the idea.
## 📥 Usage
1. Download the mod file (`.jar`) from [the latest release](https://github.com/viral32111/progression/releases/latest).
2. Place the mod file in the server's `mods` directory.
3. Start the server to initialise the mod for the first time.
3. Configure appropriately in the `config/viral32111/progression.json` file.
4. Restart the server.## ⚖️ License
Copyright (C) 2023 [viral32111](https://viral32111.com).
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.You should have received a copy of the GNU Affero General Public License
along with this program. If not, see https://www.gnu.org/licenses.