Paste #9219: Diff note for paste #9218

Date: 2014/09/03 09:56:35 UTC-07:00
Type: Diff Report

View Raw Paste Download This Paste
Copy Link


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
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517


+# ---------------------------------------------------------------------------- #
+#                                                                              |
+#                                                                              |
+#                     C o n f i g F i l e G e n e r a t o r                    |
+#                                                                              |
+#         A system for extracting default config files for your scripts        |
+#                                                                              |
+#                                                                              |
+#   Author: |Anthony|                                                          |
+#   Version: 0.1                                                               |
+#   dScript Version: 0.9.5-b1518                                               |
+#                                                                              |
+# ---------------------------------------------------------------------------- #
+# 
+# 
+# ABOUT:
+#       Use the ConfigFileGenerator for any scripts that use config files or 
+#     YAML file storage. It will generate any default files for you based on
+#     what you define in the Configurations Script Container.
+# 
+# -------------
+# 
+# USAGE:
+# 
+#   - Build your Configurations Script Container file as needed following the
+#     examples shown here.
+# 
+#   - Run the ConfigFileGeneratorHelper to generate the files defined in the
+#     Configurations Script Container.
+#     - run s@ConfigFileGeneratorHelper def:%readID%|%basePath%
+# 
+# 
+#--- Configurations Script Container:
+#
+#     The Configurations Script Container is the house for your default files.
+#     It will be referenced when building your default files.
+#     You are able to store any data needed inside this file. It can handle
+#     recursive lists too.
+# 
+#   Naming the Container
+#   * This is important!
+# 
+#     This script container should follow the naming convention:
+#       YourScript_Configurations
+#         %readID%_%basePath%
+# 
+#     We will refer to this later as %readID%_%basePath%
+# 
+#--- Example:
+# 
+#     There is an example Configurations Script Container at the end of this
+#   file that you can use to see how the ConfigFileGenerator works.
+#
+#   There is also a command script supplied to make it easy to test. Assign
+#   youself the denizen.cfg permission node to use the command:  /cfg
+#
+#   This will create 3 files inside /plugins/denizen/ConfigFileGeneratorTest
+#
+#   You can also specify the any or all of 3 options for the /cfg command.
+#     /cfg --dryrun --verbose --force 
+# 
+#__________
+#
 ################################################################################
-#                                                                              #
-# Configurations                                                               #
-#                                                                              #
-# These are the default configurations. They will be used to build the user    #
-# level config files on first run. Each parent node defines the file type and  #
-# the child nodes that follow are the configurations for that config file type.#
-#                                                                              #
-#______________________________________________________________________________#
-#                                                                              #
+#
+# Config File Generator Helper
+#
+# This script tells the s@ConfigFileGenerator which files to generate based
+# on the script container you reference.
+#
+# Bare minimum usage:
+#   - run s@ConfigFileGeneratorHelper def:%readID%|%basePath%|%dryrun%|%verbose%|%forcewrite% instantly
+#
-#__________DO_NOT_EDIT_THIS_FILE___EVERYTHING_IS_CONFIGURABLE_IN_GAME__________#
-#                                                                              #
-#______________________________________________________________________________#
-
-'ConfigFileGeneratorTest_Configurations':
-  type: task
-  debug: false
-
-  # Where you save this script file
-  scriptPath: 'scripts/Network/Utilities/ConfigFileGeneratorTest.yml'
-
-
-# ------ Single Value Test Config ------ #
-
-  singleValues:
-    keyA: 1
-    keyB: 0.1
-    keyC: -1
-    keyD: NaN
-    keyE: This is a StRiNg!
-
-
-# ------ Single Lists ------ #
-
-  singleLists:
-    listA:
-      - 1
-      - 0.1
-      - -1
-      - NaN
-      - This is a StRiNg!
-    listB:
-      - 2
-      - 0.2
-      - -2
-      - nAn
-      - This is a sTrInG!
-
-# ------ Recursive Lists ------ #
-
-  recursiveLists:
-    list1:
-      list1A:
-        list1A1:
-          key1A1A: 1
-          list1A1A:
-            - 1
-            - 2
-        list1A2:
-          list1A2A:
-            key1A2A1: 1
-            list1A2A1:
-              - 1
-              - 2
-    list2:
-      list2A:
-        key2A1: 1
-        list2A1:
-          - 1
-          - 2
-
-
-################################################################################
 #
