Skip to content

Releases: viral32111/bed-teleport

2.0.2

04 Jul 15:33
2.0.2
328e98b
Compare
Choose a tag to compare
  • Hopefully fixed players occasionally not being teleported to their beds but experience was still taken.
    • Teleporting & experience taking code is now ran on the main server thread.
    • Experience is no longer taken until the teleportation is confirmed, which happens 1 second after the teleportation attempt.
  • Fixed the experience chime sound not playing when experience is taken.
  • Added a configuration property (command-name) for the command name (defaults to /bed).
  • Updated dependencies (Yarn, Fabric API, Fabric Language Kotlin).

Built for Minecraft 1.20.1 (Fabric Loader 0.14.21, Fabric API 0.85.0, Kotlin 1.8.22, Fabric Language Kotlin 1.9.6).

2.0.1

15 Jun 22:18
2.0.1
eaa9c44
Compare
Choose a tag to compare

Fixed a bug causing the dimension check to not occur.

2.0.0

14 Jun 18:58
2.0.0
3e4dca7
Compare
Choose a tag to compare

Rewrote from scratch for Fabric using Kotlin. Built for Minecraft 1.20.1 (Fabric Loader 0.14.21, Fabric API 0.83.0, Kotlin 1.8.22, Fabric Language Kotlin 1.9.5).

Adds a /bed chat command that teleports players back to their bed (respawn point), and optionally charges experience based on distance. Defaults to 1 experience per 10 blocks, and free for under 50 blocks. Has a default activation delay of 5 seconds, and cooldown of 2 minutes.

1.0.0

31 May 19:09
ce9fb9b
Compare
Choose a tag to compare

This is the initial release of my first Minecraft Paper plugin.

Includes a /bed command (permission node: bedteleport.bed) that teleports the player back to their bed if they have at least 6 experience points (this is configurable in the plugin's config.yml file).

Tested on Paper 1.16.5 #714 & Paper API 1.16.5-R0.1-SNAPSHOT.