Skip to content

wensheng/JuicyRaspberryPie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JuicyRaspberryPie

Programming Minecraft with Python, Javascript, or any language!

JuicyRaspberryPie provides a modding API plugin/mod for Spigot(Bukkit) server or Minecraft Forge. It also includes a command server that makes programming Minecraft much easier. It's a great tool to teach kids programming.

Installation

For Spigot(Bukkit)

Download juicyraspberrypie-1.x.x.jar from releases and put it in your server plugins folder. Start the Spigot server.

A detailed installation walk-through video: https://youtu.be/6-bqPcMoZ8M

For Minecraft Forge

Download juicyraspberrypie-forge-1.x.x.jar from releases and put it in your Minecraft mods folder. Start Minecraft with Forge, choose SinglePlayer, then select a world.

A detailed installation walk-through video: https://youtu.be/WoTxVFbr7_s

Documentation

Below are detailed documentation, each has(will have) one or more instructional videos.

  1. How to use API on Spigot
  2. How to use API on Forge
  3. How to program command server on Spigot
  4. How to program command server on Forge
  5. Python API
  6. How to develop API
  7. How to develop Spigot API plugin (for contributors to JuicyRaspberryPie Spigot plugin)
  8. How to develop Forge API mod (for contributors to JuicyRaspberryPie Forge mod)

Info

JuicyRaspberryPie API is based on MinecraftPi modding API. Its Spigot/Bukkit plugin implementation is based on RaspberryJuice

juicy