Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2023
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. datasave:
  2. type: player_command
  3. conditions:
  4. - "%command% startsWith /friend accept"
  5. - "%player_world% == Lobby"
  6. actions:
  7. default
  8. - "cancel_event: true"
  9. - "message: You are accept the friend request of %arg_2%
  10. - "data_save: %player%;friend.yml;%arg_2%;accepted" # PLAYER;ARCHIVE;DATA;LINE
  11.  
  12. # EXAMPLE OF DATA SAVE -----------------------------------------------------------------
  13.  
  14. Saves:
  15. player:
  16. accepted:
  17. - example # Data saved
  18. unacepted:
  19. - example2
  20. multiplelines:
  21. - example4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement