mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 03:04:44 +02:00
Add magical mod importer
Usage: Create a folder called 'import' inside /mcMMO/mods/. Place your latest Cauldron 1.7+ startup log in this folder and rename it to 'import.log'. It is worth noting that it's advisable to create a short log by starting and stopping the server once, or by manually editing the log file to only include material mapping in order to speed up the import process. When the server is running, use the command /mcimport. You will see the import progress in the console, once it is done the files are created in /mcMMO/mods/output/. Any item that wasn't recognised gets placed in a .unknown.yml config file. Durability detection only works if the mod is installed when importing (it should be).
This commit is contained in:
@ -41,6 +41,8 @@ commands:
|
||||
aliases: [mccooldowns]
|
||||
mcgod:
|
||||
description: Toggle mcMMO god-mode on/off
|
||||
mcimport:
|
||||
description: Import mod config files
|
||||
mcstats:
|
||||
aliases: [stats]
|
||||
description: Shows your mcMMO stats and xp
|
||||
@ -727,6 +729,7 @@ permissions:
|
||||
mcmmo.commands.mcconvert.all: true
|
||||
mcmmo.commands.mcgod: true
|
||||
mcmmo.commands.mcgod.others: true
|
||||
mcmmo.commands.mcimport: true
|
||||
mcmmo.commands.mcpurge: true
|
||||
mcmmo.commands.mcrank.others.all: true
|
||||
mcmmo.commands.mcrefresh: true
|
||||
@ -845,6 +848,8 @@ permissions:
|
||||
description: Allows access to the mcnotify command
|
||||
mcmmo.commands.mcpurge:
|
||||
description: Allows access to the mcpurge command
|
||||
mcmmo.commands.mcimport:
|
||||
description: Allows access to the mcimport command
|
||||
mcmmo.commands.mcrank:
|
||||
description: Allows access to the mcrank command
|
||||
mcmmo.commands.mcrank.others.*:
|
||||
|
Reference in New Issue
Block a user