https://github.com/viral32111/bed-teleport
Minecraft mod to teleport players back to their beds.
https://github.com/viral32111/bed-teleport
fabricmc minecraft-mod
Last synced: 21 days ago
JSON representation
Minecraft mod to teleport players back to their beds.
- Host: GitHub
- URL: https://github.com/viral32111/bed-teleport
- Owner: viral32111
- License: agpl-3.0
- Created: 2021-05-22T15:23:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T06:27:23.000Z (about 1 year ago)
- Last Synced: 2025-02-14T21:26:44.336Z (2 months ago)
- Topics: fabricmc, minecraft-mod
- Language: Kotlin
- Homepage:
- Size: 184 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# Bed Teleport
[](https://github.com/viral32111/bed-teleport/actions/workflows/ci.yml)
[](https://github.com/viral32111/bed-teleport/actions/workflows/codeql.yml)



This is a [Minecraft Fabric](https://fabricmc.net/) mod that adds a `/bed` chat command to teleport players back to their respawn point bed, costing them experience based on distance.
## 📅 History
Development of the [Paper](https://papermc.io/) plugin concluded in May of 2021. It is still available on the [paper branch](https://github.com/viral32111/bed-teleport/tree/paper) and [1.0.0 release](https://github.com/viral32111/bed-teleport/releases/tag/1.0.0).
## 📥 Usage
1. Download the mod file (`.jar`) from [the latest release](https://github.com/viral32111/bedteleport/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/bedteleport.json` file.
4. Restart the server.## ⚖️ License
Copyright (C) 2021-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.