Unknown Log

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