Skip to content
/ TUI Public
forked from ASgoPew/TUI

Ingame server-side user interface library for Terraria by ASgo and Anzhelika.

License

Notifications You must be signed in to change notification settings

elfin8er/TUI

 
 

Repository files navigation

Terraria User Interface (TUI)

Ingame user interface library for Terraria by ASgo and Anzhelika.

  • You can find english documentation here.

Библиотека пользовательского интерфейса для Terraria от разработчиков ASgo и Anzhelika.

  • Вы можете найти документацию на русском здесь.


Installing

This plugin is for TShock version 4.3.26. To install the plugin you need to do this:

  • Add TUI.dll from archive to server root directory (near TerrariaServer.exe).
  • Add ServerPlugins/TUIPlugin.dll from archive to ServerPlugins directory.

Установка

Этот плагин использует TShock версии 4.3.26. Для установки плагина необходимо:

  • Добавить TUI.dll из архива в корневую папку сервера (рядом с TerrariaServer.exe).
  • Добавить ServerPlugins/TUIPlugin.dll из архива в папку сервера ServerPlugins.

Example

There is an example of plugin usage. You can also find this example plugin in archive and play with it. By default example will spawn interface at (0, 0) coordinates, so to move it to the place you want you have to use command:

  • /tuipanel TestPanel <x> <y>

Be aware that interface will modify your map tiles irreversible if you don't use FakeManager as provider. Use The Grand Design to interact with interface.

Пример

В этом репозитории есть пример использования плагина. Также вы можете найти этот плагин в архиве и попробовать его. По умолчанию пример создает интерфейс на позиции (0, 0), так что, чтобы поместить его туда, куда вам надо, вам надо использовать команду:

  • /tuipanel TestPanel <x> <y>

Учтите, что интерфейс безвозвратно поменяет блоки, если вы не используете FakeManager в качестве провайдера. Используйте предмет Великий План (The Grand Design), чтобы взаимодействовать с интерфейсом.

About

Ingame server-side user interface library for Terraria by ASgo and Anzhelika.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%