Sprache

denizen-reflect

denizen-reflect

ModrinthSpigotMC

Adds direct Java support to Denizen scripts.

1.3k Downloads 4 Follower aktualisiert 5d ago
neueste v2.4.0 Modrinth
Bukkit Paper Purpur Spigot 1.21 – 26.1.2 ManagementUtility
Logo

Denizen-Reflect




Snippets
Discord


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
bukkit, paper, purpur · 1.21, 1.21.1, 1.21.2 · 5d ago
# denizen-reflect 2.4.0 ### Add: - ``Java Scripts (.java Script Support)``**:** > Write and execute native Java classes directly in your…
31
Release
2.3.2
bukkit, paper, purpur · 1.21, 1.21.1, 1.21.2 · 2mo ago
fix: resolve non-public class bypass to fix interface and deep discovery
244
Release
2.3.1
bukkit, paper, purpur · 1.21, 1.21.1, 1.21.2 · 3mo ago
Proxy handlers are forced to run in the main thread.
147
Release
2.3.0
bukkit, paper, purpur · 1.21, 1.21.1, 1.21.2 · 3mo ago
feat: add util.custom_commands tag
66
Release
2.2.9
bukkit, paper, purpur · 1.21, 1.21.1, 1.21.2 · 3mo ago
**Optimization** Debugging disabled in executor:<tag> (PlaceholderCommand)
13
Release
2.2.8
bukkit, paper, purpur · 1.21, 1.21.1, 1.21.2 · 3mo ago
**feat: support dynamic tag-based executors for tags and placeholders**
76
Release
2.2.7
bukkit, paper, purpur · 1.21, 1.21.1, 1.21.2 · 3mo ago
**fix: resolve encapsulation issues by reflecting via public interfaces**
23
Release
2.2.6
bukkit, paper, purpur · 1.21, 1.21.1, 1.21.2 · 3mo ago
**Add 'executor' argument for custom tags, commands, and placeholders.** **Add libload command for dynamic Java library injection.** **Fixed bStats not…
14
Release
2.2.5
bukkit, paper, purpur · 1.21, 1.21.1, 1.21.2 · 4mo ago
**fix:** register denizen-reflect commands, events, and other features early so they work in all events.
177
Release
2.2.4
bukkit, paper, purpur · 1.21, 1.21.1, 1.21.2 · 5mo ago
# Improved Overhauled 'command' system: switched to MapTag config, added boolean args/tooltips, and implemented high-performance strict parsing.
34
Release
2.2.3
bukkit, paper, purpur · 1.21, 1.21.1, 1.21.2 · 5mo ago
### New tag: <chain[]> ### Fix wildcards in ProxyCommand and other fixes.
59
Release
2.2.2
bukkit, paper, purpur · 1.21, 1.21.1, 1.21.2 · 5mo ago
# Changes: - ProxyCommand fix for Windows
23

Kommentare 0

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