📊Changelog

Released version and their changes.

Changelog - Version 1.0.10

Changes

  • Properly checking the distance between objects.

Files Affected

  • client/locked/functions.lua

  • shared/unlocked/config.lua

    • Renamed distanceBetweenPlants to distanceBetweenObjects

  • fxmanifest.lua

Changelog - Version 1.0.9

Changes

  • Fixed an issue with refreshing height on plants in certain scenarios.

Files affected

  • client/locked/functions.lua

  • shared/unlocked/config.lua (Changed base zDecrease & lowerOutside values to fit)

  • fxmanifest.lua (Version)

Changelog - Version 1.0.8

Changes

  • Optimized the code to refresh lights for significantly better performance during the execution.

Files affected

  • server/locked/*

  • fxmanifest.lua (Version & author)

Changelog - Version 1.0.7

Changes

  • Complete UI overhaul.

  • Complete placement overhaul.

  • qb-target & ox_target support (Old system for usage without is still the same).

  • Cursor is now centered when you open the UI.

  • Screen blurs when opening menu.

  • Menu closes upon handling, instead of afterwards.

  • Switched default light prop to one with collision so target menus can be supported.

  • Ability to lower pots in the config to appear planted in the ground.

  • Organized all files into locked and unlocked folders.

Files affected

  • /* (Because of restructuring)

  • shared/unlocked/config.lua (No need to update, code has compatability with older configs)

  • fxmanifest.lua (Version)

Changelog - Version 1.0.6

Changes

  • Removed all framework related functions and instead refer to zyke_lib.

Files affected

  • *.lua

  • shared/config.lua

    • Removed comments as they are now in Config

    • handlePlant's water item is automatically the default for the framework specified in zyke_lib

Changelog- Version 1.0.5

Changes

  • You can now enable / disable logging. Options are in the config and logging function is open in server/unlocked.lua. Default function was primarily made for Discord webhooks.

Files affected

  • server/callbacks.lua

  • server/unlocked.lua

  • shared/config.lua

Changelog - Version 1.0.4

Changes

  • Added failsafes to inventory checks.

Files affected

  • server/callbacks.lua

Changelog - Version 1.0.3

Changes

  • You can now enable or disable surface checking when planting. (On by default).

Files affected

  • client/eventhandler.lua

  • client/functions.lua

  • shared/config.lua

Changelog - Version 1.0.2

Changes

  • Fixed an error where if you planted without proper equipment you would get an error instead of a notification.

Files affected

  • server/callbacks.lua

Changelog - Version 1.0.1

Changes

  • Added the ability to block and only allow specific locations for each drug. Note that a global block still exists for all drugs.

  • Added a setting for displaying all the blocked zones.

  • You can change individual colors for these zones if you do want to display them, and they also have names containing information about them, which can be changed in strings in the config.

Files affected

  • client/main.lua

  • client/functions.lua

  • client/eventhandler.lua

  • shared/config.lua

Changelog - Version 1.0.0

Official release for ESX and QBCore.

Last updated