3.1.10
Updates
+added $getSlot placeholder for sponge
+Various operators
- Arithmetic operation with assignment: +=, -=, *=, /=, %=
- Bitwise operators: <<, >>, >>>, &, ^, |, ~
(Thanks
@Kuiprux for the hard works)
업데이트
+$getSlot Placeholder 스펀지에 추가
+각종 연산자들 추가
- 사칙연산후 대입: +=, -=, *=, /=, %=
- 비트 연산: <<, >>, >>>, &, ^, |, ~
(작업해주신
@Kuiprux 님 에게 감사드립니다)
3.1.9
Updates/Fixes
*Fixed where ConfigurationSerialzable (such as ItemStack or Location) are saved successfully in the vars.json, yet they couldn't be loaded back from it
*For the legacy-bukkit version, the old-style CommandTrigger is back. Instead of registering the command, it will intercept the command event, just as we did back in TRG2.x.x
+Removed annoying Nashorn Deprecation Warnings. This is for 3.2.x
*Various fixes for Executors and Placeholders.
업데이트/수정
*ConfigurationSerializable(예를들어 ItemStack 이나 Location) 을 광역변수에 저장하는경우 vars.json 에 저장은 되나 불러오기에 실패하던 버그 수정
*레거시 버킷 버전에서 커맨트 트리거를 직접 버킷에 등록하는게 아니 이전에 2.x.x 버전에서 하던것 처럼 직접 커맨드 이벤트를 처리하는 식으로 복귀.
+Nashorn Deprecation Warning 이라 뜨는 경고문 제거. 3.2.x 만 해당
*각종 Executor 및 Placeholder 버그 수정
3.1.8
Bug Fixes
*Added missing validators: UUID, SimpleLocation, and SimpleChunkLocation
버그 수정
*없어진 직렬화 검사 구문을 추가했습니다: UUID, SimpleLocation, SimpleChunkLocation