Advertisement
Guest User

Level_rewards_example_cooking

a guest
Sep 19th, 2022
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  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. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement