I type command block /give @s oak_boat and I set to need Redstone and I use pressure plate but is doesn't work
Attachments
Comments 2

[media][media]
The command you are using is trying to give a boat to the command block. @s is at itself. The command block can't receive the boat.
Try one of the following commands (depending on the purpose):
Give the nearest player a boat (or change boat for oak_boat)
/give @p boat
/execute @p ~ ~ ~ give @s boat
Summon a boat above the command block
/summon boat ~ ~1 ~