By
PHO
Published on
CurseForge
June 19, 2025
(Updated on July 03, 2025)
Quick Mining Addon
Select version for changelog:
Changelog
- Fixed an issue where
/qmine-prefs
and/qmine-admin
would not be usable in a world with cheats disabled.
Downloads
- quick-mining-addon-1.7.1.mcaddon (380.37 KB)
- quick-mining-addon-1.7.0.mcaddon (380.36 KB)
- quick-mining-addon-1.6.0.mcaddon (367.45 KB)
let QuickMineAdminCommand = (() => {
let _classDecorators = [command({
name: "quick-mining:qmine-admin",
description: "game.quick-mining.command.admin",
permissionLevel: "game-directors"
})];
The command does work for me now. To my knowledge that is the highest permission level on servers, correct?
> GameDirectors: Any operator can run this command, including command blocks.
> Admin: Any operator can run this command, but NOT command blocks.
So changing admin to game-directors would only make the command available to command blocks. But you say that works for you. Why... :(
let QuickMineAdminCommand = (() => {
let _classDecorators = [command({
name: "quick-mining:qmine-admin",
description: "game.quick-mining.command.admin",
permissionLevel: "admin",
cheatsRequired: false
})];
My intention was to allow both commands to players with cheats disabled but I seem to have made a mistake. If this works for you I will upload a fixed version.
Also it has some more bugfixes and improvements. See Changelog for details.
btw there seems to be an issue in the comment section of MCPEDL, and I cannot pin or unpin comments anymore. I have contacted the site admin a week ago but the issue is still there. Sorry for the inconvenience.
[2025-06-30 18:31:08:902 ERROR] [Scripting] Unhandled promise rejection: Error: Internal error: wrong type of form value undefined for key mode at (cicada-lib/dist/ui.js:225)
at (cicada-lib/dist/ui.js:249)
at ModalFormResponse (cicada-lib/dist/ui.js:41)
at show (cicada-lib/dist/ui.js:253)
As of Minecraft 1.21.60 there is a known issue where the welcome message that is supposed to be shown when you join a world, is sometimes not shown. You can still tell if the addon is successfully loaded or not by opening the chat screen. If the message is there, then the addon should be working.
Otherwise works but with default settings only and still the best miner in existence.