SkriptLang / skript-reflect

Powerful reflection utilities for Skript.
MIT License
56 stars 19 forks source link

Class is already mapped to another class, won't be remapped #74

Closed 3meraldK closed 8 months ago

3meraldK commented 8 months ago

Describe the bug There is a persistent error message when importing classes to a script, however it may be completely ignored as it causes no issues.

To reproduce

import:
    org.bukkit.Bukkit

Expected behavior No error messages, atleast after reloading again.

Screenshots If applicable, add screenshots to help explain your problem. image

Server information

Additional context I don't like when /sk reload scripts throws 63 non-existent errors 😢

envizar commented 8 months ago

I fixed this in a very dumb way I removed line that creates this error this is a temporary solution Download: skript-reflect-2.4-dev1.jar

3meraldK commented 8 months ago

Fixed with latest Skript 2.7.0, latest skript-reflect 2.3 (2.4-dev1 works too) AND AddonPatcher (required fix)

Shurelia commented 8 months ago

i think this shouldnt be marked as completed as you'll need another addons to fix it