Gamemode

Change to spectator mode for observe, teleport to origin position when change back to survival mode

tool

Installation command

!!MCDR plugin install gamemode

Synced at

...

Last update

...

Latest version

Total downloads

3928

Back to catalogue

Gamemode-v1.4.0.mcdr

Version

1.4.0

Date

August 19, 2025

Size

6.21 KiB

Downloads

53

MD5

b0eb903c544a0c7c5843b355194a420e

SHA256

d10677cd95c5b291b842ee5851cdcdf3bc6749480decd7a9c745bb50e8b5ebbc

MCDR Plugin Dependencies

Plugin IDRequirement
mcdreforged^2.7.0
minecraft_data_api^1.4.0
online_player_api^1.2.0

Python Package Requirements

Python PackageRequirement

none

1.4.0 (2025-08-19)

Features

  • gamemode: allow teleport to players (f289890)
  • gamemode: features and bux fixes (#282) (f289890)
  • gamemode: rotate player to initial angle when switching from spectator to survival mode (f289890)
  • gamemode: support configurable data.json save path (f289890)
  • gamemode: support configurable short_commands (f289890)
  • gamemode: support tilde(~) in tp command (f289890)
  • gamemode: update config file (f289890)
  • gamemode: update help message (f289890)
  • gamemode: validate player param online using online_player_api (f289890)

Bug Fixes

  • gamemode: fix !!spec <player> exception when player doesn't exist (f289890)
  • gamemode: improve coordinate validation using regex (f289890)
  • gamemode: initialize loop_manager to None (f289890)
  • gamemode: normalize player name when using another player's name (f289890)

Performance Improvements

  • gamemode: remove duplicate player position queries; Optimize player position queries (f289890)