How to solve this? Skript-Reflect

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

The_SrMega

Member
Aug 14, 2020
2
0
1
20
Hello, I am trying to use the lunar api with skript reflect to activate the staff modules, but, when trying to activate them I get the following error in the console: https://prnt.sc/1wg247a (The server version is Paper 1.12.2)
This is my code:
Code:
import:
    com.lunarclient.bukkitapi.LunarClientAPI
command /staffmodules:
    permission: staff.lunarmodules
    trigger:
        LunarClientAPI.giveAllStaffModules(player)
 
Status
Not open for further replies.