TriggerReactor-2.2.0

Details

  • Filename
    TriggerReactor-bukkit-latest-2.2.0.jar
  • Uploaded by
  • Uploaded
    Sep 28, 2019
  • Size
    782.72 KB
  • Downloads
    314
  • MD5
    21fd744cd221a1b5e856263433edf2ce

Supported Bukkit Versions

  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8
  • 1.8.3
  • 1.7.4
  • 1.7.2
  • 1.6.4
  • 1.6.2
  • 1.6.1
  • 1.5.2

Changelog

Download/다운로드

 

Note

Files are now separated into three: bukkit-legacy, bukkit-latest, and sponge.

  • For 1.5.2 ~ 1.12.2 server, use bukkit-legacy
  • For 1.13 ~ 1.14.4 server, use bukkit-latest
  • For sponge server, sponge (obviously)

Changes

Mostly refactoring and tests to minimize the impact of porting 1.12.2 codes to 1.13 compatible codes

*#MODIFYPLAYER is separated into multiple, dedicated executors.
*Bug fixes for various executors (thanks to @gerzytet for the efforts)
*Now constructor calling with IMPORT statement is fixed.
*Fixed where .jar is extended twice after the file name
+/trg debug now shows message
+/trg version is added
*Fixed where trg command completely stopped working on Sponge server
+Dollar sign($) can be escaped with backslash(). This is to prepare for the future update: #137
+Deprecation message to warn users that dollar sign in the string will cause the problem in the future version
*Added missing file (config.yml) in jar. Now the plugin should work for Paper spigot.
*Fixed where Placeholder and Executor folders not copied to the data folder.

공지

이제 파일이 세가지 형태로 배포 됩니다: bukkit-legacy, bukkit-latest, 와 sponge.

  • 서버 버전 1.5.2 ~ 1.12.2: bukkit-legacy
  • 서버 버전 1.13 ~ 1.14.4: bukkit-latest
  • 스폰지 서버: sponge

변경 사항

주로 1.12.2 코드에서 1.13 버전으로 넘어가는 내용으로 바뀐점은 많이 없습니다

*#MODIFYPLAYER 가 개별적인 Executor들로 나누어졌습니다. 하지만 기존 Executor역시 유지됩니다.
*여러가지 Executor들의 버그 수정 (@gerzytet 에게 감사 드립니다)
*이제 IMPORT 를 이용한 객체 생성 버그가 수정되었습니다.
*파일 명 뒤에 .jar이 두번 붙는것이 수정 되었습니다
+/trg debug 를 치면 이제 메시지가 나옵니다
+/trg version 이 추가되었습니다
*Sponge에서 trg 명령어 작동이 완전히 되지 않던것을 다시 복구했습니다
+달러 표시($) 가 이제 백슬래쉬(\) 로 escape할 수 있습니다. 3.0.0 버전부터는 #137 업데이트 때문에 $ 표시에 꼭 \를 붙여야 합니다
+위에서 상기한 업데이트 관련 메시지가 나오도록 수정했습니다.
*jar 파일 내 없어진 파일 추가(config.yml). 이제 Paper spigot 에서도 작동합니다.
*폴더에 Placeholder 와 Executor가 복사되지 않는 버그 수정