Guest User

Untitled

a guest
Dec 6th, 2018
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 6.92 KB | None | 0 0
  1. general:
  2.   debug: false
  3.   plugin-stats-opt-out: false
  4. ach:
  5.   database:
  6.     type: mysql
  7.     host: localhost
  8.     username: bukkit
  9.     password: vertonia
  10.     database: vert2
  11.   msg:
  12.     person: '&9Achievement Unlocked: &a<ACH>'
  13.     broadcast: '&9<PLAYER> Unlocked: &a<ACH>'
  14.     ach: Visit the Vertonia Website to view information on achievements.
  15.     send: BROADCAST
  16. achievements:
  17.   destroy01:
  18.     name: Baby Tantrum
  19.     descrip: Destroy 1000 blocks
  20.     triggers:
  21.    - stat|stats:totalblockdestroy:1000
  22.     rewards:
  23.    - comm|points give <PLAYER> 100
  24.   destroy02:
  25.     name: Baby Godzilla
  26.     descrip: Destroy 5000 blocks
  27.     triggers:
  28.    - stat|stats:totalblockdestroy:5000
  29.     rewards:
  30.    - comm|points give <PLAYER> 200
  31.   destroy03:
  32.     name: TEH D3STR0Y3R
  33.     descrip: Destroy 10000 blocks
  34.     triggers:
  35.    - stat|stats:totalblockdestroy:10000
  36.     rewards:
  37.    - comm|points give <PLAYER> 300
  38.   create01:
  39.     name: Labour Worker
  40.     descrip: Place 1000 blocks
  41.     triggers:
  42.    - stat|stats:totalblockcreate:1000
  43.     rewards:
  44.    - comm|points give <PLAYER> 100
  45.   create02:
  46.     name: I like building...
  47.     descrip: Place 5000 blocks
  48.     triggers:
  49.    - stat|stats:totalblockcreate:5000
  50.     rewards:
  51.    - comm|points give <PLAYER> 200
  52.   create03:
  53.     name: Lego Master
  54.     descrip: Place 10000 blocks
  55.     triggers:
  56.    - stat|stats:totalblockcreate:10000
  57.     rewards:
  58.    - comm|points give <PLAYER> 300
  59.   walk01:
  60.     name: Short Walker
  61.     descrip: Walk 5000 metres
  62.     triggers:
  63.    - stat|stats:move:5000
  64.     rewards:
  65.    - comm|points give <PLAYER> 100
  66.   walk02:
  67.     name: Marathon Runner
  68.     descrip: Walk 10000 metres
  69.     triggers:
  70.    - stat|stats:move:10000
  71.     rewards:
  72.    - comm|points give <PLAYER> 200
  73.   walk03:
  74.     name: Running for president
  75.     descrip: Walk 20000 metres
  76.     triggers:
  77.    - stat|stats:move:20000
  78.     rewards:
  79.    - comm|points give <PLAYER> 300
  80.   mobkill01:
  81.     name: Creepy
  82.     descrip: Kill 7 creepers
  83.     triggers:
  84.    - stat|kills:creeper:7
  85.     rewards:
  86.    - comm|points give <PLAYER> 100
  87.   mobkill02:
  88.     name: Bone and Arrows
  89.     descrip: Kill 15 zombies
  90.     triggers:
  91.    - stat|kills:skeleton:15
  92.     rewards:
  93.    - comm|points give <PLAYER> 100
  94.   mobkill03:
  95.     name: ArachnoDEATH
  96.     descrip: Kill 15 spiders
  97.     triggers:
  98.    - stat|kills:spider:15
  99.     rewards:
  100.    - comm|points give <PLAYER> 100
  101.   mobkill04:
  102.     name: Undeath
  103.     descrip: Kill 15 zombies
  104.     triggers:
  105.    - stat|kills:zombie:15
  106.     rewards:
  107.    - comm|points give <PLAYER> 100
  108.   mobkill05:
  109.     name: Venomous
  110.     descrip: Kill 15 cave spiders
  111.     triggers:
  112.    - stat|kills:cavespider:15
  113.     rewards:
  114.    - comm|points give <PLAYER> 100
  115.   mobkill06:
  116.     name: Gooey
  117.     descrip: Kill 5 slime
  118.     triggers:
  119.    - stat|kills:slime:5
  120.     rewards:
  121.    - comm|points give <PLAYER> 100
  122.   mobkill07:
  123.     name: Ghastly
  124.     descrip: Kill 3 ghasts
  125.     triggers:
  126.    - stat|kills:ghast:3
  127.     rewards:
  128.    - comm|points give <PLAYER> 100
  129.   mobkill08:
  130.     name: Group hug... of death
  131.     descrip: Kill 15 pig zombies
  132.     triggers:
  133.    - stat|kills:pigzombie:15
  134.     rewards:
  135.    - comm|points give <PLAYER> 100
  136.   mobkill09:
  137.     name: Slendermen
  138.     descrip: Kill 10 endermen
  139.     triggers:
  140.    - stat|kills:enderman:10
  141.     rewards:
  142.    - comm|points give <PLAYER> 100
  143.   mobkill10:
  144.     name: Feel the Burn
  145.     descrip: Kill 5 blaze
  146.     triggers:
  147.    - stat|kills:blaze:5
  148.     rewards:
  149.    - comm|points give <PLAYER> 100
  150.   mobkill11:
  151.     name: End the Dragon
  152.     descrip: Kill an Ender Dragon
  153.     triggers:
  154.    - stat|kills:enderdragon:1
  155.     rewards:
  156.    - comm|points give <PLAYER> 200
  157.   fish01:
  158.     name: Found Nemo
  159.     descrip: Catch a fish
  160.     triggers:
  161.    - stat|stats:fishcaught:1
  162.     rewards:
  163.    - comm|points give <PLAYER> 100
  164.   fish02:
  165.     name: Back to school
  166.     descrip: Catch 25 fish
  167.     triggers:
  168.    - stat|stats:fishcaught:25
  169.     rewards:
  170.    - comm|points give <PLAYER> 200
  171.   fish03:
  172.     name: John the Fisherman
  173.     descrip: Catch 100 fish
  174.     triggers:
  175.    - stat|stats:fishcaught:100
  176.     rewards:
  177.    - comm|points give <PLAYER> 300
  178.   die01:
  179.     name: Outlived the cat
  180.     descrip: Die 10 times
  181.     triggers:
  182.    - stat|deaths:total:10
  183.     rewards:
  184.    - comm|points give <PLAYER> 100
  185.   kills01:
  186.     name: Death Machine
  187.     descrip: Kill 50 mobs
  188.     triggers:
  189.    - stat|kills:total:50
  190.     rewards:
  191.    - comm|points give <PLAYER> 100
  192.   kills02:
  193.     name: Megadeath
  194.     descrip: Kill 200 mobs
  195.     triggers:
  196.    - stat|kills:total:200
  197.     rewards:
  198.    - comm|points give <PLAYER> 200
  199.   kills03:
  200.     name: Hitlercraft
  201.     descrip: Kill 1000 mobs
  202.     triggers:
  203.    - stat|kills:total:1000
  204.     rewards:
  205.    - comm|points give <PLAYER> 300
  206.   kills04:
  207.     name: Dalek King... EXTERMINATE
  208.     descrip: Kill 10000 mobs
  209.     triggers:
  210.    - stat|kills:total:1000
  211.     rewards:
  212.    - comm|points give <PLAYER> 600
  213.   login01:
  214.     name: Comeback Special
  215.     descrip: Login 10 times
  216.     triggers:
  217.    - stat|stats:login:10
  218.     rewards:
  219.    - comm|points give <PLAYER> 100
  220.   time01:
  221.     name: Screw RL
  222.     descrip: Play on Vertonia for 50 hours
  223.     triggers:
  224.    - stat|stats:playedfor:180000
  225.     rewards:
  226.    - comm|points give <PLAYER> 300
  227.   heal01:
  228.     name: Minecraft MD
  229.     descrip: Recover 2000 health
  230.     triggers:
  231.    - stat|stats:damagehealed:2000
  232.     rewards:
  233.    - comm|points give <PLAYER> 100
  234.   armswing01:
  235.     name: Homerun
  236.     descrip: Swing your arm 2500 times
  237.     triggers:
  238.    - stat|stats:armswing:2500
  239.     rewards:
  240.    - comm|points give <PLAYER> 100
  241.   arrows01:
  242.     name: Robin Hood
  243.     descrip: Fire 300 arrows
  244.     triggers:
  245.    - stat|bow:shots:300
  246.     rewards:
  247.    - comm|points give <PLAYER> 100
  248.   exp01:
  249.     name: Not a n00b anymore
  250.     descrip: Reach level 10
  251.     triggers:
  252.    - stat|exp:currentlvl:10
  253.     rewards:
  254.    - comm|points give <PLAYER> 100
  255.   exp02:
  256.     name: Legend of the Mine
  257.     descrip: Reach level 20
  258.     triggers:
  259.    - stat|exp:currentlvl:20
  260.     rewards:
  261.    - comm|points give <PLAYER> 200
  262.   exp03:
  263.     name: Whoa... no cap
  264.     descrip: Reach level 30
  265.     triggers:
  266.    - stat|exp:currentlvl:30
  267.     rewards:
  268.    - comm|points give <PLAYER> 300
  269.   exp04:
  270.     name: Life experience
  271.     descrip: Acquire a total of 100000 xp over your time in Vertonia
  272.     triggers:
  273.    - stat|exp:lifetimexp:100000
  274.     rewards:
  275.    - comm|points give <PLAYER> 500
  276.   damage01:
  277.     name: Bullet Sponge
  278.     descrip: Take a total of 5000 damage
  279.     triggers:
  280.    - stat|damagetaken:total:5000
  281.     rewards:
  282.    - comm|points give <PLAYER> 100
  283.   damage02:
  284.     name: The Pwnerer
  285.     descrip: Deal a total of 5000 damage
  286.     triggers:
  287.    - stat|damagedealt:total:5000
  288.     rewards:
  289.    - comm|points give <PLAYER> 100
  290.   chat01:
  291.     name: Hello World
  292.     descrip: Chat to the world
  293.     triggers:
  294.    - stat|stats:chat:1
  295.     rewards:
  296.    - comm|points give <PLAYER> 100
Add Comment
Please, Sign In to add comment