Feature
- Dynamic pricing is based on players buying and selling.
- Auto calculation price system.
- The selling price is always lower than the buy to prevent players from exploiting the price.
- Support MMOITEM, Itemadder, Nexo, and vanilla items.
- Friendly GUI and GUI editor.
- Built-in custom lore and editable lore and name.
- Support normal, PlayerPoints and EXP Shop
- Support translation. Can use <gradient></gradient>
How to install
Put this plugin .jar into your plugin folder.
Make sure you install
Vault + any Economy plugin
Support will be given in Discord only.
always welcome feedback and new ideas.
Command & Permission
/sshop
/sshop reload
/sshop category add/remove <categoryid>
sushishop.open
sushishop.reload
sushishop.editor
How to use the Editor and Admin Command
Please check WIKI
Code (YAML):
DailyShop:
DailyshopA:
name
: '&cDefault Daily Shop'
slot
: 54
shopcurrency
: EXP
# EXP/VAULT/PLAYERPOINTS
DecoEnable
: true
deco
: PINK_STAINED_GLASS_PANE
# Custom Model Data STONE:123456
time_type
: realtime
# realtime/ingame-time
time_rotate
: 04:15:PM
# hh:mm:AM/PM 12hour format
permission
: sushishop.daily.dailyshopa
Item_rotate_list:
Diamond:
chance
: 1.0
maxstock
: 128
remainingstock
: 127
sell_maxstock
: 64
sell_remainingstock
: 0
sell_price
: 50.0
buy_price
: 25.0
buy_enabled
: true
sell_enabled
: false
mmoitem:sword:CUTLASS:
chance
: 0.5
maxstock
: 64
remainingstock
: 64
sell_maxstock
: 64
sell_remainingstock
: 0
sell_price
: 50.0
buy_price
: 25.0
buy_enabled
: true
sell_enabled
: true
Iron_ingot:
chance
: 1.0
maxstock
: 64
remainingstock
: 64
sell_maxstock
: 64
sell_remainingstock
: 0
sell_price
: 50.0
buy_price
: 25.0
buy_enabled
: true
sell_enabled
: true
spawner:skeleton:
chance
: 0.1
maxstock
: 64
remainingstock
: 64
sell_maxstock
: 64
sell_remainingstock
: 0
sell_price
: 50.0
buy_price
: 25.0
buy_enabled
: true
sell_enabled
: true
potion:strong_leaping:
chance
: 0.8
maxstock
: 64
remainingstock
: 64
sell_maxstock
: 64
sell_remainingstock
: 0
sell_price
: 50.0
buy_price
: 25.0
buy_enabled
: true
sell_enabled
: true
Code (YAML):
inventory:
name
: '&fDefault Shop'
slot
: 54
shopcurrency
: VAULT
# EXP/VAULT/PLAYERPOINTS/CUSTOM
DecoEnable
: true
deco
: PINK_STAINED_GLASS_PANE
# Custom Model Data STONE:123456
IRON_INGOT:
source
: IRON_INGOT
slot
: 10
base_price
: 5.0
current_price
: 4.65
min_price
: 2.0
max_price
: 10.0
supply
: 529.0
demand
: 522.0
price_change_rate
: 0.05
buy_enabled
: true
sell_enabled
: true
MMOITEM_CUTLASS:
source
: mmoitem:sword:CUTLASS
slot
: 11
base_price
: 50.0
current_price
: 43.6
min_price
: 25.0
max_price
: 75.0
supply
: 72.0
demand
: 8.0
price_change_rate
: 0.1
buy_enabled
: true
sell_enabled
: true
![[IMG]](//proxy.spigotmc.org/bc323925417e91aa0bea6df3d15919d372860ccd/68747470733a2f2f6273746174732e6f72672f7369676e6174757265732f62756b6b69742f44796e616d696373686f7025323053757368692e737667)