Русский
Этот мод помогает кодить на JustMC Creative+:
- Позволяет очищать код
- Позволяет сохранить код в файл
- Позволяет получить ссылку на загрузку кода
- Позволяет загрузить файл с кодом в мир
- Позволяет искать блоки в коде
- Позволяет получать текст большей длины, чем 256
- Позволяет получать шаблоны из модулей
- Позволяет получить код шаблона
Использование
/codespace clear
- очистить код
/codespace config open
- открыть папку с конфигом
/codespace config reload
- перезагрузить конфиг
/codespace config reset
- сбросить конфиг
/codespace save file
- сохранить код в файл
/codespace save file <имя>
- сохранить код в файл с указанным именем
/codespace save upload
- получить ссылку на загрузку кода
/codespace save stop
- остановить сохранение кода
/codespace saved-codes delete <файл>
- удалить сохранённый код в указанном файле
/codespace saved-codes delete-all
- удалить все сохранённые коды
/codespace saved-codes load <файл>
- загрузить код из файла в мир
/codespace saved-codes load-force <файл>
- загрузить код из файла в мир с заменой текущего кода
/codespace saved-codes as-text <файл>
- получить содержимое файла как значение "текст"
/codespace saved-codes line-as-template <номер строки> <файл>
- получить строку модуля как шаблон
/codespace search <ввод>
- найти в коде блоки
/codespace search-page <страница>
- показать определённую страницу результатов поиска
/codespace template
- получить код шаблона
English
This mod helps you code on JustMC Creative+:
- Allows you to clear code
- Allows you to save code to a file
- Allows you to get a link to download the code
- Allows you to upload a file with code to the world
- Allows you to search for blocks in the code
- Allows you to get text longer than 256
- Allows you to get templates from modules
- Allows you to get the template code
Usage
/codespace clear
- clear code
/codespace config open
- open the folder with the config
/codespace config reload
- reload the config
/codespace config reset
- reset the config
/codespace save file
- save the code to a file
/codespace save file <name>
- save the code to a file with the specified name
/codespace save upload
- get a link to download the code
/codespace save stop
- stop saving the code
/codespace saved-codes delete <file>
- delete the saved code in the specified file
/codespace saved-codes delete-all
- delete all saved codes
/codespace saved-codes load <file>
- load code from file into the world
/codespace saved-codes load-force <file>
- load code from file into the world replacing current code
/codespace saved-codes as-text <file>
- get file contents as "text" value
/codespace saved-codes line-as-template <line number> <file>
- get module line as template
/codespace search <input>
- find blocks in code
/codespace search-page <page>
- show specific search results page
/codespace template
- get template code