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.
*#MODIFYPLAYER is separated into multiple, dedicated executors.
*Bug fixes for various executors (thanks to
@gerzytet for the efforts)
+Dollar sign($) can be escaped with backslash(). This is to prepare for the future update:
#137
+New executor #KICK
#195
*Now #CLEARCHAT accepts Player instance
#195
*Fix API support not properly loaded
공지
이제 파일이 세가지 형태로 배포 됩니다: 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가 복사되지 않는 버그 수정
*#MODIFYPLAYER 가 개별적인 Executor들로 나누어졌습니다. 하지만 기존 Executor역시 유지됩니다.
*여러가지 Executor들의 버그 수정 (
@gerzytet 에게 감사 드립니다)
+달러 표시($) 가 이제 백슬래쉬(\) 로 escape할 수 있습니다. 3.0.0 버전부터는
#137 업데이트 때문에 $ 표시에 꼭 \를 붙여야 합니다
+#KICK Executor가 추가되었습니다.
#195
*이제 #CLEARCHAT 에 Player 인스턴스를 줄 수 있습니다.
#195
*API 연동 기능이 로드되지 않았던 점을 수정했습니다.