Paste #6401: Untitled Paste

Date: 2014/07/05 18:39:34 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14


'testNow':
  type: world
  events:  
    on test command:
    - run testcommand
    - determine  fulfilled
'testcommand':
    type: task
    script:
    - narrate "ran"
    - yaml load:root/home/minecraft/servers/World/plugins/Skript/myfile.yml id:myfile
    - yaml write:test value:myvalue id:myfile 
    - yaml savefile:root/home/minecraft/servers/World/plugins/Skript/myfile.yml id:myfile
    - yaml unload id:myfile