Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skript-mirror doesn't like OpenJ9 #126

Open
TrademarkTM opened this issue Apr 20, 2019 · 0 comments
Open

skript-mirror doesn't like OpenJ9 #126

TrademarkTM opened this issue Apr 20, 2019 · 0 comments
Labels
priority: medium Requires some attention, but does not need to be deployed immediately (most bugs) type: bug

Comments

@TrademarkTM
Copy link

TrademarkTM commented Apr 20, 2019

Describe the bug
skript-mirror doesn't work properly with OpenJ9.

https://adoptopenjdk.net/releases.html?variant=openjdk8&jvmVariant=openj9
To swap it (if you use Windows): https://paste.md-5.net/jelihemuzo.bash

To reproduce
Code:

command /dafrick:
	trigger:
		set {_item} to water bottle
		set {_meta} to {_item}.getItemMeta()
		{_meta}.addItemFlags(ItemFlag.HIDE_POTION_EFFECTS)
		{_item}.setItemMeta({_meta})
		
		send "mafia works"

Errors: https://paste.md-5.net/ivavucared.md

Server information

  • skript-mirror: 2.0.0
  • Skript: 2.3.6
  • Bukkit: Paper build 1613
  • Minecraft: 1.12.2
  • Java: OpenJ9 8 212
  • OS: Windows

The issue was found by TeAm6_AZLIK#5741 (Discord).

@btk5h btk5h added priority: medium Requires some attention, but does not need to be deployed immediately (most bugs) type: bug labels May 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: medium Requires some attention, but does not need to be deployed immediately (most bugs) type: bug
Projects
None yet
Development

No branches or pull requests

2 participants