aboutsummaryrefslogtreecommitdiffstats
path: root/src/data/testData.json
blob: c01d6c37de4246b5a4c0fa35934f74332d1cfc28 (plain)
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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
{
  "quests": {
    "example1": {
      "tasks": {
        "mining": {
          "type": "blockbreak",
          "amount": 30
        }
      },
      "display": {
        "name": "&cExample I (Single Task)",
        "lore-normal": [
          "&cThis category is designed to show you the different",
          "&cattributes a quest can have.",
          "",
          "&7This quest requires you to:",
          "&7 - Break &f30 blocks&7.",
          "",
          "&7Rewards:",
          "&7 - &f10 &7diamonds."
        ],
        "lore-started": [
          "",
          "&7Your current progression:",
          "&7 - &f{mining:progress}&7/30 blocks broken."
        ],
        "type": "WOODEN_PICKAXE"
      },
      "rewards": [
        "give {player} diamond 10"
      ],
      "placeholders": {
        "description": "&7Break &f30 blocks &7of any type.",
        "progress": " &8- &f{mining:progress}&7/30 broken"
      },
      "options": {
        "category": "examples",
        "repeatable": false,
        "cooldown": {
          "enabled": true,
          "time": 1440
        },
        "sort-order": 1
      }
    },
    "example2": {
      "tasks": {
        "mining": {
          "type": "blockbreak",
          "amount": 100
        },
        "building": {
          "type": "blockplace",
          "amount": 100
        }
      },
      "display": {
        "name": "&cExample II (Multiple Tasks)",
        "lore-normal": [
          "&cThis category is designed to show you the different",
          "&cattributes a quest can have. This quest requires",
          "&cmultiple things to be done, unlike the previous one.",
          "",
          "&7This quest requires you to:",
          "&7 - Break &f100 &7blocks.",
          "&7 - Place &f100 &7blocks.",
          "",
          "&7Rewards:",
          "&7 - &f15 diamonds&7.",
          "&7 - &f$50&7 added to your in-game balance."
        ],
        "lore-started": [
          "",
          "&7Your current progression:",
          "&7 - &f{mining:progress}&7/100 blocks broken.",
          "&7 - &f{building:progress}&7/100 blocks placed."
        ],
        "type": "GRASS_BLOCK"
      },
      "rewards": [
        "give {player} diamond 15",
        "eco give {player} 50"
      ],
      "placeholders": {
        "description": "&7Break and place &f100 blocks &7of any type.",
        "progress": " &8- &f{mining:progress}&7/100 broken, &f{building:progress}&7/100 placed"
      },
      "options": {
        "category": "examples",
        "requires": [
          "example1"
        ],
        "repeatable": false,
        "cooldown": {
          "enabled": true,
          "time": 1440
        },
        "sort-order": 2
      }
    },
    "example3": {
      "tasks": {
        "mining": {
          "type": "blockbreak",
          "amount": 81,
          "block": "GOLD_ORE"
        },
        "building": {
          "type": "blockplace",
          "amount": 9,
          "block": "GOLD_BLOCK"
        }
      },
      "display": {
        "name": "&cExample III (Repeatable, 10 minute cooldown)",
        "lore-normal": [
          "&cThis category is designed to show you the different",
          "&cattributes a quest can have. This quest can be replayed",
          "&cafter a cooldown, unlike the previous one.",
          "",
          "&7This quest requires you to:",
          "&7 - Break &f81 gold ore&7.",
          "&7 - Place &f9 gold blocks&7.",
          "",
          "&7Rewards:",
          "&7 - &f30 diamonds&7.",
          "&7 - &f$10&7 added to your in-game balance."
        ],
        "lore-started": [
          "",
          "&7Your current progression:",
          "&7 - &f{mining:progress}&7/81 gold ore broken.",
          "&7 - &f{building:progress}&7/9 gold blocks placed."
        ],
        "type": "GOLD_ORE"
      },
      "rewards": [
        "give {player} diamond 30",
        "eco give {player} 10"
      ],
      "placeholders": {
        "description": "&7Break &f81 gold ore &7and place &f9 gold blocks.",
        "progress": " &8- &f{mining:progress}&7/81 gold ore, &f{building:progress}&7/9 gold blocks"
      },
      "options": {
        "category": "examples",
        "requires": [
          "example2"
        ],
        "repeatable": true,
        "cooldown": {
          "enabled": true,
          "time": 10
        },
        "sort-order": 3
      }
    },
    "example4": {
      "tasks": {
        "mobkilling": {
          "type": "mobkilling",
          "amount": 3
        }
      },
      "display": {
        "name": "&cExample IV (Reward String)",
        "lore-normal": [
          "&cThis category is designed to show you the different",
          "&cattributes a quest can have. This quest has a 'reward string'",
          "&c(a series of messages sent when a quest is complete),",
          "&cunlike the previous one.",
          "",
          "&7This quest requires you to:",
          "&7 - Kill &f3 &7mobs.",
          "",
          "&7Rewards:",
          "&7 - &f$50 &7added to your in-game balance.",
          "&7 - &f1 diamond&7."
        ],
        "lore-started": [
          "",
          "&7Your current progression:",
          "&7 - &f{mobkilling:progress}&7/3 mobs killed."
        ],
        "type": "STRING"
      },
      "startstring": [
        "&7Upon completion of this quest, you will be rewarded with",
        " &8* &c$50",
        " &8* &c1 diamonds"
      ],
      "rewards": [
        "eco give {player} 50",
        "give {player} diamond 1"
      ],
      "placeholders": {
        "description": "&7Kill &f3 &7mobs.",
        "progress": " &8- &f{mobkilling:progress}&7/3 mobs"
      },
      "rewardstring": [
        " &8* &c$1000 &7was added to your in-game balance.",
        " &8* &c1 diamond &7was added to your inventory."
      ],
      "options": {
        "category": "examples",
        "requires": [
          "example3"
        ],
        "repeatable": true,
        "cooldown": {
          "enabled": true,
          "time": 10
        },
        "sort-order": 4
      }
    },
    "example5": {
      "tasks": {
        "building": {
          "type": "blockplace",
          "amount": 10
        }
      },
      "display": {
        "name": "&cExample V (Permission)",
        "lore-normal": [
          "&cThis category is designed to show you the different",
          "&cattributes a quest can have. This quest requires",
          "&ccertain permissions.",
          "",
          "&7This quest requires you to:",
          "&7 - Place &f10 &7blocks.",
          "",
          "&7Rewards:",
          "&7 - &f$10 &7added to your in-game balance."
        ],
        "lore-started": [
          "",
          "&7Your current progression:",
          "&7 - &f{building:progress}&7/10 blocks placed."
        ],
        "type": "GRASS_BLOCK"
      },
      "rewards": [
        "eco give {player} 10"
      ],
      "placeholders": {
        "description": "&7Place &f10 &7blocks of any type.",
        "progress": " &8- &f{building:progress}&7/10 blocks"
      },
      "options": {
        "category": "examples",
        "requires": [
          "example4"
        ],
        "permission-required": true,
        "repeatable": false,
        "cooldown": {
          "enabled": true,
          "time": 1440
        },
        "sort-order": 5
      }
    },
    "example6": {
      "tasks": {
        "building": {
          "type": "blockplace",
          "amount": 10
        }
      },
      "display": {
        "name": "&cExample VI (Different category, permissions)",
        "lore-normal": [
          "&cThis category is designed to show you the different",
          "&cattributes a quest can have. This quest requires",
          "&ccertain permissions.",
          "",
          "&7This quest requires you to:",
          "&7 - Place &f10 &7blocks.",
          "",
          "&7Rewards:",
          "&7 - &f$10 &7added to your in-game balance."
        ],
        "lore-started": [
          "",
          "&7Your current progression:",
          "&7 - &f{building:progress}&7/10 blocks placed."
        ],
        "type": "GRASS_BLOCK"
      },
      "rewards": [
        "eco give {player} 10"
      ],
      "placeholders": {
        "description": "&7Place &f10 &7blocks of any type.",
        "progress": " &8- &f{building:progress}&7/10 blocks"
      },
      "options": {
        "category": "permissionexample",
        "repeatable": false,
        "cooldown": {
          "enabled": true,
          "time": 1440
        },
        "sort-order": 1
      }
    },
    "example7": {
      "tasks": {
        "building": {
          "type": "blockplace",
          "amount": 10,
          "worlds": [
            "world"
          ]
        }
      },
      "display": {
        "name": "&cExample VII (Different category, world restricted)",
        "lore-normal": [
          "&cThis category is designed to show you the different",
          "&cattributes a quest can have. This quest requires",
          "&chas a task which requires you to be in a world called 'world'.",
          "",
          "&7This quest requires you to:",
          "&7 - Place &f10 &7blocks.",
          "",
          "&7Rewards:",
          "&7 - &f$10 &7added to your in-game balance."
        ],
        "lore-started": [
          "",
          "&7Your current progression:",
          "&7 - &f{building:progress}&7/10 blocks placed."
        ],
        "type": "GRASS_BLOCK"
      },
      "rewards": [
        "eco give {player} 10"
      ],
      "placeholders": {
        "description": "&7Place &f10 &7blocks of any type in world &fworld.",
        "progress": " &8- &f{building:progress}&7/10 blocks"
      },
      "options": {
        "category": "permissionexample",
        "repeatable": false,
        "cooldown": {
          "enabled": true,
          "time": 1440
        },
        "sort-order": 1
      }
    }
  },
  "categories": {
    "examples": {
      "display": {
        "name": "&cExamples",
        "lore": [
          "&cThis category is designed to show you the different",
          "&cattributes a quest can have."
        ],
        "type": "WOODEN_SWORD"
      }
    },
    "permissionexample": {
      "display": {
        "name": "&cPermission Example",
        "lore": [
          "&7This category is an example of one which",
          "&7requires a permission to open.",
          "",
          "&cIt is highly recommended you read this",
          "&csection and all the comments so you can",
          "&cmake the most of this plugin."
        ],
        "type": "WATER_BUCKET"
      },
      "permission-required": true
    }
  }
}