-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
142 lines (142 loc) · 4.97 KB
/
mkdocs.yml
File metadata and controls
142 lines (142 loc) · 4.97 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
site_name: Rosewood Development
nav:
- Home:
- Our Plugins: index.md
- RoseLoot:
- Introduction: RoseLoot/introduction.md
- Commands & Permissions: RoseLoot/commands-&-permissions.md
- Overview: RoseLoot/overview.md
- Number Providers: RoseLoot/number-providers.md
- Pools & Entries: RoseLoot/pools-&-entries.md
- Conditions:
- Generic Values: RoseLoot/generic-values.md
- Entity-Specific Values: RoseLoot/entity-specific-values.md
- Plugin Compatible Values: RoseLoot/plugin-compatible-values.md
- Items:
- Item Types: RoseLoot/item-types.md
- Item Meta: RoseLoot/item-meta.md
- Item Components: RoseLoot/item-components.md
- Custom Item Plugins: RoseLoot/custom-item-plugins.md
- Context Placeholders: RoseLoot/context-placeholders.md
- API Usage:
- Getting Started: RoseLoot/getting-started.md
- RoseChat:
- Introduction: RoseChat/introduction.md
- Setup Guide: RoseChat/setup-guide.md
- Commands & Permissions: RoseChat/commands-&-permissions.md
- Configuration Files: RoseChat/configuration-files.md
- Features: RoseChat/features.md
- Compatibility:
- Plugin Compatibility: RoseChat/plugin-compatibility.md
- PlaceholderAPI Support: RoseChat/placeholderapi-support.md
- Plugin Support: RoseChat/plugin-support.md
- Incompatibility: RoseChat/incompatibility.md
- FAQ: RoseChat/faq.md
- Resource Packs: RoseChat/resource-packs.md
- API Usage:
- Getting Started: RoseChat/getting-started.md
- Parsing Messages: RoseChat/parsing-messages.md
- Tokens & Tokenizers: RoseChat/tokens-&-tokenizers.md
- Custom Channels: RoseChat/custom-channels.md
- RoseStacker:
- Introduction: RoseStacker/introduction.md
- Commands & Permissions: RoseStacker/commands-&-permissions.md
- PlaceholderAPI Support: RoseStacker/placeholderapi-support.md
- API Usage:
- Getting Started: RoseStacker/getting-started.md
- PlayerParticles:
- Introduction: PlayerParticles/introduction.md
- Configuration: PlayerParticles/configuration.md
- Permissions: PlayerParticles/permissions.md
- PlaceholderAPI Support: PlayerParticles/placeholderapi-support.md
- Particle Details: PlayerParticles/particle-details.md
- API Usage:
- Getting Started: PlayerParticles/getting-started.md
- Javadoc: PlayerParticles/javadoc.md
- Object Descriptions: PlayerParticles/object-descriptions.md
- Custom Styles: PlayerParticles/custom-styles.md
- PlayerPoints:
- Introduction: PlayerPoints/introduction.md
- Commands & Permissions: PlayerPoints/commands-&-permissions.md
- PlaceholderAPI Support: PlayerPoints/placeholderapi-support.md
- API Usage:
- Getting Started: PlayerPoints/getting-started.md
theme:
name: material
custom_dir: overrides
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: custom
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: custom
font:
text: Roboto
features:
- navigation.instant
- navigation.instant.progress
- navigation.path
- navigation.tabs
- navigation.expand
- content.code.copy
- content.code.annotate
logo: img/RWD Logo.svg
favicon: img/RWD Logo.svg
extra_css:
- style.css
markdown_extensions:
- attr_list
- md_in_html
- tables
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- toc:
permalink: 🔗
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.com/invite/MgUsTBK
- icon: fontawesome/brands/github
link: https://github.com/Rosewood-Development
- icon: custom/spigot
link: https://www.spigotmc.org/resources/authors/esophose.34168/
- icon: custom/modrinth
link: https://modrinth.com/organization/rosewood-development
- icon: fontawesome/brands/patreon
link: https://www.patreon.com/RosewoodDevelopment
- icon: fontawesome/solid/file-zipper
link: https://repo.rosewooddev.io/
- icon: fontawesome/solid/book
link: https://javadoc.rosewooddev.io/
plugins:
- search
- redirects:
redirect_maps:
'RoseLoot.md': 'RoseLoot/introduction.md'
'RoseChat.md': 'RoseChat/introduction.md'
'RoseStacker.md': 'RoseStacker/introduction.md'
'PlayerParticles.md': 'PlayerParticles/introduction.md'
'PlayerPoints.md': 'PlayerPoints/introduction.md'