
ModsJava
SkBee++
SkBee++ is an addon that allows you to compile and execute Java code directly inside your .sk files in real time.
⬇ Download on ModrinthSkBee++ is a revolutionary addon for Skript that removes all limitations of the standard parser. You no longer need complex workarounds or huge scripts for simple mathematical or high-performance tasks.
Now you can write logic in Java directly inside your script while maintaining access to Skript variables via the Variable Bridge.
Why SkBee++?
- Performance: Execute heavy computations in Java without overloading the main Skript thread.
- Flexibility: Write logic directly in
.skblocks or split it into standalone.jvmodules. - Variable Bridge: Two-way communication — read and write Skript variables directly from Java code.
- Hot-Reload: Modify
.jvmodules and reload them using a standard/sk reload. - Debugging: Built-in
/jvdebugcommand for "X-ray" diagnostics of your code in real time.
What does it look like?
Inline code:
org.bukkit.Bukkit.getLogger().info("Java module successfully loaded!");
Modularity (.jv):
command /mycommand:
trigger:
include jv "my-logic.jv"
Requirements
- Paper 26.x (or higher).
- Skript 2.15+.
- Java 17+.
Verified by MCModsHub
- Ships as SkBeePlusPlus-0.5.1.jar — drop this file into the mods folder
- Download size: 1.1 MB
- Download link checked 9 Aug 2026 — working
These come from our own check of the pack file, not from the source page.