denizen-reflect
ModrinthSpigotMCAdds direct Java support to Denizen scripts.
1.3k Downloads 4 Follower aktualisiert 5d ago
neueste v2.4.0 Modrinth
denizen-reflect is an add-on for experienced scripters designed to combine the capabilities of Java directly within the Denizen development environment.
Supported Platforms
Features
- 🔹 Importing classes
- 🔹 Executing Java code (methods, fields, constructors)
- 🔹 Creating your own placeholders (PlaceholderAPI)
- 🔹 Creating custom Denizen commands & tags
- 🔹 Renaming Denizen events
- 🔹 Creating proxies
- 🔹 Lambda expressions support
- 🔹 And much more...
Example Usage
import:
java.lang.System as test
java.lang.String
task:
type: task
script:
- define def <invoke[new String("123")]>
- invoke player.sendMessage("321")
- invoke test.out.println(def)
Versionen
Release
2.4.0
# denizen-reflect 2.4.0
### Add:
- ``Java Scripts (.java Script Support)``**:**
> Write and execute native Java classes directly in your…
Release
2.2.6
**Add 'executor' argument for custom tags, commands, and placeholders.**
**Add libload command for dynamic Java library injection.**
**Fixed bStats not…
Release
2.2.5
**fix:** register denizen-reflect commands, events, and other features early so they work in all events.
Release
2.2.4
# Improved
Overhauled 'command' system: switched to MapTag config, added boolean args/tooltips, and implemented high-performance strict parsing.

Kommentare 0
Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.