Card With Metadata
The metadata system allows for advanced functionality, such as using credit cards to access ATMs, creating cards at designated spots, and adding security features like passwords. This system requires an inventory system compatible with metadata to function properly.
How to Enable Metadata Functionality
To activate the metadata system, locate the Config.Metadata
section in your config.lua
and set it to true
:
Features When Metadata is Enabled:
Access ATMs using credit cards with metadata.
If a card is stolen and the password is known, other players can access the bank account tied to the card.
Option to add card creation spots outside banks for more flexibility.
How to Disable Metadata Functionality
If you prefer not to use metadata, set the configuration to false
:
Limitations Without Metadata:
ATMs and credit cards cannot be used.
Only personal bank accounts will be accessible.
Configuring Card Creation Spots (Optional)
If the metadata system is active, you can configure additional spots for card creation outside of banks. This is optional, as cards can also be created directly at banks.
Example Configuration:
If Config.CreateCardEverywhere
is set to true
, cards can be created at all banks without needing to configure specific spots.
Last updated