Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 533 Bytes

File metadata and controls

26 lines (18 loc) · 533 Bytes

CustomStructureAPI

Installation

Get the latest file from the server/plugins directory. Place the file in your 1.14.4 spigot plugin folder.

Have fun!

Tested Versions:

  • Paper 1.14.4 Build: 186
  • Paper 1.14.4 Build: 223

API usage:

How to add a Structure: CustomStructuresAPI.structureManager.addStructure(structure);

How to make an Instance of BlockLocation. (IMPORTANT! USE RELATIV POSITIONING!!!) BlockLocation b = new BlockLocation(-5, 1, 5, Material.SPONGE);

Take a look at the Javadoc