overextended/ox_core

Accounts

thelindat opened this issue · 2 comments

Player and group accounts.
ox_accounts was dropped with the intention to support pefcl by default.

Last time I set it up it struggled with multicharacter, and its framework integration requires exports for cash - which is handled by the money item in ox_inventory. Uncertain of other requirements since I hate looking at TS and the docs are (were?) outdated.

I'm no longer in the PE discord since I can't stand the existence of one of its members, so I'm leaving it to somebody else to communicate issues. Luke will be on break soon and Doka is extremely busy with real-life circumstances, so this is mostly on hold.

Luke and I agreed to handle accounts inside core, rather than adding pefcl as a dependency.
I'll be handling the internals and API; Luke said he'll make a banking resource to utilise it.

I'll probably pickup https://github.com/Volumed/vl_banking for temporary use.

Pending feedback for current accounts implementation.

Reference vl_banking or docs for usage. More complex usage such as transactions, accessing multiple accounts (vl_banking only uses "fleeca"), logging, etc. should be handled by other resources.

Edit: https://github.com/overextended/ox_banking

Still WIP and may require breaking changes to the internal accounts stuff.