Skip to content
/ mcled Public

A simple minecraft plugin that allows you to control your LED lights with arduino.

Notifications You must be signed in to change notification settings

bbraden/mcled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcled

A simple minecraft plugin that allows you to control LED lights with arduino.

Everything Is AWESOME
(hint: click for full demo)

features

  • a custom GUI within minecraft that serves a LED lights remote control
    usage: /led gui alt text

multiple toggleable options

walk

  • using /led walk will toggle the walk feature on or off. This feature
    is able to detect when the players is standing on a certain color of wool and
    is able to use that information to change the color of the LED lights.

sight

  • using /led sight will toggle the sight feature on or off. This feature
    is able to detect when the players is looking at a certain color of wool and
    is able to use that information to change the color of the LED lights.

click

  • using /led click will toggle the click feature on or off. This feature
    is able to detect when the players right-clicks on a certain color of wool and
    is able to use that information to change the color of the LED lights.

damage

  • using /led damage will toggle the damage feature on or off. This feature
    is able to detect when the player gets damaged and uses that information to
    change the color of the LED lights to red (indicating loss of health) before
    shortly switching back to green (indicating health).

death

  • using /led death will toggle the death feature on or off. This feature
    is able to detect when the player dies and switches the LED lights to red
    (indicating death), and the LED lights only turn green again once the player
    clicks the respawn button.

respawn

  • using /led respawn will toggle the respawn feature on or off. This feature
    is able to detect when the players respawns and uses that information to change
    the color of the LED lights back to green after death.

Authors