worldedit_bigschems-cd2025/settingtypes.txt
Yves-Marie Haussonne 8d9713e552 ```
Refactor transaction handling on startup

Changed the config option for handling transactions on startup from a simple boolean (clear transactions) to an enum ('keep', 'delete', 'rollback') for more granular control. Implemented the 'rollback' logic to revert transactions on startup. Added validation and error logging for the new config value.
```
2024-09-26 14:54:03 +02:00

6 lines
490 B
Plaintext

worldedit_bigschems_max_lengths (Max sizes of chuncks) String { x: 256, y: 256, z: 256 }
worldedit_bigschems_failfast (fail fast tests) bool false
worldedit_bigschems_stop_server (stop test server after tests) bool true
worldedit_bigschems_max_undo (max undo length) int 10
worldedit_bigschems_transactions_on_start (indicates what to do with lingering transactions on start : 'keep', keep them, 'delete": delete them, 'rollback': rollback transactions) enum rollback delete,keep,rollback