promotional bannermobile promotional banner

Administrator Control Panel - Achievement Friendly

Take complete control of your Minecraft Bedrock world with the Administrator Control Panel addon.

File Details

AdministratorControl-V3.0.1.mcaddon

  • R
  • Apr 22, 2026
  • 184.84 KB
  • 144
  • 26.10+3

File Name

AdministratorControl-V3.0.1.mcaddon

Supported Versions

  • 26.10
  • 26.3
  • 26.0.02
  • 26.0

**Changelog v3.0.1**

---

### UI & Menu Overhaul

* Removed OP Tools menu completely
* Reorganized system into cleaner structure:

  * Utilities
  * World Settings
  * Player Management
* Simplified navigation and reduced menu clutter

---

### Player Management Rework (Major Change)

* Changed flow to player-first selection
* Now shows all online players (including yourself)
* Added new per-player action system
* Replaced dropdown-based UI with button-based actions:
* Removed ModalFormData dropdown (Run Action)
* Converted all actions into direct buttons for faster access

---

### Player Actions (New System)

* Set Creative
* Set Survival
* Set Spectator (with Night Vision fix)
* Set Adventure
* TP Player To You
* TP To Player
* Kick Player (with confirmation)
* Random Teleport
* Levitate Player (fixed timing + effect behavior)

---

### Player Management UI Improvements

* Switched from dropdown selection to full button layout
* Faster interaction (no extra selection step required)
* More consistent with rest of the menu system
* Better controller and mobile usability

---

### New Action Flow System

* Added two-step interaction:

  1. Action menu (Run / Back / Close)
* Improved UX and reduced clutter

---

### Utilities Menu Expansion

* Fill Commands (moved to utilities.js)
* Clear Floating Items (moved from OP Tools)
* Run Command (moved from main menu)
* Spectator Chest View toggle (moved from OP Tools)

---

### File Structure Refactor

* Created new file: utilities.js
* Moved all fill-related logic into utilities.js
* Separated responsibilities:

  * admin.js → core system + menus
  * utilities.js → utility tools

---

### Removed Features / Cleanup

* Removed OP Tools menu entirely
* Removed standalone Player Levitate menu
* Removed Random TP from main menu
* Cleaned unused routing and functions

---

### Quality Improvements

* Cleaner menu hierarchy
* Less duplication of features
* Better separation of logic
* More scalable structure for future features

---

### Navigation & UI System Refactor (New)

#### Global Back / Exit System (Major UX Upgrade)

* Added universal Back + Exit buttons to all menus
* Players can now:

  * Go back one menu
  * Exit instantly without navigating back through menus
* Eliminates “menu chaining” frustration

---

### New Menu Framework

* Introduced reusable UI helpers:

  * addBackButton()
  * addExitButton()
  * addBackAndExitButtons()
  * showActionForm() (centralized handler)

* Standardized menu behavior across the entire system

* Removed inconsistent button layouts (Back / Cancel / Close mismatch)

---

### Consistent Navigation Logic

* All menus now follow the same structure:

  * Main actions
  * Back (second last)
  * Exit (last)

* Unified handling:

  * Cancel no longer relied on for navigation
  * Exit always closes menu cleanly
  * Back always returns to previous menu

---

### Bug Fixes (From Refactor)

* Fixed issue where submenus would not open after refactor
* Resolved missing helper functions that broke menu routing
* Restored proper menu flow across:

  * Player Manager
  * Owner Menu
  * Utilities
  * Scoreboards
  * Tag Manager

---

### UI Consistency Improvements

* Standardized button order across all menus
* Removed mixed usage of Cancel / Close / Back inconsistencies
* All menus now visually and functionally match

---

### Developer Improvements (Internal)

* Reduced repeated menu code
* Centralized navigation logic for easier maintenance
* Safer to expand menus without breaking navigation
* Future menus automatically support Back/Exit system

---

### 🌐 Language Support (New)

* Added full localization system support across all menus
* Implemented translation-based UI using `translate` keys
* Added Thai language support (`th_TH.lang`)

#### Localization Improvements

* All menu text now uses language keys instead of hardcoded strings
* Supports multi-language expansion for future languages
* Standardized formatting using:

  * `\n` for multi-line text
  * `%1`, `%2`, `%3` placeholders for dynamic values

#### Stability Fixes

* Removed broken multi-line entries that caused parsing errors
* Ensured compatibility with Minecraft Bedrock localization system

---

### Result

* Faster navigation
* Cleaner UI experience
* Less menu frustration
* Multi-language ready system
* More professional feel across the entire addon