If you right click Blaze Powder you get added to the fireEnabled ArrayList, then you are able to catch people on fire using a bow and arrow, but it does nothing when I right click the Blaze Powder, can anyone help?
There are no errors, and I have checked the Plugin.yml
Code not working in-game.
There are no errors, and I have checked the Plugin.yml
Code (text):
package me.Michael.alloutarrows;
import java.util.ArrayList;
import org.bukkit.ChatColor;
import org.bukkit.Material;
import org.bukkit.entity.Arrow;
import org.bukkit.entity.Player;
import...
import java.util.ArrayList;
import org.bukkit.ChatColor;
import org.bukkit.Material;
import org.bukkit.entity.Arrow;
import org.bukkit.entity.Player;
import...