We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34e97c commit cf4aae9Copy full SHA for cf4aae9
target/classes/config.yml
@@ -48,8 +48,8 @@ checkUpdate: true
48
# ──────────────────────────────
49
# Worker Settings
50
51
-playerdata:
52
- # How often player XP/vitals/inventory/etc. are flushed to DB
+playerdata: #experimantal
+ enabled: false
53
flush_interval_seconds: 20
54
55
homes:
@@ -65,8 +65,8 @@ essx:
65
# How often EssentialsX profile data (balance, group, last location) is flushed
66
67
68
-dupeProtection:
69
- enabled: true
+dupeProtection: #experimantal
70
action: "LOG"
71
auditLog: true
72
suppressMsAfterImport: 1500
0 commit comments