Skip to content

Releases: PyXiion/mappet

0.3.1

11 Sep 09:09

Choose a tag to compare

  • Some fixes
  • Limit script execution time
  • mappet.require(scriptId) - allows to get variables from others scripts
  • Dashboard whitelist (disabled by default)

Full Changelog: 0.3...0.3.1

Mappet 0.3

08 Aug 20:47

Choose a tag to compare

Стабильная версия

  • Ингридиенты не показываются, если их нет.
  • Добавлен метод isOnGround для IScriptEntity
  • Добавлена поддержка обычных и стрелочных функций в mappet.createUI
  • Добавлено событие взаимодействия игрока с сущностью
  • Подсветка строк с форматированием
    Screenshot_20220807_152537
  • Скрипты теперь создаются по умолчанию с параметром unique
  • Добавлена возможность создавать тип ScriptVector new Vector3(1, 2, 3);
  • Добавлены Java.import и Java.importAs

Stable version

  • Ingredients are not shown if there are none.
  • Added isOnGround method for IScriptEntity
  • Added support for embed and arrow functions in mappet.createUI
    Screenshot_20220808_003707
  • Added a player interaction event with an entity
  • Highlighting strings with formatting
    Screenshot_20220807_152537
  • Scripts are now created by default with the unique parameter
  • Added the ability to create the ScriptVector type new Vector3(1, 2, 3);
  • Added Java.import & Java.importAs

Pre-5

08 Aug 16:02

Choose a tag to compare

Pre-5 Pre-release
Pre-release
  • Добавлена поддержка обычных и стрелочных функций в mappet.createUI
    Screenshot_20220808_003707
  • Исправлен краш игры при отстутсвии Javet
  • Добавлено сообщение об отсутсвии Javet при входе в игру
  • Добавлено событие взаимодействия игрока с сущностью

  • Added support for embed and arrow functions in mappet.createUI
    Screenshot_20220808_003707
  • Fixed crash of the game when Javet is missing
  • Added a message about the absence of Javet when logging into the game
  • Added a player interaction event with an entity

Pre-4

07 Aug 12:35

Choose a tag to compare

Pre-4 Pre-release
Pre-release
  • Подсветка строк с форматированием
    Screenshot_20220807_152537
  • Исправление работы scheduleScript с анонимными и стрелочными функциями
  • Скрипты теперь создаются по умолчанию с параметром unique
  • Добавлена возможность создавать тип ScriptVector new Vector3(1, 2, 3);

Требуется библиотека Javet в папке mods. Скачать можно здесь.


  • Highlighting strings with formatting
    Screenshot_20220807_152537
  • Fix scheduleScript with anonymous and arrow functions
  • Scripts are now created by default with the unique parameter
  • Added the ability to create the ScriptVector type new Vector3(1, 2, 3);

The Javet library in the mods folder is required. You can download it here.

Full Changelog: pre-3...pre-4

Pre-3

07 Aug 06:42

Choose a tag to compare

Pre-3 Pre-release
Pre-release
  • Библиотеки теперь работают.
  • Java.to для преобразования массивов и словарей в Java типы
  • Исправлены конфликтующие имена у UIComponent. Чтение параметров через _x, _y и т. п.

Требуется библиотека Javet в папке mods. Скачать можно здесь.


  • Libraries are working now.
  • Java.to to convert arrays and dictionaries to Java types
  • Fixed conflicting names in UIComponent. Reading parameters via _x, _y, etc.

The Javet library in the mods folder is required. You can download it here.

Full Changelog: pre-2...pre-3

pre-2

06 Aug 17:51

Choose a tag to compare

pre-2 Pre-release
Pre-release
  • Починил методы x, y, w, h и т.д. у UIComponent

  • Java.from() для Set и Map. Конвертирует их в JS-объекты

  • Fix UIComponent x, y, w, h, etc. methods.

  • Java.from() for sets and maps. Convert them to JS array or map.

Требуется библиотека Javet в папке mods. Скачать можно здесь.
The Javet library in the mods folder is required. You can download it here.

Mappet V8 pre-1

05 Aug 19:08

Choose a tag to compare

Mappet V8 pre-1 Pre-release
Pre-release

Mappet и поддержка ES6 на движке V8. Классы, let'ы и т.д. Так же добавлены Java.import('path.to.class') и Java.importAs('ClassName', 'path.to.class'). Пример:
изображение
Имеет много ошибок, может крашиться. Об этом пишите тут или на me@pyxiion.ru с приложением лога Майнкрафт и подробными действиями. А лучше даже весь игровой мир приложить.

Mappet and ES6 support on the V8 engine. Classes, left, etc. Also added Java.import('path.to.class') and Java.importAs('ClassName', 'path.to.class'). Example:
Image
Has a lot of errors, can crash. Write about it here or on me@pyxiion.ru with the application of the Minecraft log and detailed actions. And it's even better to attach the whole game world.

Так же требуется библиотека Javet в папке mods. Скачать можно здесь.
The Javet library in the mods folder is also required. You can download it here.