Addon adda for ChestShop - Holographic Item Display
This addon significantly enhances the shopping experience in Minecraft by adding holographic item displays above each store created using the ChestShop plugin by Phoenix616. The modification is compatible with Minecraft version 1.20+ and utilizes the new itemdisplay feature introduced in version 1.19.4. You can see working examples in the gallery.
Key Features
- Display of item logos above shop chests
- Setting transaction limits for individual shops
- Discord notifications for various events
- Shop creation restrictions based on player rank
Installation Process
To install, download the file from Modrinth, place it in the plugins folder, and restart the server. That's all!
Requirements
- ChestShop plugin by Phoenix616 (mandatory requirement)
Available Commands
/adda reload- reload configuration
Development Plans
- Shop search through graphical interface
- Shop creation by clicking on items
itemdisplay:
enable: true
# Distance to view the logo, size of the item above chest on XYZ axes
size: [0.5f,0.5f,0.5f]
# Logo visibility distance
view: 10
# Item height from ground
hight: 1.5
# Item name
name: '&b%item% x%size%'
moneylimit:
enable: true
# Reset player limits after 24 hours or server restart
reset_every: 24
# Administrative shop name
admin_name: 'Admin Shop'
# Transaction limit for each admin shop
buy_admin_shop: 100
sell_admin_shop: 100
# Transaction limit for each player shop
buy_player_shop: 999999999999
sell_player_shop: 999999999999
message:
cancel: '&cYou can only complete %amount% more transactions in this shop'
limit:
enable: true
default: 5
vip: 10
message:
reached: '&cShop creation limit reached!! for rank %rank%'
discord:
enable: false
url: 'https://discord.com/api/webhooks/blaablaablaa'