Sooo. I'm learning how to code :P Soon enough, I may take requests on custom plugins. Right now I only have 1 made. This one is called 'FireworkOnJoin' It's pretty self-explanatory. When you join, a firework shoots up in the air. You can download it right -->HERE<-- I'm working on one called 'SpawnToHub' It makes it so /spawn is /hub. Download will be up soon :) Thanks, Pro.
For the "SpawnToHub": public void onEnable() {} public void onCommand(//Insert all that crap here) { //Insert player validation here player.teleport(Bukkit.getServer().getWorld("worldname").getSpawnLocation()); }
How do you code. O_o Its sooo hard for me XD anyway good job and do you think you could code for a bungee server? Anyway keep up the good work!
Wow, nice! :D I want to learn coding sooner or later, it seems pretty interesting. Nice job on the plugins!