An open API service indexing awesome lists of open source software.

https://github.com/andrewhong04/ItemShopPro

A Minecraft SpigotMC plugin for creating shops like in HermitCraft with player protection.
https://github.com/andrewhong04/ItemShopPro

Last synced: 2 months ago
JSON representation

A Minecraft SpigotMC plugin for creating shops like in HermitCraft with player protection.

Awesome Lists containing this project

README

          


ItemShopPro

Create shops like in HermitCraft with player protection


License
Spigot API Version
JDK Version
Wakatime

## Features

- Supports 1.13 or newer
- Customizable messages
- Supports custom NBT formats for items
- Create shops from commands or signs
- Comes with player protection

## Installation

Drag and drop into your plugins folder and restart or reload the server.

## Build & Run From Source

1. Download [BuildTools.jar](https://hub.spigotmc.org/jenkins/job/BuildTools/)
2. Install JDK8
4. Run `java -jar BuildTools.jar --rev 1.13`
5. Register `spigot-1.13.jar` as a dependency
5. Compile the repository as a jar file with
`me.novial.itemshoppro.Main` being the main class.
6. Drag and drop the compiled jar file to your plugins folder.