3.2.0.5
Regarding the versioning
Sorry for the confusion on the versioning. You may probably already noticed that the version is 3.2.0.5 instead of 3.2.5, and it has a reason for it: the third digit of the version had to be reserved for the bugfix for the releases, yet I carelessly used that in the beta version as well. So the previous beta versions, 3.2.0 ~ 3.2.4, are not correctly named, so they should've been 3.2.0.0 ~ 3.2.0.4 instead.
버전 이름 관련
유감스럽게도 이전 베타 버전의 이름이 잘못되어 있어서 부득이하게 이번 버전부터 바꾸게 되었습니다. 아마 이미 눈치 채셨겠지만 이전 버전에 3.2.0~3.2.4 임에도 불구하고 이번 버전은 3.2.0.5 로 책정되었습니다. 그 이유는 세번째 번호는 공식 릴리즈 버전의 버그 수정에 쓰여야 하지만 제가 임의로 이것을 베타버전에도 동일하게 사용하여 생긴 일 입니다. 즉 이전의 베타 버전들, 3.2.0 ~ 3.2.4, 는 사실상 3.2.0.0 ~ 3.2.0.4 여야 했습니다.
Updates
Nothing too much externally, but mostly internal changes, to support Spigot/Paper 1.17~ which uses Java 16.
Notice
- The codes are compiled in JDK 16, so you will not be able to use this plugin in any Spigot/Paper version less than 1.17. Stick with the 3.1.x version if you are using those old versions. (However, you can still run any Spigot/Paper version in Java 16, and so is TriggerReactor. The same rule applies for legacy and the latest version in this case: a legacy for 1.5.2~1.12.2, and latest for 1.13~)
- This version requires you to install and use GraaVM as your JVM, so the stock JVM 16 will not work. We are still looking for a way to provide a separate plugin that would add the Nashorn script engine, which was removed in the latest JVM, yet we haven't got a bit of luck yet. The plugin is tested and seems to be running with stock JVM 8, so if we somehow find a way to load the Nashorn script engine in Spigot/Paper server, we are good to go. But until then, only GraalVM is supported.
업데이트
외부적인 변화는 거희 없고 주로 내부적인 내용들 입니다. Spigot/Paper 1.17 이상 을 지원합니다.
알림
- 해당 플러그인은 JDK 16 로 컴파일 되었으며 그로인해 자바 16을 사용중이지 않는경우 사용 할 수 없습니다. 만약 구버전의 자바를 사용중이라면 3.1.x 을 계속 하여 사용하세요. (하지만 구버전의 Spigot/Paper 는 여전히 사용 가능합니다 단순히 GraalVM의 자바 버전만 16이면 됩니다. 이 경우 여전히 1.5.2~1.12.2 는 legacy를 1.13~ 은 latest를 사용합니다)
- 이 버전을 사용 하려면 GraalVM 을 설치 해야 합니다. 일반 자바 16에서는 작동하지 않습니다. 이 문제를 해결하기 위해 따로 Nashorn 스크립트 엔진을 버킷에 로드 할 수 있는 플러그인을 찾고 있으나 아직까지는 운이 없었습니다. 만약에 방법을 찾게 된다면 따로 같이 업로드 되도록 하겠습니다. 하지만 그때까지는 GraalVM을 사용 해야만 TriggerReactor 를 최신버전에서 사용 할 수 있습니다.
3.2.0.4
Updates
+Added pre/post increment/decrement (++, --)
@Kuiprux
+Player on a vehicle to be detected by AreaTriggers
@chickiyeah
업데이트
+연산자 추가 (++, --)
@Kuiprux
+탈것에 탄 유저도 AreaTrigger에 감지되게 변경
@chickiyeah
3.2.0.3
Updates/Fixes
*This is updates/fixes of 3.1.9 compiled with Java 11
+Removed annoying Nashorn Deprecation Warnings. This is for 3.2.x
업데이트/수정
*3.1.9의 업데이트/수정 내용을 자바 11로 컴파일 한 버전 입니다.
+Nashorn Deprecation Warning 이라 뜨는 경고문 제거. 3.2.x 만 해당
3.2.0.2
Bug Fixes
This is ported version of 3.1.8 bug fixes into java 11
업데이트
3.1.8의 버그 수정 내용을 자바 11 로 컴파일 한 버전 입니다
3.2.0.1
Updates
This is exact same update from version 3.1.7 but compiled in Java 11
업데이트
3.1.7의 업데이트 내용을 자바 11로 컴파일 한 버전 입니다.
3.2.0.0
Updates
*This is basically an identical version from 3.1.6, but it is compiled and tested in Java 11. Probably, it shouldn't make any trouble, but use it with caution.
*For the sponge server, stick with the 3.1.x versions. Later, if the sponge is updated to support Java 11, we will do so too.
업데이트
*사실상 3.1.6 버전을 자바 11 로 컴파일 한 후 테스트 한 것 외에는 차이가 없습니다. 다만 자바 버전이 달라져서 생기는 문제가 혹시 있을수는 있으니 주의해서 사용 해 주세요.
*스폰지 서버의 경우 3.1.x 버전을 계속해서 사용 하시면 됩니다. 나중에 스폰지 서버가 자바 11을 지원하게 되면 플러그인도 그에 맞게 업데이트 될것입니다.