The plugin
MLAutoPack was designed to optimize the gameplay of players. A simple system that makes the minerals collected by the player be placed in blocks as soon as it reaches the right amount to do so. Thus taking up less space in the player's inventory.
Config.yml
Code (YAML):
conversion :
COAL
: COAL_BLOCK
IRON_INGOT
: IRON_BLOCK
GOLD_INGOT
: GOLD_BLOCK
DIAMOND
: DIAMOND_BLOCK
EMERALD
: EMERALD_BLOCK
LAPIS_LAZULI
: LAPIS_BLOCK
REDSTONE
: REDSTONE_BLOCK
NETHERITE_INGOT
: NETHERITE_BLOCK
COPPER_INGOT
: COPPER_BLOCK
QUARTZ
: QUARTZ_BLOCK
messages :
prefix
:
"&8[&6MLAutoPack&8] "
toggle :
enabled
:
"&aAuto-conversion enabled!"
disabled
:
"&cAuto-conversion disabled!"
no-permission
:
"&cYou don't have permission!"
usage
:
"&7Use: /ap <on|off|reload>"
reload
:
"&aConfiguration reloaded!"
Permissions
mlautopack.use
Click to expand...
- Allows to use AutoPack feature
mlautopack.reload.use
Click to expand...
- Allows to reload plugin configuration
Commands
/ap on/off
Click to expand...
/ap reload
Click to expand...
Placeholders
%mlautopack_status%
Click to expand...
- Shows if auto-conversion is enabled
%mlautopack_version%
Click to expand...
- Displays plugin version
%mlautopack_blocks%
Click to expand...
- Total blocks converted (all-time)
- Last converted material
Use this command to download the placeholders:
/papi reload
Click to expand...