Forseth11 So like: if(args.length == 1){ player.chat(args[0] + " " + args[1] + " ") }else if(args.length == 2){ player.chat(args[1] + " " + args[2]) }
Forseth11 I know that, but I want it like /sayme <Player> <Message> So the sender can decide on what he wants the player to say
Okay so I'm making this Troll plugin and I want a command like /sayme <Player> <Message> How would I make it so the Message will make the Target...
if (cmd.getName().equalsIgnoreCase("freeze")) { if (se.hasPermission(new Permissions().freeze)) { if (se instanceof...
LucasEmanuel hawkfalcon No, no, no I changed it on the plugin tutorial site. Go look
Okay, so I was on the Plugin Tutorial site, and I made an edit to something... public void onExplosionPrime(ExplosionPrimeEvent e){...
So here is my code: (Longest for me) package me.taismoove.lists; import java.util.ArrayList; import java.util.List; import...
package me.taismoove.lists; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import me.taismoove.main.Main;...
dillyg10 Thanks dillyg10 BTW how do you get that AWESOME Sig? EDIT by Moderator: merged posts, please use the edit button instead of double posting.
Okay, do I'm making a plugin for my server and I came across a problem... I need to know how to translate ID into a string: e.g: /ime stone...
package me.taismoove.lists; import java.util.ArrayList; import java.util.List; import java.util.logging.Logger; import me.taismoove.main.Main;...
Okay, so here is my main class: package me.taismoove.troll; import java.util.ArrayList; import java.util.List; import java.util.logging.Logger;...
ProtoTempus Thank you!
package com.ismoovestudios.l; import org.bukkit.ChatColor; import org.bukkit.World; import org.bukkit.command.Command; import...
Separate names with a comma.