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.
- Host: GitHub
- URL: https://github.com/andrewhong04/ItemShopPro
- Owner: novialriptide
- License: gpl-3.0
- Created: 2022-04-19T21:35:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T04:22:16.000Z (about 4 years ago)
- Last Synced: 2025-02-18T14:10:00.150Z (over 1 year ago)
- Language: Java
- Homepage: https://www.spigotmc.org/resources/itemshoppro.101807/
- Size: 110 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Create shops like in HermitCraft with player protection
## 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.