»How to make you're own Plugin | Scout, Scorpio Etc! | Basics

Discussion in 'Tutorials' started by masterjr021, Jun 6, 2016.

?

Usefull?

  1. no, i would rather eat worms

    5 vote(s)
    71.4%
  2. Yes!

    2 vote(s)
    28.6%
  3. A bit

    0 vote(s)
    0.0%
  1. masterjr021

    masterjr021 Grasshopper Member

    Messages:
    16
    Ratings:
    +3 / -0
    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.
    ScoutKit
    VampireKit
    BerserkerKit
    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 :D

    How to make a Simple GUI with simple commands
     
    #1
  2. EpicGodLight

    EpicGodLight Chetto Member

    Messages:
    222
    Ratings:
    +104 / -0
    links dont work, i'd love to see the pics :/
     
    #2
  3. Farazz

    Farazz Faithful Poster Member

    Messages:
    567
    Ratings:
    +447 / -0
    This helped. pretty nice
     
    #2
  4. IcyTea

    IcyTea Nimble Knuckle Member

    Messages:
    392
    Ratings:
    +134 / -0
    link doesnt werk
    so sad
     
    #2
  5. CraftMechanics

    CraftMechanics Quick Digit Member

    Messages:
    245
    Ratings:
    +121 / -0
    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. ;)
     
    #3
  6. IcyTea

    IcyTea Nimble Knuckle Member

    Messages:
    392
    Ratings:
    +134 / -0
    i agree with this post
    (cuz I CANT GIVE A LIKE)
     
    #4
  7. dm4uz3

    dm4uz3 Ancient Poster Member

    Messages:
    924
    Ratings:
    +363 / -0
    why did you bump an old thread ;-;
     
    Last edited: Oct 10, 2016
    #5
  8. ShadowARV

    ShadowARV Ancient Poster Member

    Messages:
    800
    Ratings:
    +95 / -0
    Thanks, this is pretty nice!
     
    #6
  9. CraftMechanics

    CraftMechanics Quick Digit Member

    Messages:
    245
    Ratings:
    +121 / -0
    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.
     
    #7
  10. ShadowARV

    ShadowARV Ancient Poster Member

    Messages:
    800
    Ratings:
    +95 / -0
    Yeah xD
    Can't understand what this means lol because I'm not a coder :p
    What happend about ur dev application?
     
    #8
  11. CraftMechanics

    CraftMechanics Quick Digit Member

    Messages:
    245
    Ratings:
    +121 / -0
    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
     
    #9
  12. ShadowARV

    ShadowARV Ancient Poster Member

    Messages:
    800
    Ratings:
    +95 / -0
    Oh ok, very nice!
    Good luck!
     
    #10

Share This Page