Language

denizen-reflect

denizen-reflect

SpigotMC

Adds direct Java support to Denizen scripts.

50 downloads
latest v2.3.0 SpigotMC
1.21 – 1.21

Documentation


Snippets


Discord




denizen-reflect is an add-on for experienced scripters designed to combine the capabilities of Java directly within the Denizen development environment.




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
Code (YAML):
import :
    java.lang.System as test
    java.lang.String

task
:
    type
: task
    script
:
    - invoke player.kick ( )
    - invoke test.out.println ( "test" )
    - define hello <invoke [new String ( "Hello" ) ]>

Versions

Release
2.3.0
·
6
Release
2.2.8
·
2
Release
2.2.7
·
1
Release
2.2.6
·
Release
2.2.5
·
15

Comments 0

No comments yet. Be the first to share your thoughts.

Download denizen-reflect

Files are served directly from the original source. Modgrid does not host or modify them.