-# Config File Generator Test Helper
+# NOTES:
 #
+#  - I want to update this so you can specify a single file to build from any
+#    config container. Currently it tries to build every file but will not
+#    overwrite existing files by default (you CAN specify the --force option)
 #
-# This script tells the s@ConfigFileGenerator which files to generate based
-# on the configs above.
-# 
-'ConfigFileGeneratorTestHelper':
 
+'ConfigFileGeneratorHelper':
   type: task
-  debug: true
+  debug: false
   script:
-    - ^define readID 'ConfigFileGeneratorTest'
-    - ^define basePath '<def[readID]>_Configurations'
-    - ^define scriptPath '<s@<def[basePath]>.constant[scriptPath] || null>'
+    - ^define readID '<def[readID]||%1%>'
+    - ^define basePath '<def[basePath]||%readID%_%2%>'
+    - ^define scriptPath '<s@<def[basePath]>.relative_filename||null>'
+    - ^define dryrun '<def[dryrun]||<def[3]||false>>'
+    - ^define verbose '<def[verbose]||<def[4]||false>>'
+    - ^define forcewrite '<def[forcewrite]||<def[5]||false>>'
     - ^if <def[scriptPath].is[==].to[null]> {
-      - announce "<&4><&n><def[readID]> <&4>is not a valid readID."
-      - inject s@FinishCommand
+      - announce "<&b>ConfigFileGenerator<&co> <&c><def[readID]> is not a valid readID." to_console
+      - queue stop
+      }
+    - ^if <server.has_file[%scriptPath%]> {
+      - yaml 'load:<def[scriptPath]>' 'id:%readID%'
+      }
+      else {
+      - announce "<&b>ConfigFileGenerator<&co> <&c>%scriptPath% does not exist!" to_console
+      - queue stop
+      }
+    - ^define keylist '<yaml[%readID%].list_keys[%basePath%].exclude[type|debug|scriptPath]>'
+    - ^if <def[keylist].is_empty> {
+      - announce "<&b>ConfigFileGenerator<&co> <&c>The default <def[readID]> config file is emtpy!" to_console
+      - yaml unload 'id:%readID%'
+      - queue stop
       }
-    - ^yaml 'load:<def[scriptPath]>' 'id:<def[readID]>]'
-
-    - ^define keylist '<yaml[<def[readID]>].list_keys[<def[basePath]>].exclude[type|debug|scriptPath]>'
-
     - ^foreach <def[keylist]> {
       - define node <def[value]>
+      - inject s@ConfigFileGeneratorHelper p:buildFile
+      }
+    - ^announce "<&b>ConfigFileGenerator<&co> <&a><def[readID]> has Completed!" to_console
+    - ^announce "<&b>ConfigFileGenerator<&co> <&a><def[readID]> has Completed!" to_flagged:ConfigFileGeneratorNotify
+    - ^yaml unload 'id:%readID%'
 
