HomeJavaModsskript-reflect
skript-reflect
ModsJava

skript-reflect

Reflection utilities for Skript. Free Minecraft Java mod for 1.13, 1.14, 1.15.

⬇ Download on Spigot
This addon is a fork of skript-mirror, and comes with a bunch of bug fixes and new features.
Some of the important bug fixes and features:
Spoiler: Examples
Full example script: PacketListenerNMSK

Code (Text):
#1 Basic Java call:
import:
    java.lang.System

set {_nl} to System.lineSeparator()

#2 Event listening
import:
    org.bukkit.event.block.CauldronLevelChangeEvent

on CauldronLevelChangeEvent:
    broadcast "The cauldron at %event.getBlock().getLocation()% had its level changed from %event.getOldLevel()% to %event.getNewLevel()%"

#3 Custom syntax
effect send (experience|xp) change of %number% [with level %-number%] to %players%:
    trigger:
        set {_progress} to expr-1
        set {_level} to expr-2
        loop exprs-3:
            set {_p} to loop-value
            if {_level} is set:
                {_p}.sendExperienceChange({_progress}, {_level})
            else:
                {_p}.sendExperienceChange({_progress})

send xp change of 0.75 with level 9 to player
Full example scripts:
The documentation and a guide to get started is available on GitBook: tpgamesnl.gitbook.io.
Issues and suggestions should be reported on GitHub.
You can get help in the skript-mirror channel of the skUnity Discord, or you can ask questions in the skript-reflect discord.



[​IMG]
Docs / Forums / Parser / Discord
Do you speak Dutch, Spanish, French or German and need Skript help? We've got channels for that in the skUnity Discord!​

Icon made by Freepik from www.flaticon.com. Use of skUnity logo approved by BaeFell.

Plugin details

Read from the plugin's own plugin.yml.

skript-reflect is a free Minecraft Java mod. Compatible with Minecraft 1.13, 1.14, 1.15, 1.16 and newer. Downloaded 46,673 times (via Spigot). Download it and open it directly in the game.

Explore more