Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sunarya-thito/nodeflow
- Owner: sunarya-thito
- License: gpl-3.0
- Created: 2021-08-04T13:35:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-28T11:09:15.000Z (almost 3 years ago)
- Last Synced: 2023-03-10T01:32:35.424Z (almost 2 years ago)
- Topics: blueprint, bukkit, codeeditor, editor, java, javafx, spigot
- Language: Java
- Homepage: https://sunarya-thito.github.io/NodeFlow/
- Size: 15.4 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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/).