SkriptLang / skript-reflect

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

Usage of imported classes in effect commands #51

Closed UsainSrht closed 2 years ago

UsainSrht commented 2 years ago

Is your feature request related to a problem? Please describe. Title is explaining almost everything. That would be awesome if we can use imported classes in skript's effect commands.

Describe the solution you'd like !send Bukkit.getServer() !send SomePluginAPI.chargeXYZ(1, 5, -9)

TPGamesNL commented 2 years ago

This was added in the latest release: https://tpgamesnl.gitbook.io/skript-reflect/basics/importing-classes#importing-in-effect-commands

UsainSrht commented 2 years ago

Sorry my bad