WeaponMechanics / WeaponMechanicsCosmeticsWiki

Wiki for the WeaponMechanicsCosmetics plugin
6 stars 0 forks source link

Inventory Bundle UI #27

Open Nightshade73 opened 1 year ago

Nightshade73 commented 1 year ago

Description

In-game there is a in-development item called a bundle only accessible through the give command. The item has a feature of a display UI within the players inventory.

2023-01-16_15 54 24

I would like to be able to manipulate this display for use on weapons. Examples: Indicate how much ammo is in the weapon / totally available Indicate (when attachments are supported) what weapon attachments are on the weapon List and display weapon skins Indicate weapon statistics like K/D, Rounds fired etc...

Feature bounty $100 USD or Crypto equivalent.

Configuration

Weapon_GUI:
  Weapon_GUI_Enabled: <true/false>
  Slot_1: <amount>
  Slot_2: <amount>
  Slot_3: <amount>
  etc.

Payment

CJCrafter commented 1 year ago

Research list:

  1. Spigot API supports bundles
  2. Duplication issues
  3. Does using a bundle for the weapon cause issues (weapon bobbing, for example)

As a side note, depending on the API it may be only reasonably possible to add 1 of those options to the bundle at 1 time.