| Command | Description | Permission |
|
Code (Text):
/met toolinfo [gui/text/legacy]
|
Shows information about the tool in hand. |
Code (Text):
maxtools.toolinfo
|
|
Code (Text):
/met menu
|
Opens the main evolution menu. |
Code (Text):
maxtools.menu
|
|
Code (Text):
/met reload
|
Reloads configuration, menus, languages, evolution, and Discord settings. |
Code (Text):
maxtools.admin.reload
|
|
Code (Text):
/met preview
|
Opens an admin preview of the evolution system. |
Code (Text):
maxtools.admin.preview
|
|
Code (Text):
/met discordtest
|
Sends a test message to the Discord webhook. |
Code (Text):
maxtools.admin.discordtest
|
|
Code (Text):
/met testtool <material> [ability/all] [level]
|
Creates a test evolving tool. |
Code (Text):
maxtools.admin.testtool
|
|
Code (Text):
/met cleartesttool [id]
|
Removes the test tool in hand or clears a test tool ID. |
Code (Text):
maxtools.admin.cleartesttool
|
|
Code (Text):
/met admintoolsremove confirm
|
Purges all registered custom tools. |
Code (Text):
maxtools.admin.admintoolsremove
|
|
Code (Text):
/met lang
|
Opens the language selector menu. |
Code (Text):
maxtools.admin.lang
|
|
Code (Text):
/met sync
|
Syncs the tool in hand with the current milestones. |
Code (Text):
maxtools.admin.sync
|
| Permission | Default | Description |
|
Code (Text):
maxtools.admin
|
OP | Gives full access to all admin and user permissions. |
|
Code (Text):
maxtools.toolinfo
|
true | Allows
Code (Text):
/met toolinfo
|
|
Code (Text):
maxtools.menu
|
true | Allows opening the main menu. |
|
Code (Text):
maxtools.admin.reload
|
OP | Allows reloading the plugin. |
|
Code (Text):
maxtools.admin.preview
|
OP | Allows opening the admin preview. |
|
Code (Text):
maxtools.admin.discordtest
|
OP | Allows sending Discord test messages. |
|
Code (Text):
maxtools.admin.testtool
|
OP | Allows creating test tools. |
|
Code (Text):
maxtools.admin.cleartesttool
|
OP | Allows removing test tools. |
|
Code (Text):
maxtools.admin.admintoolsremove
|
OP | Allows purging registered custom tools. |
|
Code (Text):
maxtools.admin.lang
|
OP | Allows opening the language selector. |
|
Code (Text):
maxtools.admin.sync
|
OP | Allows syncing tools with the current evolution configuration. |
| File | Purpose |
|
Code (Text):
config.yml
|
Main settings, language, Discord, update checker, bStats, and evolution lore. |
|
Code (Text):
evolution.yml
|
Tracked tools, block counting rules, milestones, progress display, and abilities. |
|
Code (Text):
menus.yml
|
GUI texts, layouts, materials, sounds, and visual placeholders. |
|
Code (Text):
lang/messages_en.yml
|
English messages, tool names, and enchantment names. |
|
Code (Text):
lang/messages_es.yml
|
Spanish messages, tool names, and enchantment names. |
| File / Folder | Purpose |
|
Code (Text):
custom_tools.db
|
SQLite database for registered custom tools. |
|
Code (Text):
player-placed-blocks.yml
|
Anti-farm data for player-placed blocks. |
|
Code (Text):
language_profiles/
|
Editable language profiles for config and menu syncing. |
| Placeholder | Description |
|
Code (Text):
{current}
|
Current progress. |
|
Code (Text):
{target}
|
Next milestone target. |
|
Code (Text):
{unit}
|
Progress unit. |
| Placeholder | Description |
|
Code (Text):
{player}
|
Player name. |
|
Code (Text):
{player_uuid}
|
Player UUID. |
|
Code (Text):
{tool}
|
Readable tool name. |
|
Code (Text):
{tool_type}
|
Bukkit material name. |
|
Code (Text):
{blocks}
|
Current mined blocks. |
|
Code (Text):
{ability}
|
Unlocked ability. |
|
Code (Text):
{reward}
|
Milestone reward. |
|
Code (Text):
{server}
|
Configured server name. |
|
Code (Text):
{plugin}
|
Plugin name. |
|
Code (Text):
{current}
|
Current progress. |
|
Code (Text):
{target}
|
Current target. |
|
Code (Text):
{tier}
|
Calculated rarity tier. |
|
Code (Text):
{percent}
|
Progress percentage. |