I know you want to make bukkit plugins, and henderry was mean, but you should probably learn Java. You could try thenewboston or appljuze...
Ok thanks!
Would this work for only the text after the &0 though? not before...
Well, the title explains what I'm going for. I'm making a plugin for my friends server, and I'm not sure how to do this... I have this (Scroll...
IK that I did that... It doesn't work... I'm not sure what to get the world as? If I do getConfig().get("spawn.world"); and cast it it will...
Thanks! But how would you do this with the world? getConfig().setWorld(...); @87pen Edit: I ended up doing this:...
It sort of worked... I'm making a spawn plugin... Setting the spawn worked, but I get an error when I try to go to the spawn. I can show the error...
Hi, I have this code: if(commandLabel.equalsIgnoreCase("SetSpawn")) { if(p.hasPermission("spawnplugin.setspawn") || p.isOp())...
This will probably make me look like an idiot, but where should I add it? I understand it for the most part, but not sure where to put it. Also...
I usually know the basics of debugging, but when I looked, it was spammed with item entity... thx! I would love to say this worked, but it...
thx... At the bottom the Item entity 1069 usually says random numbers and usually spams that... but I did something so it does it like once......
package com.Zach.LauncherWand; import java.util.Random; import org.bukkit.ChatColor; import org.bukkit.Effect; import org.bukkit.Location;...
@mine-care Then should I do this under commands? commands: firearrow: help: helps the user //other or do i need to just do...
@mine-care ok... but it still doesn't work... It still says unknown command when I enter any commands. New code: package com.Zach.FireArrows;...
Separate names with a comma.