NogginTime Plugin
  • Dynamic Price shop
    • Feature
    • How to
    • command and Permission
  • Default Config
  • plugin Integration
Powered by GitBook
On this page
  • Category
  • Shop

Default Config

Example config file

Category

categories: test01: slot: 10 name: '&bTest 01 Eiei' material: NETHERITE_SWORD shopid: default permission: '' lore: - '&fHi' CustomModelData: 10094 test02: slot: 11 name: test02 material: STONE shopid: test02 permission: '' lore: []

Shop

VANILLA_STONE: source: STONE slot: 10 base_price: 10.0 current_price: 10.0 buy_multiplier: 1.0 sell_multiplier: 0.7 min_price: 1.0 max_price: 100.0 price_change_rate: 0.5 supply: 0 demand: 0 buy_enabled: true sell_enabled: true

MMOITEM_CUTLASS: source: mmoitem:sword:cutlass slot: 11 base_price: 50.0 current_price: 50.0 buy_multiplier: 1.0 sell_multiplier: 0.7 min_price: 10.0 max_price: 200.0 price_change_rate: 1.0 supply: 0 demand: 0 buy_enabled: true sell_enabled: true

katana_item: source: itemadder:beatsset:beats_key slot: 12 base_price: 150.0 current_price: 150.0 buy_multiplier: 1.0 sell_multiplier: 0.7 min_price: 50.0 max_price: 500.0 price_change_rate: 1.5 supply: 26.0 demand: 26.0 buy_enabled: true sell_enabled: true

Previouscommand and PermissionNextplugin Integration

Last updated 1 month ago