-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
57 lines (50 loc) · 1.92 KB
/
config.yml
File metadata and controls
57 lines (50 loc) · 1.92 KB
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
50
51
52
53
54
55
56
57
# Made by Agazed.
# Visit me @ agazed.net!
# ---------- GROUP LISTS ---------- #
# You can assign different groups different lists with "help.group.<list>
groups:
# This is the default list. People who have access to this list either have multiple list permissions or no list permissions.
default:
# How many help messages do you want on one page?
messages-per-page: 8
# Do you want to display the top header message?
display-header: true
#Shall the header be displayed on the last page?
show-header-on-last-page: true
# Top header message. Available vars: %CURRENTPAGE, %TOTALPAGES, %NEXTPAGE.
header: '&7Page: %CURRENTPAGE/%TOTALPAGES'
# Do you want to display the bottom footer message?
display-footer: true
#Shall the footer be displayed on the last page?
show-footer-on-last-page: false
# Bottom footer message. Available vars: %CURRENTPAGE, %TOTALPAGES, %NEXTPAGE.
footer: '&7Type /help %NEXTPAGE to get to the next page'
messages:
- 'A message'
- 'Another message'
- '&2Colored message!'
- 'The list goes on...'
# Example: To grant access to this list, grant the permission "help.group.test".
test:
messages-per-page: 8
display-header: true
show-header-on-last-page: true
header: '&7Page: %CURRENTPAGE/%TOTALPAGES'
display-footer: true
show-footer-on-last-page: false
footer: '&7Type /help %NEXTPAGE to get to the next page'
messages:
- 'Test list!'
# ---------- PAGE LISTS ---------- #
pages:
# Custom page. Access with /help cool. Permission is "help.page.cool".
cool:
messages-per-page: 8
display-header: true
show-header-on-last-page: true
header: '&7Page: %CURRENTPAGE/%TOTALPAGES'
display-footer: true
show-footer-on-last-page: false
footer: '&7Type /help cool %NEXTPAGE to get to the next page'
messages:
- 'Sick bruh.'