Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/excessiveamountsofzombies/shop-visualizer
A fabric mod and bukkit plugin combination that renders a visual representation of what a shop is selling.
https://github.com/excessiveamountsofzombies/shop-visualizer
bukkit fabric java minecraft spigot
Last synced: 14 days ago
JSON representation
A fabric mod and bukkit plugin combination that renders a visual representation of what a shop is selling.
- Host: GitHub
- URL: https://github.com/excessiveamountsofzombies/shop-visualizer
- Owner: ExcessiveAmountsOfZombies
- License: other
- Created: 2021-05-22T23:35:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T21:35:46.000Z (over 3 years ago)
- Last Synced: 2024-11-29T02:23:33.979Z (2 months ago)
- Topics: bukkit, fabric, java, minecraft, spigot
- Language: Java
- Homepage:
- Size: 169 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shop Visualizer
Server and mod pair to allow the client to render what is in a shop. Each by themselves will do nothing.The idea is that instead of adding an extra item that needs to be accounted for on the server as many shop plugins do, it places all the rendering requirements on the client. The reduction in load on the server can be 0-2 entities, depending on how users decide to display items in their shops (Item frames, plugin implmentations that add an item that floats on top etc).
### Client
Will render the item being sold in the shop above the chest.### Server
Currently supports only [ChestShop](https://github.com/ChestShop-authors/ChestShop-3) out of the box, but the project is WIP and adding more is a possibility. There is also a command system that you can use to apply blocks/item rendering to any block entities (chests, signs, furnaces, beacons etc).![Chestshop Demonstration](https://i.imgur.com/jvpUnKS.png)