Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. "List of rewards the player receives based on level": {
  2. "10": {
  3. "List of commands and chat messages that the player receives when reaching the specified level [Left = command. Right = Private message to player]. {id} = steam ID. {name} == name.": {
  4. "o.grant user {id} cooking.recipemenu.chat": null,
  5. "o.grant user {id} cooking.gather": null,
  6. "o.grant user {id} cooking.use": "You made it to level 10 and can now cook meals by typing <color=#ffae00>/recipemenu</color>!"
  7. },
  8. "List of commands that are fired off when the player data is reset": [
  9. "o.revoke user {id} cooking.recipemenu.chat",
  10. "o.revoke user {id} cooking.gather",
  11. "o.revoke user {id} cooking.use"
  12. ]
  13. }
  14. },