Thank you so much. That worked!
No, I am not getting any error. Just nothing. How would I register that specific event?
package us.lupusbukkit.testplugin; import org.bukkit.Material; import org.bukkit.entity.Item; import org.bukkit.entity.Player; import...
Try using RandomLocation and MyCommand. RandomLocation allows you to create zones with a certain radius. When a player teleports to a zone, it...
I am scared about security on my server, so I hope I can get something like that. thanks
Can you be more specific? What kind of things do you want to protect?
I would like a plugin where when a new player joins, he has 12 hours of PvP disabled. This gives the player time to gather materials. He can end...
package us.lupusbikkit.Freeze; import java.util.ArrayList; import org.bukkit.ChatColor; import org.bukkit.command.Command; import...
Yes, and all other permissions
Hi. I would like to request a plugin that would display, to people with a certain permission, commands that just got executed, and what world...
thanks!
Thanks, but also, I am getting a red line under (cmd.getName()) on both commands. No useable results. Help?
public boolean onCommand1(CommandSender sender, Command cmd, String label, String[] args) { if(cmd.getName().equalsIgnoreCase("unfreeze")) {...
Also: How would I use this to make a command to unfreeze a player
Got it. Thanks!
Separate names with a comma.