Inspired by Arjen <3! Hey guys so since ArjenPro come by i like coding like hella for long know So since you want or u just want to make A Scout or Scorpio Plugin imma teach The Basics. DISCLAIMER : This is not Java C++ Or C# We're Using Skript. Skript is a kinda Coding Language For Minecraft Skript download : http://dev.bukkit.org/bukkit-plugins/skript/#w-download A Tour To Skript : Skript is a very Very Easy Coding Language For Minecraft it dosen't Require Knowledge of anything to be a good Skript Coder its just making a Command to make it work! How To Setup Skript! After You Download Skript You will need to Create A Minecraft Spigot Server Hosted On You're Computer How? Watch this video to do it! : Programs Recommended Making Skript / Plugins. NotePad++ Spigot 1.8+ Higher Now lets get into the simple code First we're gonna make a Simple Command! Now First open NotePad++ and Then make a New File And Then Do this: https://gyazo.com/87af5fb53a6bdb0759568f281033ef01 TIP: To make Those Spaces Press tab and it will automatically make a 4 spaces for you There you go! made you're first working plugin! To Save it go to File - Save WARNING : You will need to go to "Save As Type" and change it as "All Types (*)" And then name the file firstplugin.sk REMEMBER USE (.sk) always when making a Skript plugin Ok you don't wanna drag it on you're plugins 1st start you're server and then Go To You're plugins folder then find the Skript FOLDER Double Click then you will see a folder called Scripts Thats where you wanna put you're first plugin! To Learn more basics just search up on youtube or go to Skunity.com Annihialation Codes that i made ScorpioKit. Spoiler http://hastebin.com/bulapijuxo.vbs ScoutKit Spoiler http://hastebin.com/fezanugolu.vbs VampireKit Spoiler http://hastebin.com/hecugirida.vbs BerserkerKit Spoiler http://hastebin.com/etuxanenup.vbs and i got few more so yeah im not here to make a thread to hate on somebody or advertise im here to make a tutorial how i learned making simple plugin How to make a Simple GUI with simple commands Spoiler http://hastebin.com/hilimibeto.vhdl
This is the least thing that will help you understand programing. If you really want to do a plugin, first learn the basics of Java. I suggest going through all of Theneboston beginner Java courses and a little of the intermediate as a start. Do not try to learn Bukkit, if you don't know Java. The only way you can skip all of that is by having learnt another prior language, but by doing so you'll still don't know some very usefull stuff in Java. After learning Java, create a Github account, and go over to http://wiki.bukkit.org/Plugin_Tutorial. The official Bukkit wiki is the only good quality tutorials that are up to date that I have yet found. Have any questions? Ask me because staff is very slow responding.
Pretty nice, but very inefficient on the server side. Just think about it. You are first taking an array of strings, dividing it into different parts. Then, you run through a ton of conditional statements checking if the string matches something. Then, you need to do the same for all the arguments. Finally, you have to do the code itself. Instead you could just execute the last line of code. Also, the flexibility of this API is really little. You only have the ability to do simple stuff like giving items and potion effects. What about GUI? or packets? You can't really do that.
Yeah xD Can't understand what this means lol because I'm not a coder What happend about ur dev application?
Oh, If you read the whole thing you may have already seen this, but aXed contacted me, and for my first work I made a bounty plugin which is already finished. Right now aXed is taking a rest from the server until Monday because all of the problems he had. You can check the plugin I made at: https://github.com/CraftMechanics/BukkitBounty. Still not an "official" dev tho. @ShadowARV