btk5h / skript-mirror

Powerful reflection utilities for Skript
MIT License
34 stars 11 forks source link

Bug that I can't explain #128

Open Spartan9802 opened 5 years ago

Spartan9802 commented 5 years ago

Describe the bug When I try to use the GPS API it creates an internal error for me https://pastebin.com/2fMWdbtj

To reproduce

import:
    ch.njol.skript.Skript
    com.live.bemmamin.gps.api.GPSAPI

command /testy:
    trigger:
        set {_gps} to new GPSAPI(Skript.getInstance())
        send "%method names of GPSAPI%"

Screenshots https://i.imgur.com/6K1wnqd.png

Server information

btk5h commented 5 years ago

It looks like you're using an outdated version of Bukkit for the API you're trying to use.

Spartan9802 commented 5 years ago

I have some knowledge of java so I did the test with java and it works, the problem is not the bukkit version ^^

btk5h commented 5 years ago

I cannot reproduce this. I cannot guarantee skript-mirror will play nicely with third-party APIs, especially if they are not open source.

Spartan9802 commented 5 years ago

Do you want me to share the plugin with you to reproduce the conflict?