Eole7 / Blosky

Create Minecraft Java plugins with a visual programming editor (Scratch-like for Spigot)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blosky

alt text alt text

Blosky is a visual programming editor for creating Minecraft Java plugins

Installation

  • Install the JDK (Java Development Kit) to be able to compile your plugins: https://www.oracle.com/java/technologies/javase-jdk14-downloads.html
  • Download the latest version of Blosky in portable or installer version. If you want to use nightly builds, download them in Actions. Blosky has been packaged for Windows, macOS and Linux, but it has only been tested on Windows for the moment
    • If you select the version to be installed, ignore the Windows SmartScreen alerts, and then follow the instructions given by the installer
    • If you choose the portable version, just extract the zip file
  • Blosky has only a few syntaxes for the moment and lacks basic features; don't plan to make a real plugin with it

To-Do

  • Commands
  • Variables
  • Plugin config.yml
  • Bukkit Runnables
  • Compiling to multiple Minecraft versions
  • Real-time detection of potential compilation errors
  • Syntaxes search bar
  • Support for other server software: Sponge, NukkitX, ...

See the full To-Do list on Trello

Contributing

  • Install Node.js and Git
  • Fork the repository then clone yours
  • Open the command prompt in the folder you just cloned to
  • Do npm install to install all node modules

To launch the app, do electron . in the command prompt

About

Create Minecraft Java plugins with a visual programming editor (Scratch-like for Spigot)

License:Other


Languages

Language:JavaScript 72.0%Language:HTML 26.8%Language:Java 1.2%