Hey, this seems like a pretty easy plugin to make. You'd have to have a few event registers for the different crafting recipes, a command, and a...
bump
I am trying to change the skin of players for a minigame I have. However, the code does not return any errors, but It also doesn't function....
I have all the jar files needed for the dependencies. Are you saying I should compile them all into a single executable, and then run Bukkit from...
For the multiple mob types, you could check the CreatureSpawnEvent, and given a certain percentage (say you want the spawner to be 50% sheep 50%...
You could use a hashmap with player uuids and booleans, whenever someone types the command they turn the boolean to true. From there, you check a...
I am developing a plugin for my personal use in which I need to use the google docs API. While my IDE doesn't detect any errors with the setup,...
These two lines are returning null. That means you need to fix teamscore.get and teamcolors.get to work how you want them to.
Me and my friend wanted to make a minigames server. At first, it started off as a bukkit server with a bit of plugins and most of the game...
You shouldn't be saving the player as a key, but rather their UUID (as a string) in my opinion, as you don't need anything more.
He already is. Sure.
Is the issue that the player is not teleported to the right location? If so, maybe you should debug and print the x,y,z, yaw,pitch,world values...
Do you get any errors, or is the join message simply not changing from the default format?
Have you tried debugging? You should probably print out things like where the location is the result p.hasPlayedBefore(). Also, unless you...
Can you post a gif of you running the command? (If you need need a program, I'd suggest LICEcap https://www.cockos.com/licecap/)
Separate names with a comma.