Skip to content

Releases: CustomCodex/Codex-BlackMarket

Codex BlackMarket V.02

21 Aug 17:49
8378fbc

Choose a tag to compare

Changelog

Codex-BlackMarket

  • Initial release of the Black Market system.

[1.1.0] - 2024-08-19

Added

  • Black Market Access Control: Implemented access restrictions based on gang affiliation and player rank using Config.BlackMarket.
    • isGangSpecific: Controls whether access is restricted to specific gangs. If set to true, only players in the specified gang with the required rank can access the black market.
    • gang: Name of the gang allowed to access the black market.
    • requiredRank: Minimum rank required within the gang to access the black market.
  • Payment Method Enforcement: Added restriction to ensure payments can only be made with black money.

Fixed

  • Invalid Payment Method Handling: Corrected error where invalid payment methods were not properly handled in the purchasing process.

Changed

  • Item Purchase Notification: Updated webhook notifications to include detailed transaction information such as item name, quantity, total price, and payment method.

[1.0.0] - 2024-08-20

Added

  • Basic Black Market Functionality: Initial version of the black market with item purchase capabilities.
    • Opened and closed using interaction with an NPC.
    • Items are displayed based on type (weapons, ammo, attachments).
    • Basic menu for item selection and purchase using cash, bank, or black money.

Fixed

  • 3D Text Animation: Fixed issues with text animation above NPC heads.

Changed

  • Menu Elements: Improved the display of menu elements to include emojis based on item type.

Codex BlackMarket

17 Aug 14:37
8378fbc

Choose a tag to compare

Changelog

CustomCodex

Added

  • Support for additional payment methods in the Black Market menu.
  • Option to filter items by category in the Black Market menu.

Changed

  • Improved item icons and descriptions in the Black Market menu.

Fixed

  • Resolved issues with item prices displaying incorrectly.
  • Fixed bugs related to item quantity handling in the Black Market.

[1.2.0] - 2024-08-15

Added

  • New Payment Methods: Added support for cryptocurrency payments.
  • Item Categories: Implemented item categories (e.g., Weapons, Ammo, Accessories) for easier navigation.
  • Enhanced Notification System: Improved webhook notifications with additional details and icons.

Changed

  • UI Improvements: Updated the Black Market menu UI for better usability.
  • Dutch Translations: Refined Dutch translations for clarity and accuracy.
  • Menu Access Validation: Enhanced validation to restrict access to specific roles and ranks.

Fixed

  • Price Display Issues: Corrected display issues for item prices in the Black Market menu.
  • Icon Issues: Fixed problems with item icons not appearing correctly.

[1.1.0] - 2024-08-01

Added

  • New Items:
    • WEAPON_KNIFE: Added a Knife to the Black Market with a price of 150,000.
  • Webhook Icons: Implemented icons for item purchases and transactions in webhook notifications.

Changed

  • Black Market Menu:
    • Updated menu to display items with icons.
    • Adjusted item labels to Dutch with capitalization.
  • Server-Side Validation: Ensured only Bratva boss with rank 11 can access the Black Market menu.

Fixed

  • Icon Display Issues: Corrected issues with item icons in the Black Market menu.
  • Label Formatting: Fixed Dutch item label formatting issues.

[1.0.0] - 2024-07-15

Added

  • Black Market System: Introduced the Black Market system with various items and functionality.

  • Server-Side Checks: Added server-side validation for Bratva membership and rank.

  • Webhook Notifications: Integrated webhook notifications for item purchases with basic details.

  • Items:

    • WEAPON_PISTOL: Pistol with a price of 350,000.
    • WEAPON_ASSAULTRIFLE: Assault Rifle with a price of 900,000.
    • WEAPON_SMG_MK2: SMG MK2 with a price of 650,000.
    • ammo_pistol: Pistol Ammo with a price of 500.
    • ammo_rifle: Rifle Ammo with a price of 1000.

Changed

  • Initial Menu Setup: Basic setup of the Black Market menu without icons.

Fixed

  • Initial Bugs: Fixed initial bugs in menu interaction and item handling.