1 | Date: Fri Jul 14 22:51:34 CEST 2023
|
2 | Version: 1.3
|
3 | Config:
|
4 | repository-url: https://github.com/AegorinDevelopment/Scripting-Denizen
|
5 | token: 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
|
6 | branch: mineTest
|
7 | webhook-port: 8080
|
8 | webhook-path: minecicd
|
9 | enable-whitelist-filetypes: false
|
10 | whitelist-filetypes: [.yml, .txt, .json, .properties, .png, .jar]
|
11 | enable-blacklist-filetypes: false
|
12 | blacklist-filetypes: [.dat]
|
13 | enable-whitelist-paths: false
|
14 | whitelist-paths: [/plugins/Denizen/scripts/, /plugins/BetonQuest/QuestPackages/, /plugins/BetonQuest/QuestTemplates/]
|
15 | enable-blacklist-paths: false
|
16 | blacklist-paths: [/]
|
17 | allow-commands: false
|
18 | allow-scripts: false
|
19 | allow-individual-reload: false
|
20 | allow-global-reload: false
|
21 | allow-restart: false
|
22 | bossbar-command-title: MineCICD: Processing command (Git {action})...
|
23 | bossbar-command-color: YELLOW
|
24 | bossbar-webhook-title: MineCICD: Processing Webhook...
|
25 | bossbar-webhook-color: YELLOW
|
26 | tab-completion: true
|
27 | bossbar: false
|
28 | Messages:
|
29 | # Configuration for messages sent when commands / events are processed
|
30 | # Messages CAN be formatted using the MiniMessage format (see https://docs.adventure.kyori.net/minimessage.html)
|
31 | # They CAN also contain & color codes (see https://minecraft.gamepedia.com/Formatting_codes)
|
32 | prefix: "&7[&aMine&bCI&dCD&7] &r"
|
33 |
|
34 | no-permission: "&cYou do not have permission to use this command."
|
35 | busy: "&cThe plugin is currently processing another command."
|
36 |
|
37 | pull-usage: "&cInvalid arguments. Usage: /{label} pull"
|
38 | pull-failed: "&cError pulling repo: {error}"
|
39 | pull-success: "&aAll changes have been pulled successfully."
|
40 | pull-no-changes: "&aNo changes to pull."
|
41 |
|
42 | push-usage: "&cInvalid arguments. Usage: /{label} push <commit message>"
|
43 | push-failed: "&cError pushing repo: {error}"
|
44 | push-success: "&Repo pushed successfully, {changes} file(s) changed."
|
45 |
|
46 | reload-usage: "&cInvalid arguments. Usage: /{label} reload"
|
47 | reload-failed: "&cError checking out branch: {error}\n{prefix}&cYou might still be able to continue using the plugin."
|
48 | reload-success: "&aConfiguration, messages, and caches reloaded successfully."
|
49 |
|
50 | add-usage: "&cInvalid arguments. Usage: /{label} add <file / 'directory/'> <message> (trailing slash is required for directories)"
|
51 | add-failed: "&cError adding file(s): {error}"
|
52 | add-success: "&aAdded {amount} file(s) successfully."
|
53 |
|
54 | remove-usage: "&cInvalid arguments. Usage: /{label} remove <file / 'directory/'> <message> (trailing slash is required for directories)"
|
55 | remove-failed: "&cError removing file(s): {error}"
|
56 | remove-success: "&aRemoved {amount} file(s) successfully."
|
57 |
|
58 | clone-usage: "&cInvalid arguments. Usage: /{label} clone"
|
59 | clone-failed: "&cError cloning repo: {error}"
|
60 | clone-success: "&aCloned repo successfully."
|
61 |
|
62 | status-usage: "&cInvalid arguments. Usage: /{label} status"
|
63 | status-message: "&aMine&bCI&dCD &ais operating on branch {branch}\n&aRepository is {repository}\n&aLast commit: {lastCommit}"
|
64 |
|
65 | reset-usage: "&cInvalid arguments. Usage: /{label} reset <commit hash / link>"
|
66 | reset-failed: "&cError resetting: {error}"
|
67 | reset-success: "&aReset successfully."
|
68 |
|
69 | rollback-usage: "&cInvalid arguments. Usage: /{label} rollback <dd-MM-yyyy HH:mm:ss>"
|
70 | rollback-invalid-date: "&cInvalid date format. Usage: /{label} rollback <dd-MM-yyyy HH:mm:ss>"
|
71 | rollback-future-date: "&cInvalid date (Is in future). Usage: /{label} rollback <dd-MM-yyyy HH:mm:ss>"
|
72 | rollback-failed: "&cError rolling back: {error}"
|
73 | rollback-success: "&aRolled back successfully."
|
74 |
|
75 | revert-usage: "&cInvalid arguments. Usage: /{label} revert <commit hash / link>"
|
76 | revert-failed: "&cError reverting: {error}"
|
77 | revert-success: "&aReverted successfully."
|
78 |
|
79 | log-usage: "&cInvalid arguments. Usage: /{label} log <page>"
|
80 | log-invalid-page-high: "&cInvalid page number. Max page number is {maxPage}"
|
81 | log-invalid-page-low: "&cInvalid page number. Min page number is 1"
|
82 | log-header: "&7===== &aMine&bCI&dCD &7log (&a{page} &7/ &a{maxPage}&7) ====="
|
83 | log-line: "<green><u><hover:show_text:Click to copy commit revision><click:copy_to_clipboard:{revision}>{revisionShort}</click></hover></u></green> on {date}: {message}"
|
84 | log-end: "&7===== End of log ====="
|
85 | log-end-previous: "<green><u><hover:show_text:Previous page><click:run_command:/git log {previousPage}><- ({previousPage}) </click></hover></u></green>"
|
86 | log-end-first: "<- (Beginning)"
|
87 | log-end-next: "<green><u><hover:show_text:Next page><click:run_command:/git log {nextPage}>({nextPage}) -></click></hover></u></green>"
|
88 | log-end-last: "(End) ->"
|
89 | log-end-paged: "&7===== &r{left} &7| &r{right} &7====="
|
90 |
|
91 | mute-usage: "&cInvalid arguments. Usage: /{label} mute <true / false>"
|
92 | mute-not-player: "&cYou must be a player to use this command."
|
93 | mute-enabled: "&aSuccessfully muted Mine&bCI&dCD&a notifications and BossBars."
|
94 | mute-disabled: "&aSuccessfully unmuted Mine&bCI&dCD&a notifications and BossBars."
|
95 |
|
96 | script-usage: "&cInvalid arguments. Usage: /{label} script <script name>"
|
97 | script-failed: "&cError running script:\n{error}"
|
98 | script-error: "&cScript failed on line {line}\nCommand: {command}\n{error}"
|
99 | script-success: "&aScript ran successfully"
|
100 |
|
101 | error-repo-missing: "Repo folder does not exist."
|
102 | error-file-missing: "File does not exist."
|
103 | error-path-blacklisted: "The path is blacklisted."
|
104 | error-type-blacklisted: "The file type is blacklisted."
|
105 | error-pull-failed: "Git pull completed unsuccessfully."
|
106 | error-no-commit-before: "No commit found before the specified date."
|
107 | error-commit-is-last: "The found commit is the last commit."
|
108 |
|
109 | debug-usage: "&cInvalid arguments. Usage: /{label} debug"
|
110 | debug-success: "&aSuccessfully uploaded debug information to {url}."
|
111 | debug-failed: "&cError uploading debug information: {error}"
|
112 |
|
113 | invalid-command: "&cInvalid subcommand. Valid commands:"
|
114 | help-clone: "&a/{label} clone &7- &bClones the repository from the remote."
|
115 | help-pull: "&a/{label} pull &7- &bPulls the latest changes from the remote."
|
116 | help-push: "&a/{label} push <commit message> &7- &bPushes the latest changes to the remote."
|
117 | help-add: "&a/{label} add <file / 'directory/'> <message> &7- &bAdds a file or directory to the repository."
|
118 | help-remove: "&a/{label} remove <file / 'directory/'> <message> &7- &bRemoves a file or directory from the repository."
|
119 | help-reset: "&a/{label} reset <commit hash / link> &7- &bHard resets the current branch to the specified commit. (Commits will not be reverted)"
|
120 | help-rollback: "&a/{label} rollback <dd-MM-yyyy HH:mm:ss> &7- &bHard resets the current branch to the latest commit before the specified date. (Commits will not be reverted)"
|
121 | help-revert: "&a/{label} revert <commit hash / link> &7- &bAttempts to revert a specific commits changes."
|
122 | help-script: "&a/{label} script <script name> &7- &bRuns a script from the scripts folder."
|
123 | help-log: "&a/{label} log <page> &7- &bShows the commits made on the current branch."
|
124 | help-status: "&a/{label} status &7- &bShows information about the plugin and repository."
|
125 | help-mute: "&a/{label} mute <true / false> &7- &bMutes or unmutes Mine&bCI&dCD&a notifications and BossBars."
|
126 | help-debug: "&a/{label} debug &7- &bUploads debug information to a paste service."
|
127 | help-reload: "&a/{label} reload &7- &bReloads the plugin configuration and webhook webserver."
|
128 | help-help: "&a/{label} help &7- &bShows this help message."
|
129 |
|
130 | webhook-header: "&7===== &aMine&bCI&dCD &aWebHook Push &7====="
|
131 | webhook-author: "&7Author: &a{author}"
|
132 | webhook-commit: "&7Commit: &a{commit}"
|
133 | webhook-main-action: "&7Action: &a{action}"
|
134 | webhook-message: "&7Message: &a{message}"
|
135 | webhook-command: "&7Command ({index}): &a{command}"
|
136 | webhook-script: "&7Script ({index}): &a{script}"
|
137 | webhook-footer: "&7==============================="
|
138 |
|
139 | main-action-restart: "Server Restart"
|
140 | main-action-reload: "Server Reload"
|
141 | main-action-plugin-reload: "Plugin Reload(s)"
|
142 | main-action-no-action: "No Action"
|
143 |
|
144 | management-message: "<yellow><u><bold><click:suggest_command:/restart>[Restart Server]</click></bold></u></yellow> <red><u><bold><click:suggest_command:/reload confirm>[Reload Server]</click></bold></u></red> <green><u><bold><click:suggest_command:/pl>[List Plugins]</click></bold></u></green>"
|
145 | File tree:
|
146 | Failed to read file tree: /home/********/instances/TestserverAegorin/Minecraft/worlds
|
147 | Previous files:
|