Skip to content

Plugin for Bukkit / Spigot Minecraft servers. New entity: Drone. Can be controlled by player through in-game commands or through a web interface. The web interface allows for user created Javascript to control the drone.

Notifications You must be signed in to change notification settings

andulv/scripteddrone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scripteddrone

Plugin for Bukkit / Spigot Minecraft servers.

Adds new entity to game: Drone.

Drones are "hovering" minecarts with a inventory. They can move freely in any direction, but only one block at a time. In addition to moving around, the drones can also mine blocks (drops from the mined block goes into the drones inventory) and build (using blocks from same inventory).

In-game the drone can be controlled with commands. Drone move up, Drone move left, Drone mine down, Drone build <...>, etc.

But using the in-game commands is probably no fun. :)

This plugin also contains a built in webserver. The webserver exposes a simple (REST-inspired) JSON API for controlling the drone. This API can be invoked from any client-language that is able to make HTTP GET requests.

For easy access to the API, there is also a HTML interface (webpage) that allows the user to see information about the drone and write/run javascript snippets that controls the drone. This interface is hosted in its own repository: https://github.com/andulv/scripteddrone-jsclient#scripteddrone-jsclient

About

Plugin for Bukkit / Spigot Minecraft servers. New entity: Drone. Can be controlled by player through in-game commands or through a web interface. The web interface allows for user created Javascript to control the drone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages