-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
175 lines (175 loc) · 8.45 KB
/
Copy pathsettings.json
File metadata and controls
175 lines (175 loc) · 8.45 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"projects": [
{
"id": "blue-arcade",
"title": "Blue Arcade 3",
"description": "Modular minigame plugin. Create and manage a variety of minigames with ease.",
"folder": "Blue Arcade 3",
"github_folder": "blue-arcade",
"tags": ["Gameplay", "Minigame", "Fun", "Spigot", "Modular", "1.18-26.2"],
"pages": [
{"title": "Index", "file": "index.md"},
{"title": "First Steps", "file": "first-steps.md"},
{"title": "Creating Arenas", "file": "arenas.md"},
{"title": "Why Dynamic Arenas", "file": "dynamic-arenas.md"},
{"title": "Party System", "file": "party-system.md"},
{"title": "Store", "file": "store.md"},
{"title": "Achievements", "file": "achievements.md"},
{"title": "Leaderboards & Stats", "file": "leaderboards.md"},
{"title": "XP & Levels", "file": "levels.md"},
{"title": "Replay System", "file": "replay-system.md"},
{"title": "Commands & Permissions", "file": "commands-permissions.md"},
{"title": "Placeholders", "file": "placeholders.md"},
{"title": "Creating a Module", "file": "developers.md"},
{"title": "Universal Modules", "file": "universal-modules.md"}
]
},
{
"id": "blue-arcade-hytale",
"title": "Blue Arcade 3 (Hytale Edition)",
"description": "Modular minigame plugin. Create and manage a variety of minigames with ease.",
"folder": "Blue Arcade 3 (Hytale Edition)",
"github_folder": "blue-arcade-hytale",
"tags": ["Gameplay", "Minigame", "Fun", "Hytale", "Modular"],
"pages": [
{"title": "Index", "file": "index.md"},
{"title": "First Steps", "file": "first-steps.md"},
{"title": "Creating Arenas", "file": "arenas.md"},
{"title": "Party System", "file": "party-system.md"},
{"title": "Store", "file": "store.md"},
{"title": "Achievements", "file": "achievements.md"},
{"title": "Leaderboards & Stats", "file": "leaderboards.md"},
{"title": "XP & Levels", "file": "levels.md"},
{"title": "Commands & Permissions", "file": "commands-permissions.md"},
{"title": "Placeholders", "file": "placeholders.md"},
{"title": "Creating a Module", "file": "developers.md"}
]
},
{
"id": "blue-premium",
"title": "Blue Premium",
"description": "Authentication plugin for mixed premium and cracked Minecraft networks, with JPremium migration support.",
"folder": "Blue Premium",
"github_folder": "blue-premium",
"tags": ["Authentication", "Premium", "Cracked", "BungeeCord", "Velocity", "Spigot", "Migration", "1.8+"],
"pages": [
{"title": "Index", "file": "index.md"},
{"title": "First Steps", "file": "first-steps.md"},
{"title": "Installation", "file": "installation.md"},
{"title": "Configuration", "file": "configuration.md"},
{"title": "Database", "file": "database.md"},
{"title": "Authentication & Security", "file": "authentication-security.md"},
{"title": "Backend & Captcha", "file": "backend-captcha.md"},
{"title": "Email Recovery & TOTP", "file": "email-totp.md"},
{"title": "Multi-Proxy & Floodgate", "file": "multi-proxy-floodgate.md"},
{"title": "Messages & Languages", "file": "messages-languages.md"},
{"title": "Commands & Permissions", "file": "commands-permissions.md"},
{"title": "Placeholders", "file": "placeholders.md"},
{"title": "API & Events", "file": "api-events.md"},
{"title": "JPremium Migration", "file": "jpremium-migration.md"},
{"title": "Runtime Validation", "file": "runtime-validation.md"},
{"title": "Common Issues", "file": "common-issues.md"}
]
},
{
"id": "blue-translate",
"title": "Blue Translate",
"description": "Break the language barrier.",
"folder": "Blue Translate",
"github_folder": "blue-translate",
"tags": ["Translation", "Language", "Communication", "Spigot", "1.21-26.1"],
"pages": [
{"title": "First Steps", "file": "first-steps.md"},
{"title": "Commands & Permissions", "file": "commands-and-permissions.md"},
{"title": "Configuration", "file": "configuration.md"},
{"title": "Translation Engines", "file": "translation-engines.md"},
{"title": "Supported Languages", "file": "supported-languages.md"},
{"title": "Manual Translations", "file": "manual-translations.md"},
{"title": "Placeholders", "file": "placeholderapi.md"},
{"title": "Common Issues", "file": "common-issues.md"}
]
},
{
"id": "bluespoof",
"title": "BlueSpoof",
"description": "AI-powered fake player solution for Minecraft servers.",
"folder": "BlueSpoof",
"github_folder": "blue-spoof",
"tags": ["Fake Players", "AI", "Spigot", "BungeeCord", "Velocity", "Folia", "1.21.11-26.2"],
"pages": [
{"title": "Index", "file": "index.md"},
{"title": "First Steps", "file": "first-steps.md"},
{"title": "Commands & Permissions", "file": "commands-permissions.md"},
{"title": "Placeholders", "file": "placeholders.md"},
{"title": "Connection Module", "file": "connection.md"},
{"title": "Movement Module", "file": "movement.md"},
{"title": "Trace Module", "file": "trace.md"},
{"title": "Chat Module", "file": "chat.md"},
{"title": "Fluctuation Module", "file": "fluctuation.md"},
{"title": "Events Module", "file": "events.md"},
{"title": "Ranks Module", "file": "ranks.md"},
{"title": "Discretion Module", "file": "discretion.md"},
{"title": "Proxy Sync", "file": "proxy.md"}
]
},
{
"id": "blue-arcade-2",
"title": "Blue Arcade 2 (Legacy)",
"description": "Old version of Blue Arcade. This documentation will be maintained until 2027.",
"folder": "Blue Arcade 2",
"github_folder": "blue-arcade-legacy",
"tags": ["Gameplay", "Minigame", "Fun", "Spigot", "1.21-1.21.11"],
"pages": [
{"title": "First Steps", "file": "first-steps.md"},
{"title": "Commands & Permissions", "file": "commands-permissions.md"},
{"title": "Set up a mini-game", "file": "set-up-a-mini-game.md"},
{"title": "Placeholders", "file": "placeholders.md"}
]
},
{
"id": "blue-menu",
"title": "Blue Menu",
"description": "Advanced menu solution with Java/Bedrock Support and Web Editor.",
"folder": "Blue Menu",
"github_folder": "blue-menu",
"tags": ["Java GUI", "Bedrock Forms", "Web App", "Floodgate", "Geyser", "1.21-26.1"],
"pages": [
{"title": "First Steps", "file": "first-steps.md"},
{"title": "Commands and Permissions", "file": "commands-and-permissions.md"},
{"title": "Java Menus", "file": "java-menus.md"},
{"title": "Bedrock Menus", "file": "bedrock-menus.md"},
{"title": "Conditions", "file": "conditions.md"},
{"title": "Menu Registration", "file": "menu-registration.md"}
]
},
{
"id": "blue-housing",
"title": "BlueHousing",
"description": "Private creative worlds for every player, with per-house flags, roles, Discovery and Lua scripting.",
"folder": "BlueHousing",
"github_folder": "blue-housing",
"tags": ["Housing", "Creative", "Worlds", "Building", "Scripting", "Lua", "Spigot", "Bedrock", "1.21-26.2"],
"pages": [
{"title": "Index", "file": "index.md"},
{"title": "First Steps", "file": "first-steps.md"},
{"title": "Houses", "file": "houses.md"},
{"title": "Flags", "file": "flags.md"},
{"title": "Members & Roles", "file": "members-roles.md"},
{"title": "Moderation", "file": "moderation.md"},
{"title": "Building Tools", "file": "building-tools.md"},
{"title": "Discovery", "file": "discovery.md"},
{"title": "Decorations", "file": "decorations.md"},
{"title": "Music", "file": "music.md"},
{"title": "Economy", "file": "economy.md"},
{"title": "Scripting", "file": "scripting.md"},
{"title": "Lua API", "file": "lua-api.md"},
{"title": "Commands & Permissions", "file": "commands-permissions.md"},
{"title": "Placeholders", "file": "placeholders.md"},
{"title": "Configuration", "file": "configuration.md"},
{"title": "Storage", "file": "storage.md"},
{"title": "Network Mode", "file": "network.md"},
{"title": "Performance", "file": "performance.md"}
]
}
]
}