Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sunarya-thito/nodeflow

Code-less Editor
https://github.com/sunarya-thito/nodeflow

blueprint bukkit codeeditor editor java javafx spigot

Last synced: 3 months ago
JSON representation

Code-less Editor

Awesome Lists containing this project

README

        

# NodeFlow
NodeFlow is a software focused to create spigot (or any spigot forks) server plugins without coding.
The software uses Node Blueprint technology similar to UnrealEngine Blueprint.
The goal of this project is to provide simple yet powerful-enough tools for server owners to create a plugin
without having to code anything.

## Limitations
There are few limitations when using this software
* Java 17 - The project cannot be compiled and ran using JDK 17+ due to illegal reflective access. But you can still run it on JDK 17.

## Building
To build this repository, you will need JDK 16 installed on your device.
* Clone this repo
* Run `set MAVEN_OPTS=--illegal-access=permit & set NODEFLOW_STOREPASS= & mvn clean package`
* The build will be available at `target` directory

## Profiler
We would like to thank YourKit for providing us YourKit Java Profiler

![YourKit Java Profiler](https://www.yourkit.com/images/yklogo.png)

YourKit supports open source projects with innovative and intelligent tools
for monitoring and profiling Java and .NET applications.
YourKit is the creator of [YourKit Java Profiler](https://www.yourkit.com/java/profiler/),
[YourKit .NET Profiler](https://www.yourkit.com/.net/profiler/),
and [YourKit YouMonitor](https://www.yourkit.com/youmonitor/).