Advertisement
tp3rson

Untitled

Apr 11th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.30 KB | None | 0 0
  1. AfkEnable: true
  2. AfkTime: 300
  3. TopTenMin: 5
  4. TopTenMax: 30
  5. ResetOnDeath: true
  6. host: ipaddress or name
  7. databasename: nameofdb
  8. username: username
  9. password: yourpassword
  10. tables:
  11.   Playtime:
  12.     Name: playtimeV2
  13.     collums:
  14.       Username: username
  15.       Playtime: playtime
  16.       PlaytimeDeath: playtimedeath
  17.       LastDeath: lastdeath
  18. ErrorTopTen: '&cYou don''t use command correctly'
  19. ErrorTopTenRange: '&cUse number between 5 and 30'
  20. NoPerm: '&cYou don''allowed to do this.'
  21. NoPermOther: '&cYou don''allowed see other player time.'
  22. SeePersonnalTime: '&2%player%,&dYou ave play &2%time%.'
  23. SeeOtherPlayer: '&2%player% &dave played &2%time%.'
  24. SeePersonnalTimeDeath: '&2%player%&d,you''ve played &2%time% &dsince your last death
  25.   on &2%lastdeath%.'
  26. SeeOtherPlayerDeath: '&2%player% &dhas played &2%time% &dsince his last death on &2%lastdeath%.'
  27. NeverDeath: '&2Your last death is unknown'
  28. NeverDeathOver: '&2The last death of this player is unknown!!'
  29. TopTen: '&dTop %value% result:'
  30. TopTenMsg: '&2%player% &dave played &2%time%.'
  31. PlayerNotExist: '&cThis player doesn''t exist.'
  32. ResetOnDeathMsg: '&dYour play time as been reset.'
  33. LessOneMn: less than one minute
  34. IsAfkTrue: '&cYou are now AFK,your time of game not any more counted.'
  35. IsAfkFalse: '&2You don''t are afk, your time of game is counted.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement