on-off moneymax

This commit is contained in:
ManfredAabye
2024-11-29 16:02:45 +01:00
committed by GitHub
parent 347c312787
commit d7ae67e286
+17
View File
@@ -29,6 +29,23 @@ Testing Firestorm Viewer for OpenSim 7.1.11.76496 works.
### From the original DTL/NSL Money Server
by Fumi.Iseki and NSL http://www.nsl.tuis.ac.jp , here is a test revision for DotNet6 & DotNet8.
## New:
; General maximum:
CurrencyMaximum = 20000;
; Turn on money purchase = on turn off = off.
CurrencyOnOff = on;
## TODO:
Various functions are still missing.
; Maximum per day:
TotalDay = 100;
; Maximum per week:
TotalWeek = 250;
; Maximum per month:
TotalMonth = 500;
; Buy money only for group:
CurrencyGroupOnly = false;
CurrencyGroupName = "opensim";