Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Links
Tags
Creators
Details
SkBee++ 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+.


