Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 388 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 388 Bytes

ChestShops

ChestShops is a 1.20 Minecraft plugin, built for the FarLands Minecraft server.

It can be used for buying, selling, or trading items using chests and signs

Dev

Your IDE probably has fancy buttons to handle these things, but if you want to use the terminal:

# Install dependencies
mvn install

# Build the jar
mvn package