inter_server.yml 1.1 KB

123456789101112131415161718192021
  1. # Config for Storages
  2. #
  3. # To access the premium storage, use script command 'openstorage2'.
  4. # If premium storages are added, copy the structure of the storage table and match the table name in this config.
  5. # The 'max' of premium storages are not adjusted by 'vip_storage_increase' config nor MIN_STORAGE.
  6. #
  7. # Structure:
  8. # - ID: <storage_id> // (int) Storage ID will be used for script command 'openstorage2'.
  9. # Name: "<storage name>" // (string) Storage name will be sent to the client to display on the title bar.
  10. # Table: "<storage_table>" // (string) Name of table where storage is saved. The table stucture is the same as the default storage table.
  11. # Max: <max_amount> // (int) *optional* Maximum number of items in storage. MAX_STORAGE will be used if no value is defined.
  12. ###############################################################################################################################################
  13. Header:
  14. Type: INTER_SERVER_DB
  15. Version: 1
  16. #Body:
  17. # - ID: 1
  18. # Name: "VIP Storage"
  19. # Table: "vip_storage"
  20. # Max: 300