Minecraft – Custom Player Heads not working on Bukkit server

minecraft-bukkitminecraft-java-editionminecraft-spigot

I am running a Bukkit (Spigot actually) MC server and I want to get custom player heads, as per here. This is all over the web, but I cannot get it working in my Server!

When I run the command that is needed /give playername 397:3 1 player:playername or /give playername 397 3 1 {SkullOwner:"playername"} it just returns

Too many arguments.
/give [-do] [-d] <target> <item[:data]> [amount]

What is the issue? If this would fit better on Stack Overflow or Server Fault, please migrate this.

Best Answer

The problem might be Commandbook. Try disabling it and try again.