-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomponents.yml
217 lines (202 loc) · 7.36 KB
/
components.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
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
components:
- name: auto-updater
githubRepo: https://github.com/simplecloudapp/auto-updater
version: v0.0.1-dev.c636158
files:
- releaseFile: auto-updater.jar
output: auto-updater.jar
destination: components/auto-updater/
- name: controller
githubRepo: https://github.com/simplecloudapp/controller
version: v0.0.30-dev.baf5999
files:
- releaseFile: controller-runtime.jar
output: controller-runtime.jar
destination: components/controller/
- releaseFile: controller-api.jar
output: controller-api.jar
destination: components/libs/
- name: serverhost
githubRepo: https://github.com/simplecloudapp/serverhost-droplet
version: v0.0.2-dev.828934f
files:
- releaseFile: serverhost-runtime.jar
output: serverhost-runtime.jar
destination: components/serverhost
- name: player
githubRepo: https://github.com/simplecloudapp/player-droplet
version: v0.0.1-dev.7763c51
files:
- releaseFile: player-runtime.jar
output: player-runtime.jar
destination: components/player/
- releaseFile: plugin-paper.jar
output: player-plugin-paper.jar
destination: templates/droplet-plugins/paper
- releaseFile: plugin-velocity.jar
output: player-plugin-velocity.jar
destination: templates/droplet-plugins/velocity
- releaseFile: plugin-bungeecord.jar
output: player-plugin-bungeecord.jar
destination: templates/droplet-plugins/bungeecord
- name: metrics
githubRepo: https://github.com/simplecloudapp/metrics-droplet
version: v0.0.1-dev.84dd934
files:
- releaseFile: metrics-runtime.jar
output: metrics-runtime.jar
destination: components/metrics/
- name: event-wrapper
githubRepo: https://github.com/simplecloudapp/event-wrapper
version: v0.0.1-dev.f8aeaa3
files:
- releaseFile: event-wrapper-bungeecord.jar
output: event-wrapper-bungeecord.jar
destination: templates/sc-plugins/bungeecord
- releaseFile: event-wrapper-bungeecord.jar
output: event-wrapper-bungeecord.jar
destination: templates/sc-plugins/waterfall
- releaseFile: event-wrapper-velocity.jar
output: event-wrapper-velocity.jar
destination: templates/sc-plugins/velocity
- name: server-registration
githubRepo: https://github.com/simplecloudapp/server-registration-plugin
version: v0.0.1-dev.511eb40
files:
- releaseFile: registration-bungeecord.jar
output: registration-bungeecord.jar
destination: templates/sc-plugins/bungeecord
- releaseFile: registration-bungeecord.jar
output: registration-bungeecord.jar
destination: templates/sc-plugins/waterfall
- releaseFile: registration-velocity.jar
output: registration-velocity.jar
destination: templates/sc-plugins/velocity
- name: server-connection
githubRepo: https://github.com/simplecloudapp/server-connection-plugin
version: v0.0.1-dev.0a99723
files:
- releaseFile: connection-bungeecord.jar
output: connection-bungeecord.jar
destination: templates/sc-plugins/bungeecord
- releaseFile: connection-bungeecord.jar
output: connection-bungeecord.jar
destination: templates/sc-plugins/waterfall
- releaseFile: connection-velocity.jar
output: connection-velocity.jar
destination: templates/sc-plugins/velocity
- name: proxy-essentials
githubRepo: https://github.com/simplecloudapp/proxy-essentials-plugin
version: v0.0.1-dev.dead7eb
files:
- releaseFile: proxy-bungeecord.jar
output: proxy-essentials-bungeecord.jar
destination: templates/sc-plugins/bungeecord
- releaseFile: proxy-bungeecord.jar
output: proxy-essentials-bungeecord.jar
destination: templates/sc-plugins/waterfall
- releaseFile: proxy-velocity.jar
output: proxy-essentials-velocity.jar
destination: templates/sc-plugins/velocity
- name: signs
githubRepo: https://github.com/simplecloudapp/sign-plugin
version: v0.0.1-dev.fbc9c1a
files:
- releaseFile: sign-paper.jar
output: sign-paper.jar
destination: templates/sc-plugins/paper
- name: npcs
githubRepo: https://github.com/simplecloudapp/npc-plugin
version: v0.0.1-dev.b83574a
files:
- releaseFile: simplecloud-npc.jar
output: npc-paper.jar
destination: templates/sc-plugins/paper
- name: placeholders
githubRepo: https://github.com/simplecloudapp/placeholder-plugin
version: v0.0.1-dev.b3634ce
files:
- releaseFile: placeholder-plugin.jar
output: placeholders-paper.jar
destination: templates/sc-plugins/paper
- name: notify
githubRepo: https://github.com/simplecloudapp/notify-plugin
version: v0.0.1-dev.6794171
files:
- releaseFile: notify-bungeecord.jar
output: notify-bungeecord-plugin.jar
destination: templates/sc-plugins/bungeecord
- releaseFile: notify-bungeecord.jar
output: notify-bungeecord-plugin.jar
destination: templates/sc-plugins/waterfall
- releaseFile: notify-velocity.jar
output: notify-velocity-plugin.jar
destination: templates/sc-plugins/velocity
- name: command
githubRepo: https://github.com/simplecloudapp/command-plugin
version: v0.0.1-dev.91cac39
files:
- releaseFile: command-bungeecord.jar
output: command-bungeecord-plugin.jar
destination: templates/sc-plugins/bungeecord
- releaseFile: command-bungeecord.jar
output: command-bungeecord-plugin.jar
destination: templates/sc-plugins/waterfall
- releaseFile: command-velocity.jar
output: command-velocity-plugin.jar
destination: templates/sc-plugins/velocity
bundles:
- name: bundle
components:
- auto-updater
- controller
- serverhost
- player
- metrics
- event-wrapper
- server-registration
- server-connection
- proxy-essentials
- signs
- npcs
- command
- placeholders
- notify
contents:
- source: contents
destination: /
- name: controller
components:
- controller
contents:
- source: contents/components/scripts/components/controller.lua
destination: /components/scripts/components/controller.lua
- source: contents/components/controller
destination: /components/controller
- name: serverhost
components:
- serverhost
contents:
- source: contents/components/scripts/components/serverhost.lua
destination: /components/scripts/components/serverhost.lua
- source: contents/components/serverhost
destination: /components/serverhost
- name: player
components:
- player
contents:
- source: contents/components/scripts/components/player.lua
destination: /components/scripts/components/player.lua
- source: contents/components/player
destination: /components/player
- name: metrics
components:
- metrics
contents:
- source: contents/components/scripts/components/metrics.lua
destination: /components/scripts/components/metrics.lua
- source: contents/components/metrics
destination: /components/metrics
releaseFiles:
- source: contents/components/envoy/envoy-bootstrap.yaml
output: envoy-bootstrap.yaml