yapzhenyie / GadgetsMenu

Feature-rich cosmetics plugin that provide players with the most powerful features.
http://bit.ly/GadgetsMenu
66 stars 24 forks source link

Playerpoints purchase method #796

Closed VTSTG233 closed 4 years ago

VTSTG233 commented 4 years ago

Gadgetsmenu / categories / props For example: Mystery Dust: 15 Rarity: Common Enabled: true CanBeFound: true Purchasable: true Lore: Locked: '' Unlocked: ''

Can this mystery dust be changed to playerpoints I want to be like this:

Chocolate Donut: Name: '& a chocolate head' Rarity: Common Enabled: true CanBeFound: true Purchasable: true Point: 15 Type: PlayerPoints:true Mystery Dust:false XXX:false Lore: Locked: '' Unlocked: '' The purchase points are 15 and the purchase type is playerpoints I hope the author can improve. I'm a Chinese. My English is poor

VTSTG233 commented 4 years ago

不知道这是不是GitHub特性 这显示没空格

yapzhenyie commented 4 years ago

Check the config file, you can change the mystery dust storage to playerpoints

Cosmetic-Item-Purchase:
  # Set to true allows player to purchase cosmetic items.
  Enabled: true
  # Set the storage where do you want to save mystery dust.
  # Available storages: 'default', 'coinsapi', 'playerpoints', 'vault'.
  # 'default' represent follow player data storage.
  Mystery-Dust-Storage: default