Bukkit Plugin - Printable Version +- Forums - Open Redstone Engineers (https://forum.openredstone.org) +-- Forum: Off-Topic (https://forum.openredstone.org/forum-4.html) +--- Forum: Programming (https://forum.openredstone.org/forum-8.html) +--- Thread: Bukkit Plugin (/thread-5770.html) |
Bukkit Plugin - Chibill - 02-11-2015 Okay. So now my focus is on the fun commands. I will update my progress on this here. Also if the staff needs any other small things added I can do that to of they want. (Like make the /Derp command in java for example.) RE: Bukkit Plugin - Nickster258 - 02-11-2015 Spigot* RE: Bukkit Plugin - Chibill - 02-11-2015 Still would work on craftbukkit builds created by spigot. RE: Bukkit Plugin - Nickster258 - 02-11-2015 Yep RE: Bukkit Plugin - Chibill - 02-11-2015 So should I implement the fun commands for OREUtils2.0 RE: Bukkit Plugin - Nickster258 - 02-11-2015 I would suggest redoing it all. The only thing we need are the fun commands and the half slabs. Fun commands should be relatively easy and keeping t in java is preferred. RE: Bukkit Plugin - Chibill - 02-11-2015 Okay. I can do that. Will start work on it after school in about 1 hour. RE: Bukkit Plugin - Nuuppanaani - 02-11-2015 (02-11-2015, 08:36 PM)Nickster258 Wrote: I would suggest redoing it all. The only thing we need are the fun commands and the half slabs. Fun commands should be relatively easy and keeping t in java is preferred. + Autoprogram! RE: Bukkit Plugin - Nickster258 - 02-11-2015 (02-11-2015, 09:48 PM)Nuuppanaani Wrote: + Autoprogram! ^ RE: Bukkit Plugin - Chibill - 02-11-2015 I can try to do that too. What should I call the plugin? Is OREUtilsV3 okay? RE: Bukkit Plugin - tokumei - 02-11-2015 slabs* RE: Bukkit Plugin - Nickster258 - 02-12-2015 Name doesn't matter at the moment. RE: Bukkit Plugin - Chibill - 02-13-2015 Okay Slabs is done and on the test server it is now time to work on the fun commands and a quick little plugin to greet new visitors. RE: Bukkit Plugin - Memeboy - 02-13-2015 So you are telling me you are wartching youtube videos on how to make this? RE: Bukkit Plugin - Chibill - 02-13-2015 No. I am not. Why would you think that? RE: Bukkit Plugin - Chibill - 02-13-2015 Okay updated OP RE: Bukkit Plugin - Chibill - 02-14-2015 Okay /derps and /derp are all done working on the reset. RE: Bukkit Plugin - Chibill - 02-14-2015 Also I have the other ones almost ready. I have to work on reading the Commands.txt file which I might change how it is set up to make adding new commands easier and to remove some commands not needed for the 1.8 update. RE: Bukkit Plugin - Nickster258 - 02-14-2015 Awesome! This is a huge help! RE: Bukkit Plugin - Chibill - 02-16-2015 Okay FunCommands are done but I won't be releasing them to the public because of .. Well there are a lot of things that people could do to break it.... Sending you the download like Nick. RE: Bukkit Plugin - Nickster258 - 02-16-2015 Sounds awesome! RE: Bukkit Plugin - Phase - 02-17-2015 (02-11-2015, 06:47 PM)Nickster258 Wrote: Spigot* It's using the Bukkit API, so it's a Bukkit Plugin. Spigot is a modification of the implementation know as CraftBukkit. Bukkit != CraftBukkit, therefore Bukkit != Spigot. RE: Bukkit Plugin - Nickster258 - 02-18-2015 Spigot is literally just bukkit with extra features and improved performance. RE: Bukkit Plugin - Chibill - 02-18-2015 (02-17-2015, 08:45 AM)Phasesaber Wrote:(02-11-2015, 06:47 PM)Nickster258 Wrote: Spigot* What he said. RE: Bukkit Plugin - Chibill - 02-19-2015 Now is time for the most challenging making autoprogram in java! |