Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.25 KB | None | 0 0
  1. # Paths file - This file will contain all paths that a player is allowed to take. Previously known as 'AdvancedConfig.yml'.
  2. # This file contains (by default) a Test group that shows the basic syntax of this file.
  3. # For more information, go to https://github.com/Armarr/Autorank-2/wiki/How-to-configure-the-Paths.yml-file%3F.
  4. Citizen:
  5.     prerequisites:
  6.         in group:
  7.             value: Member
  8.     requirements:
  9.         time:
  10.             value: 5m
  11.     results:
  12.         command:
  13.             value: manuadd &p Citizen
  14. Apprentice:
  15.     prerequisites:
  16.         in group:
  17.             value: Citizen
  18.     requirements:
  19.         time:
  20.             value: 1h
  21.     results:
  22.         command:
  23.             value: manuadd &p Apprentice
  24.         command1:
  25.             value: give &p log 15
  26.         command2:
  27.             value: give &p furnace 1
  28.         command3:
  29.             value: give &p cookie 10
  30. Knight:
  31.     prerequisites:
  32.         in group:
  33.             value: Apprentice
  34.     requirements:
  35.         time:
  36.             value: 5h
  37.     results:
  38.         command:
  39.             value: manuadd &p Knight
  40.         command1:
  41.             value: give &p 267 1
  42.             value: give &p log 25
  43. Champion:
  44.     prerequisites:
  45.         in group:
  46.             value: Knight
  47.     requirements:
  48.         time:
  49.             value: 1d
  50.     results:
  51.         command:
  52.             value: manuadd &p Champion
  53.         command1:
  54.             value: give &p 306
  55.         command2:
  56.             value: give &p 307
  57.         command3:
  58.             value: give &p 308
  59.         command4:
  60.             value: give &p 309
  61. Earl:
  62.     prerequisites:
  63.         in group:
  64.             value: Champion
  65.     requirements:
  66.         time:
  67.             value: 5d
  68.     results:
  69.         command:
  70.             value: manuadd &p Earl
  71.         command1:
  72.             value: give &p diamond 5
  73.         command2:
  74.             value: give &p emerald 2
  75. Lord:
  76.     prerequisites:
  77.         in group:
  78.             value: Earl
  79.     requirements:
  80.         time:
  81.             value: 10d
  82.     results:
  83.         command:
  84.             value: manuadd &p Lord
  85.         command1:
  86.             value: pay &p 10000
  87. King:
  88.     prerequisites:
  89.         in group:
  90.             value: Lord
  91.     requirements:
  92.         time:
  93.             value: 15d
  94.     results:
  95.         command:
  96.             value: manuadd &p King
  97.         command1:
  98.             value: give &p 276
  99.         command2:
  100.             value: give &p 278
  101.         command3:
  102.             value: pay &p 15000
  103. Titan:
  104.     prerequisites:
  105.         in group:
  106.             value: King
  107.     requirements:
  108.         time:
  109.             value: 25d
  110.     results:
  111.         command:
  112.             value: manuadd &p Titan
  113.         command1:
  114.             value: give &p diamond 20
  115.         command2:
  116.             value: give &p emerald 15
  117.         command3:
  118.             value: give &p 310
  119.         command4:
  120.             value: give &p 311
  121.         command5:
  122.             value: give &p 312
  123.         command6:
  124.             value: give &p 313
  125.         command7:
  126.             value: pay &p 25000
  127. Emperor:
  128.     prerequisites:
  129.         in group:
  130.             value: Titan
  131.     requirements:
  132.         time:
  133.             value: 30d
  134.     results:
  135.         command:
  136.             value: manuadd &p Emperor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement