Final touches to the xp shop, added privacy-policy.md

This commit is contained in:
Kwoth
2022-07-26 08:35:43 +02:00
parent 516bc1e484
commit 3e15e50667
3 changed files with 14 additions and 2 deletions

View File

@@ -1355,7 +1355,8 @@ public class XpService : INService, IReadyExecutor, IExecNoCommand
UserId = userId,
IsUsing = false,
ItemKey = key,
ItemType = type
ItemType = type,
DateAdded = DateTime.UtcNow,
});
return BuyResult.Success;

View File

@@ -999,7 +999,7 @@
"feature_limit_reached_you": "You've reached the limit of {0} for the {1} feature. You may be able to increase this limit by upgrading your patron tier.",
"feature_limit_reached_owner": "Server owner has reached the limit of {0} for the {1} feature. Server owner may be able to upgrade this limit by upgrading patron tier.",
"feature_limit_reached_either": "The limit of {0} for the {1} feature has been reached. Either you or the server owner may able to upgrade this limit by upgrading the patron tier.",
"feature_required_tier": "Using this feature requires patron tier {0} or higher.",
"xp_shop_required_tier": "Buying items from the shop requires Patron Tier {0} or higher.",
"available_commands": "Available Commands",
"tier": "Tier",
"pledge": "Pledge",