-      - if !<server.has_file[%readID%/%node%.yml]> || <def[forcewrite]> {
-        - if !<def[dryrun]> {
-          - announce "<&5>Generating default %node%.yml file..." to_console
-          }
-        - announce "<&5>Generating default %node%.yml file..." to_flagged:admin
-        - announce "" to_flagged:admin
-        - define writePath '%node%'
-        - define writeID '%readID%_%node%'
-        - yaml create 'id:%writeID%'
-        - run s@ConfigFileGeneratorTest def:<def[readID]>|<def[writeID]>|<def[basePath]>|<def[writePath]>|<def[dryrun]>|<def[verbose]>|<def[forcewrite]> instantly
-        - if !<def[dryrun]> {
-          - yaml 'savefile:%readID%/%node%.yml' 'id:%writeID%'
-          - announce "<&e>%node%.yml <&6>Save Complete!" to_console
-          - announce "<&e>%node%.yml <&6>Save Complete!" to_flagged:admin
-          - announce "" to_flagged:admin
+  buildFile:
+    - if !<server.has_file[%readID%/%node%.yml]> || <def[forcewrite]> {
+      - announce "<&b>ConfigFileGenerator<&co> <&3>Generating default <def[readID]> %node%.yml file..." to_console
+      - announce "<&b>ConfigFileGenerator<&co> <&3>Generating default <def[readID]> %node%.yml file..." to_flagged:ConfigFileGeneratorNotify
+      - announce "<&b>ConfigFileGenerator<&co> " to_flagged:ConfigFileGeneratorNotify
+      - define writePath '%node%'
+      - define writeID '%readID%_%node%'
+      - yaml create 'id:%writeID%'
+      - run s@ConfigFileGenerator def:<def[readID]>|<def[writeID]>|<def[basePath]>|<def[writePath]>|<def[dryrun]>|<def[verbose]>|<def[forcewrite]> instantly
+      - if !<def[dryrun]> {
+        - yaml 'savefile:%readID%/%node%.yml' 'id:%writeID%'
+        - announce "<&b>ConfigFileGenerator<&co> <&a><def[readID]> %node%.yml Save Complete!" to_console
+        - announce "<&b>ConfigFileGenerator<&co> <&a><def[readID]> %node%.yml Save Complete!" to_flagged:ConfigFileGeneratorNotify
+        - announce "<&b>ConfigFileGenerator<&co> " to_flagged:ConfigFileGeneratorNotify
+        - yaml unload 'id:%writeID%'
-          - yaml unload 'id:%writeID%'
-          }
-          else {
-          - announce "<&6>%node%.yml Dryrun Complete!" to_flagged:admin
-          - announce "" to_flagged:admin
-          - yaml unload 'id:%writeID%'
-          }
         }
         else {
-        - if !<def[dryrun]> {
-          - announce "<&a>%node%.yml already exists!" to_console
-          }
-        - announce "<&a>%node%.yml already exists!" to_flagged:admin
+        - announce "<&b>ConfigFileGenerator<&co> <&a><def[readID]> %node%.yml Dryrun Complete!" to_console
+        - announce "<&b>ConfigFileGenerator<&co> <&a><def[readID]> %node%.yml Dryrun Complete!" to_flagged:ConfigFileGeneratorNotify
+        - announce "<&b>ConfigFileGenerator<&co> " to_flagged:ConfigFileGeneratorNotify
+        - yaml unload 'id:%writeID%'
         }
       }
-    - ^if !<def[dryrun]> {
-      - announce "<&3><def[readID]> has Completed!" to_console
+      else {
+      - announce "<&b>ConfigFileGenerator<&co> <&a><def[readID]> %node%.yml already exists!" to_console
+      - announce "<&b>ConfigFileGenerator<&co> <&a><def[readID]> %node%.yml already exists!" to_flagged:ConfigFileGeneratorNotify
       }
-    - ^announce "<&3><def[readID]> has Completed!" to_flagged:admin
 
 
 ################################################################################
 #
 # Configuration File Generator
 #
 #
 # This script generates default config files based on the definitions passed to
 # it. It should be flexible enough to handle any script.
+# 
+# You shouldn't ever really need to call this script directly. Just use the
+# ConfigFileGeneratorHelper to make your life easier!
 #
 #   - run s@ConfigFileGenerator def:%readID%|%writeID%|%basePath%|%writePath%|%dryrun%|%verbose%|%forcewrite% instantly
 # 
 
-'ConfigFileGeneratorTest':
+'ConfigFileGenerator':
   type: task
-  debug: true
+  debug: false
   definitions: readID|writeID|basePath|writePath|dryrun|verbose|forcewrite
   script:
     - ^define keylist '<yaml[<def[readID]>].list_keys[<def[basePath]>.<def[writePath]>]>'
     - ^if <def[keylist]> != null {
-      - inject s@ConfigFileGeneratorTest p:foreachKeylist instantly
+      - inject s@ConfigFileGenerator p:foreachKeylist instantly
       }
       else {
       - define entry '<yaml[<def[readID]>].read[<def[basePath]>.<def[writePath]>]>'
-      - define entryList '<yaml[<def[readID]>].read[<def[basePath]>.<def[writePath]>].as_list>'
-      - if !<def[dryrun]> {
-        - announce "<&a>Next Path<&co> <&b><def[basePath]>.<def[writePath]>" to_console
-        }
       - if <def[dryrun]> || <def[verbose]> {
-        - announce "<&a>Next Path<&co> <&b><def[basePath]>.<def[writePath]>" to_flagged:admin
+        - announce "<&b>ConfigFileGenerator<&co> <&a>Next Path<&co> <&b><def[basePath]>.<def[writePath]>" to_console
+        - announce "<&b>ConfigFileGenerator<&co> <&a>Next Path<&co> <&b><def[basePath]>.<def[writePath]>" to_flagged:ConfigFileGeneratorNotify
         }
-      - if <def[entryList].as_list.size.is[MORE].than[1]> {
-        - inject s@ConfigFileGeneratorTest p:foreachEntrylist instantly
+      - if <yaml[<def[readID]>].is_list[<def[basePath]>.<def[writePath]>]> {
+        - inject s@ConfigFileGenerator p:foreachEntrylist instantly
         }
         else {
-        - inject s@ConfigFileGeneratorTest p:singleEntry instantly
+        - inject s@ConfigFileGenerator p:singleEntry instantly
         }
       }
 
   foreachKeylist:
     - foreach <def[keylist]> {
       - define key '<def[value]>'
       - define oldWritePath '<def[writePath]>'
       - define writePath '%writePath%.%key%'
-      - run s@ConfigFileGeneratorTest def:<def[readID]>|<def[writeID]>|<def[basePath]>|<def[writePath]>|<def[dryrun]>|<def[verbose]>|<def[forcewrite]> instantly
+      - run s@ConfigFileGenerator def:<def[readID]>|<def[writeID]>|<def[basePath]>|<def[writePath]>|<def[dryrun]>|<def[verbose]>|<def[forcewrite]> instantly
       - define writePath '%oldWritePath%'
       }
 
   foreachEntrylist:
     - yaml 'write:%writePath%' 'id:%writeID%'
-    - foreach <def[entryList]> {
+    - foreach <def[entry]> {
       - if !<def[dryrun]> {
-        - announce "<&9>%writePath%<&co> <&2>%value%" to_console
         - yaml set <def[writePath]>:->:<def[value]> 'id:<def[writeID]>'
         }
       - if <def[dryrun]> || <def[verbose]> {
-        - announce "<&9>%writePath%<&co> <&2>%value%" to_flagged:admin
+        - announce "<&b>ConfigFileGenerator<&co> <&9>%writePath%<&co> <&2>%value%" to_console
+        - announce "<&b>ConfigFileGenerator<&co> <&9>%writePath%<&co> <&2>%value%" to_flagged:ConfigFileGeneratorNotify
         }
       }
     - if <def[dryrun]> || <def[verbose]> {
-      - announce "<&3>*-----*" to_flagged:admin
-      - announce "" to_flagged:admin
+      - announce "<&b>ConfigFileGenerator<&co> <&3>*-----*" to_flagged:ConfigFileGeneratorNotify
+      - announce "<&b>ConfigFileGenerator<&co> " to_flagged:ConfigFileGeneratorNotify
       }
 
   singleEntry:
     - if <def[dryrun].is[==].to[false]> {
-      - announce "<&c>%writePath%<&co> <&e>%entry%" to_console
       - yaml 'write:<def[writePath]>' 'value:<def[entry]>' 'id:<def[writeID]>'
       }
     - if <def[dryrun].is[==].to[true]> || <def[verbose].is[==].to[true]> {
-      - announce "<&c>%writePath%<&co> <&e>%entry%" to_flagged:admin
-      - announce "<&4>*-----*" to_flagged:admin
-      - announce "" to_flagged:admin
+      - announce "<&b>ConfigFileGenerator<&co> <&c>%writePath%<&co> <&e>%entry%" to_console
+      - announce "<&b>ConfigFileGenerator<&co> <&c>%writePath%<&co> <&e>%entry%" to_flagged:ConfigFileGeneratorNotify
+      - announce "<&b>ConfigFileGenerator<&co> <&4>*-----*" to_flagged:ConfigFileGeneratorNotify
+      - announce "<&b>ConfigFileGenerator<&co> " to_flagged:ConfigFileGeneratorNotify
       }
+
+
 
 
 
 ################################################################################
 #
 # Configuration File Generator Command
+#
+#  Use this to build the example config files. You /could/ use it to build files
+# for other scripts, but use at your own risk!
 #
+# I suppose you could add something like this to accept container names...
+#
+#    - if <c.args.find[-b].is[MORE].than[0]> {
+#      - define file <c.args.get[<c.args.find[-b].add[1].as_int>]>
+#      }
+#      else {
+#      - narrate "<&4>You must specify the basePath!"
+#      }
+#    - if <c.args.find[-i].is[MORE].than[0]> {
+#      - define readID <c.args.get[<c.args.find[-i].add[1].as_int>]>
+#      - narrate "%readID%"
+#      }
+#      else {
+#      - narrate "<&4>You must specify the readID!"
+#      }
 #
-'ConfigFileGeneratorTestCommand':
+'ConfigFileGeneratorCommand':
   type: world
   debug: false
   events:
 
-    on cfgtest command:
-    - if !<player.has_permission[denizen.cfgtest]> queue stop
+    on cfg command:
+    - if !<player.has_permission[denizen.cfg]> queue stop
+    - determine passively fulfilled
+    - flag <player> ConfigFileGeneratorNotify:true
     - define dryrun '<tern[<c.args.contains[--dryrun]>]:true || false>'
     - define verbose '<tern[<c.args.contains[--verbose]>]:true || false>'
     - define forcewrite '<tern[<c.args.contains[--force]>]:true || false>'
-    - if <c.args.find[-f].is[MORE].than[0]> {
-      - define file <c.args.get[<c.args.find[-f].add[1].as_int>]>
-      }
-    - if <c.args.find[-i].is[MORE].than[0]> {
-      - define readID <c.args.get[<c.args.find[-i].add[1].as_int>]>
-      - narrate "%readID%"
-      }
-      else {
-      - narrate "<&4>You must specify the readID!"
-      }
-    - narrate "<&b>dryrun<&co> <&a>%dryrun%"
-    - narrate "<&b>verbose<&co> <&a>%verbose%"
-    - narrate "<&b>forcewrite<&co> <&a>%forcewrite%"
-    - inject s@ConfigFileGeneratorTestHelper
-    - inject s@FinishCommand
+    - run s@ConfigFileGeneratorHelper def:ConfigFileGeneratorTest|Configurations|%dryrun%|%verbose%|%forcewrite% instantly
+    - flag <player> ConfigFileGeneratorNotify:!
+
+
+
+
+################################################################################
+#                                                                              #
+# Example Configurations Script Container                                      #
+#                                                                              #
+# This is how a Configurations Script Container should be structured.          #
+#                                                                              #
+# Each parent node under the script container defines a file name to generate. #
+# The child nodes that follow are the entries for that individual file.        #
+#                                                                              #
+# In this example, 3 files are generated in denizen/ConfigFileGeneratorTest/   #
+#                                                                              #
+# Although the examples are a bit robotic, they clearly illustrate a range of  #
+# usage scenarios.                                                             #
+#______________________________________________________________________________#
+#                                                                              #
+#______________________________DO_NOT_EDIT_THIS_FILE___________________________#
+#                                                                              #
+#______________________________________________________________________________#
+
+'ConfigFileGeneratorTest_Configurations':
+  type: task
+  debug: false
+
+
+# ------ Single Value file container ------ #
+
+  singleValues:
+    keyA: 1
+    keyB: 0.1
+    keyC: -1
+    keyD: NaN
+    keyE: This is a StRiNg!
+
+
+# ------ Single Lists file container ------ #
+
+  singleLists:
+    listA:
+      - 1
+      - 0.1
+      - -1
+      - NaN
+      - This is a StRiNg!
+    listB:
+      - 2
+      - 0.2
+      - -2
+      - nAn
+      - This is a sTrInG!
+
+# ------ Recursive Lists file container ------ #
+
+  recursiveLists:
+    list1:
+      list1A:
+        list1A1:
+          key1A1A: 1
+          list1A1A:
+            - 1
+            - 2
+        list1A2:
+          list1A2A:
+            key1A2A1: 1
+            list1A2A1:
+              - 1
+              - 2
+      list1B:
+        - 1
+        - 2
+    list2:
+      list2A:
+        key2A1: 1
+        list2A1:
+          - 1
+          - 2
+      list2B:
+        key2B1: 1
+        list2B1:
+          - 1
+          - 2
+      list2C:
+        key2C1: 1
+        list2C1:
+          - 1
+          - 2
+
+
+################################################################################
 
 
-"FinishCommand":
-# Called after every command completes.
-    type: task
-    script:
-      - determine fulfilled
-      - queue clear