Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.smzi.fr/llms.txt

Use this file to discover all available pages before exploring further.

Remove item from shop stock


Remove or not the items for the shop stock once sold through the kiosk.
Config.removeItemFromSocietyStock = false

Add money to society


Add the money gained from selling items through the kiosk directly into the society account.
Config.isMoneyGoingToSociety = false

Disable Kiosk


Disable the kiosk when an employee is in service in the shop.
Config.disableKioskIfShopOpen = true

Player money


On which account to remove the player money from.
Config.money = "money"  -- "money", "bank"

Version check


Receive a log in the server console to know if the resource is up to data.
Config.versionCheck = true