promotional bannermobile promotional banner

Tebex Addon

A complete (unofficial yet) Tebex integration for Minecraft Bedrock Dedicated Servers.

File Details

Dylan`s Tebex Addon v2.1.0

  • R
  • Sep 23, 2025
  • 561.92 KB
  • 87
  • 1.21.101+2

File Name

Dylan`s Tebex Addon.mcaddon

Supported Versions

  • 1.21.101
  • 1.21.100
  • 1.21.94
# Changelog

## Version 2.1.0

### Bug Fixes
- Fixed UI command bug where `/tebex:ui` would open for random players instead of the command executor
- Updated all command handlers to properly identify the executing player
- Disabled welcome message that was telling players to use `/tebex:ui` command (since only operators can use it)
- Fixed module version conflicts in manifest.json

### Technical Improvements
- Updated `@minecraft/server` module version from 2.0.0-beta to 2.2.0-beta
- Updated `@minecraft/server-ui` module version from 2.0.0-beta to 2.1.0-beta
- Improved player identification in command handlers using origin parameter
- Added fallback logic for player detection

### Changes Made
- Command handlers now properly target the player who executed the command
- Welcome message system disabled to prevent confusion for non-operators
- Module dependencies updated to match current server requirements
- Enhanced logging to show which player executed commands

### Commands Affected
- `/tebex:ui` - Now opens for the correct player
- `/tebex:setup` - Now targets the executing player
- `/tebex:status` - Now shows status to the executing player
- `/tebex:test` - Now runs test for the executing player
- `/tebex:queue` - Now processes queue for the executing player
- `/tebex:check` - Now checks queue for the executing player

The addon should now work without module version conflicts and the UI commands will open for the correct player.