https://github.com/rubbaboy/mapcanvasexample
Example plugin for the project MapCanvas
https://github.com/rubbaboy/mapcanvasexample
Last synced: 11 months ago
JSON representation
Example plugin for the project MapCanvas
- Host: GitHub
- URL: https://github.com/rubbaboy/mapcanvasexample
- Owner: RubbaBoy
- Created: 2018-03-02T22:00:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-03T00:47:19.000Z (over 8 years ago)
- Last Synced: 2025-03-26T09:46:36.654Z (over 1 year ago)
- Language: Java
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MapCanvasExample
Example plugin for the project MapCanvas API. You must have the MapCanvas API on your server for this to work.
This example plugin is optimised for a MapWall of 40x24 blocks (Which created a MapCanvas of 5120x3072 pixels).
## Usage
The example comes with a command with three subcommands:
**/canvas create [width] [height]** - Created a MapWall with the given width and height in blocks.
**/canvas use [width] [height] [startingID]** - Makes the system use an existing MapWall. In this example, the startingID will always be 0.
**/canvas draw** - Draws the example objects to the canvas
## Screenshots
This is a screenshot of the example running on a 40x24 block canvas. Black and yellow blocks were added a block away from the map wall to show its size.
