Skip to content

Instantly share code, notes, and snippets.

@tehbeard
Created October 11, 2011 21:21
Show Gist options
  • Save tehbeard/1279486 to your computer and use it in GitHub Desktop.
Save tehbeard/1279486 to your computer and use it in GitHub Desktop.
ach:
database:
username: "beardstat"
host: "localhost"
type: mysql
password: "******"
database: "stats"
msg:
person: "Achievement Unlocked: <ACH>"
broadcast: "<PLAYER> Unlocked: <ACH>"
send:
person: true
broadcast: true
achievements:
test:
name: "Cuboid unlocked"
descrip: "With great power, comes great responsibility"
triggers:
- "cuboid|world:0:0:0:128:128:128"
rewards:
- "promote|veteran"
vetUpgrade:
name: "Veteran Upgrade"
descrip: "With great power, comes great responsibility"
triggers:
- "stat|stats:playedfor:54000"
rewards:
- "promote|veteran"
clownpunch:
name: "ClownPuncher"
descrip: "punch the air, alot"
triggers:
- "stat|stats:armswing:1000"
builder:
name: "builder"
descrip: "Award for placing a ton of blocks! 100,000 and counting."
triggers:
- "stat|stats:totalblockcreate:100000"
tempus:
name: "Tempus Fugit"
descrip: "You've played for 6 hours total."
triggers:
- "stat|stats:playedfor:21600"
Dedicated:
name: "Dedicated"
descrip: "Awarding for sticking around, logging in here over 1000 times."
triggers:
- "stat|stats:login:1000"
DirtDigger:
name: "Dirt Digger"
descrip: "Awarded for Digging 1000 Dirt"
triggers:
- "stat|blockdestroy:dirt:1000"
RockMover:
name: "Rock Mover"
descrip: "Awarded for Digging 1000 stone"
triggers:
- "stat|blockdestroy:stone:1000"
FirstDiamond:
name: "Diamond in the Rough"
descrip: "Found a shiny diamond"
triggers:
- "stat|blockdestroy:diamondore:1"
MarriageMaterial:
name: "Marriage Material"
descrip: "Found 20 diamonds"
triggers:
- "stat|blockdestroy:diamondore:1"
Goldmember:
name: "Goldmember"
descrip: "Awarded for mining 100 gold ore!"
triggers:
- "stat|blockdestroy:goldore:100"
Welcome:
name: "Welcome to Escapia"
descrip: "You've been in game for an hour."
triggers:
- "stat|stats:playedfor:3600"
DaysWork:
name: "All In A Day's Work"
descrip: "You've played for a day!"
triggers:
- "stat|stats:playedfor:86400"
TwoPlus:
name: "TwoPlus"
descrip: "You've played for 2 days, keep it up!."
triggers:
- "stat|stats:playedfor:172800"
DaysGoneBy:
name: "Days Gone By"
descrip: "You've played for 3 days."
triggers:
- "stat|stats:playedfor:259200"
paradise:
name: "Seven Days in Paradise"
descrip: "You've played for a week!"
triggers:
- "stat|stats:playedfor:604800"
Week2:
name: "Another Week Bites the Dust"
descrip: "You've played for 2 weeks!"
triggers:
- "stat|stats:playedfor:1209600"
Monthcraft:
name: "Monthcraft"
descrip: "30 days, all yours..."
triggers:
- "stat|stats:playedfor:2592000"
Month3:
name: "You've Been Here HOW Long!?"
descrip: "Three months!? You're kidding, right?"
triggers:
- "stat|stats:playedfor:7776000"
month6:
name: "365/2 Days"
descrip: "Six months. It's... it's not possible..."
triggers:
- "stat|stats:playedfor:15552000"
year:
name: "IMPOSSIBRU!!"
descrip: "You've been playing for a YEAR!?!?"
triggers:
- "stat|stats:playedfor:31104000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment