Advertisement
FatalBlade

Working Paths.yml

Jul 24th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.54 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. peasant:
  5.   prerequisites:
  6.     in group:
  7.       value: peasant
  8.   requirements:
  9.     in group:
  10.       value: neophyte
  11.   results:
  12.     command: say &p just got a promotion; broadcast &p has just been promoted to Member!
  13.     message: Congratulations, you can build shit.
  14.   options:
  15.     auto choose: true
  16.     priority: 201
  17. neophyte:
  18.   prerequisites:
  19.     in group:
  20.       value: neophyte
  21.   requirements:
  22.     time:
  23.       value: 3h
  24.     exp:
  25.       value: 5
  26.     gamemode:
  27.       value: 0
  28.     mobs killed:
  29.       value: 100
  30.     mobs killed2:
  31.       value: 2;creeper
  32.   results:
  33.     command: say &p has just been promoted to Apprentice!
  34.     command2: give &p 1 100; eco give &p 500
  35.     command3: tell &p You have just earned 100 stone and ¥500!
  36.     command4: lp user &p promote ranks
  37.     message: Congratulations, you are now an Apprentice.
  38.   options:
  39.     auto choose: true
  40.     priority: 202
  41. apprentice:
  42.   prerequisites:
  43.     in group:
  44.       value: apprentice
  45.   requirements:
  46.     time:
  47.       value: 12h
  48.     exp:
  49.       value: 10
  50.     gamemode:
  51.       value: 0
  52.     mobs killed:
  53.       value: 150
  54.   results:
  55.     command: say &p has just been promoted to Novice!
  56.     command2: lp user &p promote ranks
  57.     message: Congratulations, you are now a Novice.
  58.   options:
  59.     auto choose: true
  60.     priority: 203
  61. novice:
  62.   prerequisites:
  63.     in group:
  64.       value: novice
  65.   requirements:
  66.     time:
  67.       value: 1d
  68.     exp:
  69.       value: 15
  70.     blocks moved:
  71.       value: 50000;5
  72.     gamemode:
  73.       value: 0
  74.     mobs killed:
  75.       value: 300
  76.   results:
  77.     command: say &p has just been promoted to Journeyman!
  78.     command2: lp user &p promote ranks
  79.     message: Congratulations, you are now a Journeyman.
  80.   options:
  81.     auto choose: true
  82.     priority: 204
  83. journeyman:
  84.   prerequisites:
  85.     in group:
  86.       value: journeyman
  87.   requirements:
  88.     time:
  89.       value: 1d 12h
  90.     exp:
  91.       value: 20
  92.     items crafted:
  93.       value: 500
  94.     gamemode:
  95.       value: 0
  96.     mobs killed:
  97.       value: 1000
  98.   results:
  99.     command: say &p has just been promoted to Craftsman!
  100.     command2: lp user &p promote ranks
  101.     message: Congratulations, you are now a Craftsman.
  102.   options:
  103.     auto choose: true
  104.     priority: 205
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement