-
Notifications
You must be signed in to change notification settings - Fork 11
/
config.yml
49 lines (49 loc) · 2.6 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
messages:
general:
page-error: "&CYou must specify a page number."
search-error: "&CYou must specify a search term."
request-number: "&CYou must provide a number for requests."
request-filed: "&ARequest has been filed. Please be patient for a moderator to complete your request."
max-requests: "&CYou already have {max_requests} open requests. Please wait for them to be completed."
request-error: "&AEither that request doesn't exist, or you do not have permission to view it."
no-requests: "&AYou don't have any outstanding requests."
request-taken: "&A{mod} is now handling request {request_id}."
close-error: "&CYou can only close your own requests."
completed: "&A{mod} completed your request."
completed-message: "&A{mod} completed your request &F- &7{close_message}"
deleted: "&ARequest {request_id} has been closed by you."
list:
header: "&B---- {num_requests} Mod Requests ----"
item: "&6{request_id}.{note_count}{admin}&6 [&A{mod}{status}&6] {time} {player} -&7 {request_message}"
footer: "&B---- Page {page} of {num_pages} ----"
item:
header-unclaimed: "&BMod Request {request_id} - &E{status}"
header-claimed: "&BMod Request {request_id} - &E{status} by {mod}"
details: "&EFiled by {player}&E at &A{time}&E at&A {location}"
request: "&7{request_message}"
note: " &2[#{id} - {user}] &7{message}"
mod:
new-request: "&ANew request. Type /check {request_id} for more information."
no-requests: "&AThere are currently no open mod requests."
empty-page: "&CThere are no requests on that page."
teleport: "&ATeleporting you to request {request_id}."
unclaim: "&A{mod} has unclaimed request {request_id}."
request-taken: "&A{mod} is now handling request {request_id}."
completed: "&ARequest {request_id} has been completed by {mod}."
completed-message: "Close message - &7{close_message}"
deleted: "&ARequest {request_id} no longer needs to be handled."
reopened: "&ARequest {request_id} has been reopened by {mod}."
flagged: "&ARequest {request_id} has been flagged for admin."
reset: "&ADatabase has been reset."
already-closed: "&CRequest already closed."
already-claimed: "&CRequest already claimed."
note-added: "&ANote added to request {request_id} successfully."
note-removed: "&ANote removed from request {request_id} successfully."
note-number: "&CYou must specify a number for the note, starting at 1."
note-missing: "&CRequest {request_id} has no note numbered {note_id}."
colour:
online: "&A"
offline: "&C"
max-requests: 5
page-size: 5
date-format: "MMM.d@HH:mm:ss"