testdeep123 commited on
Commit
aa41f8f
·
verified ·
1 Parent(s): 3200146

Upload 6 files

Browse files
plugins/DriveBackupV2/GoogleDriveCredential.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"refresh_token":"1//04O058paA_NzoCgYIARAAGAQSNwF-L9Ir951OlK6p-cD-36sHupbHzHML_wrM2shsEgpfCPT3C9xQeekS7jmp3dQaaJpBbEn18So"}
plugins/DriveBackupV2/config.yml ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ################################################
2
+ # DriveBackupV2 - by Max Maeder (MaxTheGinus)
3
+ # ################################################
4
+
5
+ # DOCUMENTATION HAS MOVED
6
+ # Now available online at: https://github.com/MaxMaeder/DriveBackupV2/wiki
7
+
8
+ version: 2
9
+
10
+ delay: 5800
11
+ backup-thread-priority: 1
12
+ keep-count: 20
13
+ local-keep-count: 0
14
+ zip-compression: 1
15
+ backups-require-players: false
16
+ disable-saving-during-backups: true
17
+
18
+ scheduled-backups: false
19
+
20
+ backup-list:
21
+ - glob: world*
22
+ #format: Backup-%NAME-%FORMAT.zip
23
+ create: true
24
+ - path: plugins
25
+ #format: Backup-plugins-%FORMAT.zip
26
+ create: true
27
+
28
+ local-save-directory: backups
29
+ remote-save-directory: backups
30
+
31
+ googledrive:
32
+ enabled: true
33
+ shared-drive-id: ''
34
+ onedrive:
35
+ enabled: false
36
+ dropbox:
37
+ enabled: false
38
+ webdav:
39
+ enabled: false
40
+ hostname: http://example.com/directory
41
+ username: Username
42
+ password: Password
43
+ nextcloud:
44
+ enabled: false
45
+ hostname: https://example.com/remote.php/dav/files/user/
46
+ username: Username
47
+ password: Password
48
+ chunk-size: 20000000
49
+ s3:
50
+ enabled: false
51
+ endpoint: https://s3.us-west-2.amazonaws.com
52
+ access-key: AKIAxxxxxxxxxxxxxxxx
53
+ secret-key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
54
+ bucket: bucket
55
+ ftp:
56
+ enabled: false
57
+ hostname: ftp.example.com
58
+ port: 21
59
+ sftp: false
60
+ ftps: false
61
+ username: Username
62
+ password: Password
63
+
64
+ messages:
65
+ send-in-chat: true
66
+ prefix: '&6[&4DriveBackupV2&6] '
67
+ default-color: '&3'
68
+
69
+ advanced:
70
+ metrics: true
71
+ update-check: true
72
+ suppress-errors: false
73
+ debug: false
74
+ date-language: en
75
+ date-timezone: -00:00
76
+ ftp-file-separator: /
plugins/DriveBackupV2/intl.yml ADDED
@@ -0,0 +1,255 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Check if someone has translated the plugin into your language already!
2
+ # https://github.com/MaxMaeder/DriveBackupV2/tree/master/translations
3
+ #
4
+ # If not, feel free to contribute!
5
+
6
+ auto-backups-disabled: "Automatic backups are disabled"
7
+ backup-already-running: |-
8
+ A backup is already running
9
+ <backup-status>
10
+ backup-complete: "Backup complete"
11
+ backup-disabled-inactivity: "Disabling automatic backups due to inactivity"
12
+ backup-empty-list: "The backup list is empty"
13
+ backup-failed-absolute-path: |-
14
+ Failed to create a backup, path to folder to backup is absolute, expected a relative path
15
+ An absolute path can overwrite sensitive files, see the docs for more information
16
+ Skipping backup location
17
+ backup-file-upload-complete: 'Upload(s) for file "<file-name>" complete'
18
+ backup-file-upload-start: 'Starting upload(s) for file "<file-name>"'
19
+ backup-forced: "Forcing a backup"
20
+ backup-list-blacklist-invalid: "Blacklist invalid in backup entry <entry>, leaving blank"
21
+ backup-list-format-invalid: "Format invalid, skipping backup list entry <entry>"
22
+ backup-list-glob-invalid: "Glob invalid, skipping backup list entry <entry>"
23
+ backup-list-no-dest-specified: "No path or glob specified, skipping backup list entry <entry>"
24
+ backup-list-path-invalid: "Path invalid, skipping backup list entry <entry>"
25
+ backup-local-complete: "Local backup(s) created and compressed"
26
+ backup-local-failed: |-
27
+ Failed to create local backup
28
+ Even if local-keep-count is set to zero, the plugin needs to temporarily create a local backup
29
+ Skipping backup location
30
+ backup-local-file-complete: 'Local backup for "<location>" created'
31
+ backup-local-file-start: 'Creating local backup for "<location>"'
32
+ backup-local-prune-complete: "Local backup pruning complete"
33
+ backup-local-prune-start: "Pruning local backups"
34
+ backup-local-start: "Creating local backup(s) and compressing..."
35
+ backup-method-complete: "Backup to <gold><upload-method></gold> complete"
36
+ backup-method-error-occurred: "Failed to backup to <upload-method>, verify all
37
+ credentials are correct or diagnose the problem with
38
+ <gold><click:run_command:'<diagnose-command>'><diagnose-command></click></gol\
39
+ d>"
40
+ backup-method-limit-reached: "There are <file-count> file(s) for the current
41
+ backup location in <upload-method> which exceeds the limit of <file-limit>,
42
+ deleting"
43
+ backup-method-not-auth: |-
44
+ Skipping backup to <upload-method>, failed to authenticate
45
+ Please verify all credentials are correct in the <gold>config.yml<gold>
46
+ backup-method-not-auth-authenticator: |-
47
+ Skipping backup to <upload-method>, failed to authenticate
48
+ Please try re-linking your account, run <gold><click:run_command:'<link-command>'><link-command></click></gold>
49
+ backup-method-not-linked: |-
50
+ Skipping backup to <upload-method>, account not yet linked
51
+ To link your account, run <gold><click:run_command:'<link-command>'><link-command></click></gold>
52
+ backup-method-prune-failed: "Failed to delete backups exceeding limit"
53
+ backup-method-shared-drive-prune-failed: |-
54
+ Failed to delete backups exceeding limit
55
+ Try asking the owner of the shared drive to elevate your account's permissions, or set keep-count to 0 to disable deleting backups
56
+ backup-method-upload-failed: "Failed to upload"
57
+ backup-method-uploading: "Uploading file to <upload-method>"
58
+ backup-no-methods: "No backup method is enabled"
59
+ backup-schedule-day-empty: "Day of week list empty, skipping schedule entry <entry>"
60
+ backup-schedule-day-invalid: 'Day of week invalid, skipping day of week "<day>"'
61
+ backup-schedule-days-invalid: "Days list invalid, skipping schedule entry <entry>"
62
+ backup-schedule-empty: "Backup schedule empty, disabling schedule-based backups"
63
+ backup-schedule-time-invalid: "Time invalid, skipping schedule entry <entry>"
64
+ backup-start: "Creating backups, the server may lag for a little while..."
65
+ backup-status-compressing: 'Compressing backup set "<set-name>", set <set-num> of <set-count>'
66
+ backup-status-not-running: "No backups are running"
67
+ backup-status-pruning: "Pruning backups"
68
+ backup-status-starting: "Backup is starting"
69
+ backup-status-uploading: 'Uploading backup set "<set-name>", set <set-num> of <set-count>'
70
+ backup-total-time: "Backup took <time> seconds to compleate"
71
+ backup-upload-complete: "Backup(s) uploaded"
72
+ backup-upload-start: "Uploading backup(s)..."
73
+ backups-interval-scheduled: "Scheduling a backup to run every <delay> minutes"
74
+ backups-scheduled: "Scheduling a backup to run at <time> every <days>"
75
+ brief-backup-list: "DriveBackupV2 will currently back up <list>"
76
+ brief-backup-list-empty: "nothing"
77
+ brief-backup-list-external-backups: "some external backups"
78
+ brief-backup-list-help: "Want to back up something else? See
79
+ <gold><click:open_url:https://bit.ly/3xoHRAs>https://bit.ly/3xoHRAs</click></go\
80
+ ld>"
81
+ config-loaded: "Config loaded!"
82
+ config-reloaded: "Config reloaded!"
83
+ connection-error: "Failed to connect to <domain>, check your network connection
84
+ and server firewall"
85
+ date-format-invalid: "Date format timezone not valid, using UTC"
86
+ debug-log-created: "Debug URL: <url>"
87
+ debug-log-creating: "Generating Debug Log"
88
+ default-google-drive-name: "My Drive"
89
+ drivebackup-command-header: <gold>|====== <dark_red>DriveBackupV2</dark_red> ======|</gold>
90
+ drivebackup-docs-command: |-
91
+ <header>
92
+ Need help? Check out these helpful resources!
93
+ Wiki: <gold><click:open_url:https://bit.ly/3dDdmwK>https://bit.ly/3dDdmwK</click></gold>
94
+ Discord: <gold><click:open_url:https://bit.ly/3f4VuuT>https://bit.ly/3f4VuuT</click></gold>
95
+ drivebackup-help-command: |-
96
+ <header>
97
+ <gold><click:run_command:/drivebackup>/drivebackup</click></gold> - Displays this menu
98
+ <gold><click:run_command:/drivebackup help>/drivebackup help</click></gold> - Displays help resources
99
+ <gold><click:run_command:/drivebackup commands>/drivebackup commands</click></gold> - Displays this command help page
100
+ <gold><click:run_command:/drivebackup v>/drivebackup [v|version]</click></gold> - Displays the plugin version
101
+ <gold><click:run_command:/drivebackup linkaccount googledrive>/drivebackup [link|linkaccount] googledrive</click></gold> - Links your Google Drive account for backups
102
+ <gold><click:run_command:/drivebackup linkaccount onedrive>/drivebackup [link|linkaccount] onedrive</click></gold> - Links your OneDrive account for backups
103
+ <gold><click:run_command:/drivebackup linkaccount dropbox>/drivebackup [link|linkaccount] dropbox</click></gold> - Links your Dropbox account for backups
104
+ <gold><click:run_command:/drivebackup linkaccount googledrive>/drivebackup [unlink|unlinkaccount] googledrive</click></gold> - Unlinks your Google Drive account and disables method
105
+ <gold><click:run_command:/drivebackup linkaccount onedrive>/drivebackup [unlink|unlinkaccount] onedrive</click></gold> - Unlinks your OneDrive account and disables method
106
+ <gold><click:run_command:/drivebackup linkaccount dropbox>/drivebackup [unlink|unlinkaccount] dropbox</click></gold> - Unlinks your Dropbox account and disables method
107
+ <gold><click:run_command:/drivebackup reloadconfig>/drivebackup reloadconfig</click></gold> - Reloads the config.yml
108
+ <gold><click:run_command:/drivebackup debug>/drivebackup debug</click></gold> - Gathers useful info for troubleshooting the plugin
109
+ <gold><click:run_command:/drivebackup nextbackup>/drivebackup nextbackup</click></gold> - Gets the time/date of the next auto backup
110
+ <gold><click:run_command:/drivebackup status>/drivebackup status</click></gold> - Gets the status of the running backup
111
+ <gold><click:run_command:/drivebackup backup>/drivebackup backup</click></gold> - Manually initiates a backup
112
+ <gold><click:run_command:/drivebackup test ftp>/drivebackup test ftp</click></gold> - Tests the connection to the (S)FTP server
113
+ <gold><click:run_command:/drivebackup test googledrive>/drivebackup test googledrive</click></gold> - Tests the connection to Google Drive
114
+ <gold><click:run_command:/drivebackup test onedrive>/drivebackup test onedrive</click></gold> - Tests the connection to OneDrive
115
+ <gold><click:run_command:/drivebackup test dropbox>/drivebackup test dropbox</click></gold> - Tests the connection to Dropbox
116
+ <gold><click:run_command:/drivebackup update>/drivebackup update</click></gold> - Updates the plugin if there is a newer version
117
+ drivebackup-version-command: |-
118
+ <header>
119
+ Plugin version: <gold><plugin-version></gold>
120
+ Java version: <gold><java-version></gold>
121
+ Server software: <gold><server-software></gold>
122
+ Server software version: <gold><server-version></gold>
123
+ drivebackup-version-update: <gold>Plugin update available!
124
+ external-backup-base-dir-invalid: "Path to base directory key invalid in
125
+ external backup entry <entry>, leaving blank"
126
+ external-backup-format-invalid: "Format invalid, skipping external backup entry <entry>"
127
+ external-backup-host-port-invalid: "Hostname/port invalid, skipping external backup entry <entry>"
128
+ external-backup-list-blacklist-invalid: "Blacklist invalid in external backup
129
+ backup list entry <entry-backup>, leaving blank"
130
+ external-backup-list-invalid: "Backup list invalid, skipping external backup entry <entry>"
131
+ external-backup-list-path-invalid: "Path invalid, skipping external backup backup list entry <entry-backup>"
132
+ external-backup-passphrase-invalid: "Passphrase invalid in external backup entry <entry>, leaving blank"
133
+ external-backup-public-key-invalid: "Path to public key invalid in external backup entry <entry>, leaving blank"
134
+ external-backup-type-invalid: "Backup type invalid, skipping external backup entry <entry>"
135
+ external-backup-user-pass-invalid: "Username/password invalid, skipping external backup entry <entry>"
136
+ external-database-list-blacklist-invalid: "Blacklist invalid in external backup
137
+ database list entry <entry-backup>, leaving blank"
138
+ external-database-list-invalid: "Database list invalid, skipping external backup entry <entry>"
139
+ external-database-list-name-invalid: "Name invalid, skipping external backup database list entry <entry-database>"
140
+ external-database-ssl-invalid: "SSL enabled setting invalid in external backup entry <entry>, not using SSL"
141
+ external-ftp-backup-blacklisted: 'Didn''t include <blacklisted-files> file(s) in
142
+ the backup from the external (S)FTP server, as they are blacklisted by
143
+ "<glob-pattern>"'
144
+ external-ftp-backup-complete: "Files from a (S)FTP server (<socket-addr>) were
145
+ successfully included in the backup"
146
+ external-ftp-backup-failed: Failed to include files from a (S)FTP server
147
+ (<socket-addr>) in the backup, please check the server credentials in the
148
+ <gold>config.yml</gold>
149
+ external-ftp-backup-start: "Downloading files from a (S)FTP server (<socket-addr>) to include in backup"
150
+ external-mysql-backup-blacklisted: 'Didn''t include table "<blacklist-entry>"
151
+ in the backup, as it is blacklisted'
152
+ external-mysql-backup-complete: "Databases from a MySQL server (<socket-addr>)
153
+ were successfully included in the backup"
154
+ external-mysql-backup-failed: Failed to include databases from a MySQL server
155
+ (<socket-addr>) in the backup, please check the server credentials in the
156
+ <gold>config.yml</gold>
157
+ external-mysql-backup-start: "Downloading databases from a MySQL server
158
+ (<socket-addr>) to include in backup"
159
+ file-upload-message: "File uploaded in <length> seconds (<speed>KB/s)"
160
+ ftp-method-passphrase-invalid: "Passphrase invalid for FTP backup method, leaving blank"
161
+ ftp-method-pubic-key-invalid: "Path to public key invalid for FTP backup method, leaving blank"
162
+ google-pick-shared-drive: "You have access one or more Shared Drives, if you'd
163
+ like to use one of them either select it or reply with it's number in the
164
+ chat."
165
+ google-shared-drive-option: "<bold>[<drive-num>]</bold>
166
+ <gold><hover:show_text:Select
167
+ Drive><click:run_command:'<select-command>'><drive-name></click></hover></gol\
168
+ d>"
169
+ invalid-backup-delay: "Inputted backup delay invalid, using default"
170
+ keep-count-invalid: "Keep count invalid, using default"
171
+ link-account-code: "To link your <provider> account, go to
172
+ <gold><click:open_url:'<link-url>'><link-url></click></gold> and enter
173
+ <gold><click:copy_to_clipboard:'<link-code>'><link-code></click></gold>"
174
+ link-provider-complete: "Your <provider> account is linked!"
175
+ link-provider-failed: "Failed to link your <provider> account, please try again"
176
+ list-delimiter: ", "
177
+ list-last-delimiter: " and "
178
+ local-backup-backlisted: 'Didn''t include <blacklisted-files-count> file(s) in
179
+ the backup, as they are blacklisted by "<glob-pattern>"'
180
+ local-backup-date-format-invalid: |-
181
+ Unable to parse date format of stored backup "<file-name>", this can be due to the date format being updated in the config.yml
182
+ Backup will be the first deleted
183
+ local-backup-failed-attributes: 'Failed to read attributes for "<file-path>", using defaults instead. Do you have permission to access it?'
184
+ local-backup-failed-permissions: |-
185
+ Failed to create local backup, plugin does not have permission to write to the required file system location
186
+ Even if local-keep-count is set to zero, the plugin needs to temporarily create a local backup
187
+ Skipping backup location
188
+ local-backup-failed-to-delete: "Local backup deletion failed"
189
+ local-backup-failed-to-include: 'Failed to include "<file-path>" in the
190
+ backup, is it locked? Do you have permission to access it?'
191
+ local-backup-file-deleted: 'Deleted local backup "<local-backup-name>"'
192
+ local-backup-file-failed-to-delete: 'Failed to delete local backup "<local-backup-name>"'
193
+ local-backup-in-backup-folder: "Didn't include <files-in-backup-folder-count>
194
+ file(s) in the backup, as they are in the folder used for backups"
195
+ local-backup-limit-not-reached: "Local backup limit not reached with count of <backup-count> and limit of <backup-limit>, skipping pruning"
196
+ local-backup-limit-reached: "There are <backup-count> file(s) which exceeds the
197
+ local limit of <backup-limit>, deleting oldest"
198
+ local-backup-no-limit: "Local backup limit is set to 0, skipping pruning"
199
+ local-backup-pruning-complete: 'Local backup pruning complete for "<location>"'
200
+ local-backup-pruning-start: 'Pruning local backups for "<location>"'
201
+ local-keep-count-invalid: "Inputted local keep count invalid, using default"
202
+ local-save-directory-not-relative: "Local save directory is not relative, making relative to server directory"
203
+ location-empty: "Location <location> is empty, skipping"
204
+ metrics-error: "Metrics failed to start"
205
+ metrics-started: "Metrics started"
206
+ next-backup: "The next backup is in %TIME minutes"
207
+ next-schedule-backup: "The next backup is at %DATE"
208
+ next-schedule-backup-format: "h:mm a EEE, MMM d O"
209
+ no-perm: "You don't have permission to do this!"
210
+ player-join-backup-enable: "Enabling automatic backups"
211
+ player-join-backup-failed: |-
212
+ <red>The last backup failed!<red>
213
+ Check the console for more info
214
+ player-join-update-available: |-
215
+ An update is available, get it here: <gold><click:open_url:https://bit.ly/2M14uVD>https://bit.ly/2M14uVD</click></gold>
216
+ or by running <gold><click:run_command:/drivebackup update>/drivebackup update</click></gold>
217
+ plugin-stop: "Stopping plugin!"
218
+ shared-drive-deprecated: |-
219
+ Due to new restrictions from Google we are no longer able to support shared drives on new account links.
220
+ Any existing links are able to continue to use this feature for now.
221
+ shared-drive-error: |-
222
+ An error has occurred while fetching your shared drive.
223
+ Please ensure the shared-drive-id is correct or remove to continue using your personal drive."
224
+ test-file-creation-failed: "Test file creation failed, please try again"
225
+ test-method-begin: "Beginning the test on <upload-method>"
226
+ test-method-failed: "The <upload-method> test was unsuccessful, please check the
227
+ <gold>config.yml</gold>"
228
+ test-method-invalid: '"<specified-method>" isn''t a valid backup method'
229
+ test-method-not-enabled: "<upload-method> backups are disabled, you can enable
230
+ them in the <gold>config.yml</gold>"
231
+ test-method-not-specified: "Please specify a backup method to test"
232
+ test-method-successful: "The <upload-method> test was successful"
233
+ thread-priority-too-high: "Inputted thread priority more than maximum, using maximum"
234
+ thread-priority-too-low: "Inputted thread priority less than minimum, using minimum"
235
+ unlink-provider-complete: "Your <provider> account is unlinked!"
236
+ unlink-provider-failed: "Failed to unlink your <provider> account, please try again"
237
+ update-checker-failed: "There was an issue attempting to check for the latest DriveBackupV2 release"
238
+ update-checker-new-release: |-
239
+ DriveBackup version <latest-version> has been released, You are currently running version <current-version>
240
+ Update at: <gold><click:open_url:https://bit.ly/2VGtF7L>https://bit.ly/2VGtF7L</click></gold>" or with <gold><click:run_command:/drivebackup update>/drivebackup update</click></gold>
241
+ update-checker-started: "Checking for updates..."
242
+ update-checker-unsupported-release: |-
243
+ You are running an unsupported release!
244
+ The recommended release is <latest-version>, and you are running <current-version>
245
+ If the plugin has just recently updated, please ignore this message
246
+ updater-fetch-failed: "Unable to fetch latest version of DriveBackupV2"
247
+ updater-no-updates: "You are using the latest version of DriveBackupV2!"
248
+ updater-start: "Attempting to download the latest version of DriveBackupV2"
249
+ updater-successful: "Successfully updated plugin! Please restart your server in
250
+ order for changes to take effect"
251
+ updater-update-failed: "Plugin update failed, see console for more info"
252
+ upload-error-check: "Checking for upload errors..."
253
+ upload-no-errors: "No upload errors found"
254
+ zip-compression-too-high: "Inputted zip compression more than maximum, using maximum"
255
+ zip-compression-too-low: "Inputted zip compression less than minimum, using minimum"
plugins/Hibernate/config.yml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ enabled: true
2
+ sleepMillis: 1000
3
+ unloadChunks: true
4
+ blacklist: []
plugins/bStats/config.yml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # bStats collects some data for plugin authors like how many servers are using their plugins.
2
+ # To honor their work, you should not disable it.
3
+ # This has nearly no effect on the server performance!
4
+ # Check out https://bStats.org/ to learn more :)
5
+
6
+ enabled: true
7
+ serverUuid: 246090dc-fa92-42f2-88c8-66e07617cb05
8
+ logFailedRequests: false
plugins/playit-gg/config.yml ADDED
@@ -0,0 +1 @@
 
 
1
+ agent-secret: 80371d57ff35c41ea24c11bed65714bf816a22c551814a1e3c2a6b3641dd78a9