DayZ
ActionTeleport
Showing 1-5 of 5 entries
Update: 23 Feb @ 4:00am

### Changelog (1.0.2)

#### **Новые функции**:
- **Кулдаун телепорта**
- Добавлен новый параметр в конфиг **TeleportCooldownSeconds**, это время в секундах, которое будет означать кулдаун телепорта. 0 - кулдауна нет, при значении больше 0 - это количество секунд перезарядки телепорта.

#### **New Features**:
- **Teleport Cooldown**
- Added a new paramer to the config **TeleportCooldownSeconds**, this is the time in seconds that will indicate the teleport cooldown. 0 - no cooldown, if the value is greater than 0 - it is the number of seconds of teleport recharge.

Update: 19 Jan @ 2:51am

HOTFIX
- Исправлено создание директории с конфигом, если ее изначально нет
---------------------
HOTFIX
- Fixed creation of a directory with a config if it does not exist initially

Update: 18 Jan @ 6:01pm

### Changelog (1.0.1)

#### **Новые функции**:
- **Логирование телепортации игроков**
Теперь информация о телепортах записывается в файл:
`DayZServerProfile\LO_Setting\TeleportLogs\TeleportLogs.txt`.
В логи добавляется:
- Имя игрока
- GUID игрока
- Координаты начальной и конечной точки телепортации
- Название телепорта
Логи также выводятся в консоль сервера.

#### **Изменения**:
- **Случайное расположение точки телепортации**
Теперь игроки телепортируются в случайную точку в радиусе ±1 метр от исходной точки телепортации.
Конфиг телепорта перенесён в папку LO_Setting для удобства использования.

#### **Улучшения**:
- **Проверка и создание папок для логов**
Теперь система автоматически проверяет и создает папки `LO_Setting` и `TeleportLogs`, если они отсутствуют.

#### **Исправления**:
- Исправлено повреждение предмета при использовании телепорта.
- Повреждение в конфиге означает число в процентах, где 100 - это уничтожение предмета.

---

### **Changelog (1.0.1)**

#### **New Features**:
- **Player teleportation logging**
Information about teleportations is now saved to the file:
`DayZServerProfile\LO_Setting\TeleportLogs\TeleportLogs.txt`.
The logs include:
- Player name
- Player GUID
- Starting and destination teleportation coordinates
- Teleport name
Logs are also displayed in the server console.

#### **Changes**:
- **Random teleportation point**
Players are now teleported to a random location within a ±1 meter radius of the specified teleport coordinates.
The teleport config has been moved to the LO_Setting folder for ease of use.

#### **Improvements**:
- **Directory verification and creation for logs**
The system now automatically checks and creates the `LO_Setting` and `TeleportLogs` directories if they are missing.

#### **Fixes**:
- Fixed item damage when using teleport.
- Damage in the config means percentage numbers, where 100 is the destruction of the item.

Update: 11 Jan @ 2:24am

Добавлен teleport_config_example.json в папку Extra
Added teleport_config_example.json to the Extra folder

Update: 11 Jan @ 12:27am