Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- datasave:
- type: player_command
- conditions:
- - "%command% startsWith /friend accept"
- - "%player_world% == Lobby"
- actions:
- default
- - "cancel_event: true"
- - "message: You are accept the friend request of %arg_2%
- - "data_save: %player%;friend.yml;%arg_2%;accepted" # PLAYER;ARCHIVE;DATA;LINE
- # EXAMPLE OF DATA SAVE -----------------------------------------------------------------
- Saves:
- player:
- accepted:
- - example # Data saved
- unacepted:
- - example2
- multiplelines:
- - example4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement