Unknown Log

#GTVJJzt
61 lines
Raw
1# # Disable if you do not wish the plugin to run at all.
2enabled: true
3
4# # Maximum saves a backup will hold per type per user.
5max-saves:
6 join: 3
7 quit: 6
8 death: 7
9 world-change: 8
10 force: 10
11
12# # Number of lines shown with backups on (Max: 5)
13backup-lines-visible: 4
14
15# # Set folder path where the data is saved to. Set as "DEFAULT" to keep it in the plugin folder.
16folder-location: DEFAULT
17
18# # If enabled, this will disable YAML file backups in favour of MySQL storage.
19# # Requires a MySQL server.
20mysql:
21 enabled: true
22 details:
23 host: mydb.cz
24 port: 3306
25 database: mydb
26 table-prefix: backup_
27 username: mydb
28 password: mydb
29 use-SSL: false
30 verifyCertificate: false
31 allowPubKeyRetrieval: false
32
33# # Sounds will play to the player when parts of their player is restored.
34sounds:
35 teleport:
36 enabled: true
37 inventory:
38 enabled: true
39 food:
40 enabled: true
41 hunger:
42 enabled: true
43 xp:
44 enabled: true
45
46# # Set how the time is displayed on the backups.
47time-zone: CET
48time-format: dd/MM/yyyy hh:mm:ss a z
49
50# # CAUTION - USE AT OWN RISK
51# # Enabling this option will show a button to restore a player's backup fully to their character when online.
52# # This will overwrite their current inventory completely and wipe what they currently have without backing it up first.
53restore-to-player-button: false
54
55# # Check for updates on Spigot when the server is started.
56update-checker: true
57
58# # Allow bStats to collect anonymous server data.
59# # Please leave enabled as it allows the plugin developer to see statistics about the plugin.
60bStats: true
61debug: false
This log will be saved for 90 days from their last view.
Report abuse