Search results

  1. P

    how to use spawnentity and spaun the entity with custom name

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2. P

    Question Making commands class file results in nullpointerexception when starting up causing plugin to be disabled

    i got this code package me.pikachu.random2.commands; import me.pikachu.random2.Main; import org.bukkit.Location; import org.bukkit.Material; import org.bukkit.World; import org.bukkit.command.Command; import org.bukkit.command.CommandExecutor; import org.bukkit.command.CommandSender; import...