TriggerReactor Versions Save

Simple script parser with infinite possibility

3.5.0.6-Beta

5 months ago

Updates

  • Updates from 3.4.7-Release
  • Fix for SWITCH not accepting factor, but only string literals
  • Add common functions: mysqlPut, mysqlGet

업데이트

  • 3.4.7-Release 내용물 적용
  • SWITCH문에서 string literal만 사용 가능하고 factor는 불가능한 문제 수정
  • mysqlPut, mysqlGet 을 common function 으로 추가

3.4.7-Release

5 months ago

Hot fix

  • Fix #SERVER executor not wokring

핫픽스

  • #SERVER 가 작동하지 않던 버그 수정

3.5.0.5-Beta

5 months ago

Changes

  • Apply changes from 3.4.6
  • Fix for logger printing ambiguous name 'null' when plugin enables

변경사항

  • 3.4.6 변경 사항 적용
  • 플러그인 활성화시 logger에 null 이라고 표시되는 문제 수정

3.4.6-Release

5 months ago

Hotfix

  • Fix for Inventory Trigger not sharing variables between different contexts: "open" "click" "close"

핫픽스

  • 인벤토리 트리거의 변수가 각각 trigger 타입 ("open" "click" "close") 에 따라 공유되지 않던 문제 수정

3.5.0.4-Beta

5 months ago

Updates

  • Applied updates of 3.4.5-Release
  • Adds $cooldown placeholder (check wiki)
  • Custom Trigger priority config

업데이트

  • 3.4.5-Release 의 내용 적용
  • $cooldown placholder 추가 (위키에서 내용 확인 가능)
  • Custom Trigger 에 이벤트 우선순위를 지정 가능

3.4.5-Release

5 months ago

Hotfix

  • Adds missing classes as part of the TRG jar to support some hybrid servers (Magma)

핫픽스

  • TRG jar에 일부 추가적인 클래스 추가 (일부 하이브리드 서버 지원: Magma 등)

3.5.0.3-Beta

6 months ago

Update

  • Update from 3.4.4

업데이트

  • 3.4.4 업데이트 내용 적용

3.4.4-Release

6 months ago

Fixes

  • Drops support for MySQL 5.7. It's very very old and pretty sure nobody uses it anymore
  • Issue of saving non-English characters in TRG script causing problem fixed

문제해결

  • MySQL 5.7 지원이 완전히 중단됩니다 MySQL 8 이상만 가능합니다
  • 영문자가 아닌 문자를 trg 스크립트에 저장시 문자가 깨지는 문제 해결

3.5.0.2-Beta

6 months ago

Hotfix

  • Revert to the last working version
  • Drops optional chaining and elvis operator (will be added back)

3.5.0.1-Beta

6 months ago

Updates

  • Changes from 3.4.3-Release included
  • Elvis operator and optional chaining (#611)
  • Transition between Inventory Trigger (#GUI used in Inventory Trigger) now shares the variables (#615)

업데이트

  • 3.4.3-Release 에서의 변경 사항이 포함됨
  • Elvis 연산자와 Optional Chaining (#611)
  • 인벤토리 트리거 에서 다른 인벤토리 트리거로 이동(#GUI 사용)시 변수를 공유합니다 (#615)