[WIP] SimpleCommands - Looking for help!

Discussion in 'WIP and Development Status' started by 1poseidon3, Nov 21, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    1poseidon3

    This is a plugin that will do a bunch of basic commands and some new unique ones. I know it is like essentials but this is my first plugin so I'm trying to start small and basic. I don't know much about coding plugins so im looking at tutorials but who knows how good or current they are. If anyone would like to help me or teach me how to code plugins that would be greatly appreciated. Just contact me.
     
  2. Offline

    thomas15v

    Teaching coding isn't really a good idea. You will learn much faster if you do things by your own. Also i will need to say java isn't really a language for beginners :(.

    Also about the plugin you would like to create. What for commands you are thinking on ? Maby we could give you a hint how to start.
     
  3. Offline

    1poseidon3

    Oh I already know basic Javascript. I wanted to know if anyone could teach me the basic things you can type into the code to make it do certain things or how to formulate it or what actions to use at what time. I have a basic plugin format down already. I would also like someone to join my plugin team if it interests them.
     
  4. Offline

    viper_monster

  5. Offline

    1poseidon3

    Sorry I didn't notice this part a first. What I mainly want is to create a plugin the can enable/disable other plugins from in the game. I thought it would be a cool idea. I was also thinking about sprinkling in some common Essentials commands like gamemode, fly, godmode, and other stuff like that.

    What is that supposed to mean?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 5, 2016
  6. Offline

    viper_monster

    1poseidon3 See?! You don't even know the basics of Java...

    EDIT: What I wanted to say is that it would be better to learn Java first and then start with coding plugins...
     
  7. Offline

    1poseidon3

    Well that was slightly rude but I do know Javascript somewhat. I am also looking at tutorials and other bukkit plugins for examples.

    If someone coould just be nice and helpful to me that would be great! :D
     
  8. Offline

    viper_monster

  9. Offline

    1poseidon3

    Looks interesting. I will check them out when I have the time. Also, does anyone want to join my plugin team?

    WOWOW THESE TUTORIALS HELPED ME SO MUCH!!! Thank you so much for showing me these tutorials because they are the only ones to ever work for me!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 5, 2016
  10. Offline

    Not2EXceL

    1poseidon3
    http://docs.oracle.com/javase/tutorial/

    go there and learn java. Bukkit video tutorials won't help you at all if you first don't understand java. and java isn't javascript, their two different languages in two different categories of languages.
     
    spoljo666 likes this.
  11. Offline

    thomas15v

    Means javascript isn't equal to java. But if you know javascript good (What i think you don't but nvm). You could easily understand java. All programming languages have the same logic programming structure. Only if you come from a scripting language like python, perl, php and javascript. It could be a bit difference for example:

    developer={name:"thomas15v",age:18};
    will not return a object in java lol.
    In java we have classes that act like objects (correct me if i am wrong).
    The developer object would be this class in java.
    Code:java
    1. public class developer {
    2. public String name = "thomas15v";
    3. int age = 18;
    4. }

    Also as you prob see in my example you will need to be more correct in your datatypes. A simple "var" for all datatypes don't exist in java.
     
  12. Offline

    1poseidon3

    Alright thanks. When I started to learn programming languages, I learned Javascript first so I don't know much about all of the other ones. Thanks for explaining that though because that actually helped me out today with the plugin Im writing. Thanks for all of the help guys! I really appreciate it!
     
  13. Offline

    Not2EXceL

    Technically one could say that a var for all data types does exist in java. Object covers all of them including the classes that are wrappers for primitive types
     
  14. Offline

    PieMan456

    1poseidon3
    If you still want some people to help you I can join with you in creating this plugin. It sounds pretty fun.
     
  15. Offline

    Not2EXceL

    1poseidon3 you should add me on skype and I can help with efficiency and making things readable, and maybe some creation.
     
  16. Offline

    1poseidon3

    I don't use Skype anymore as it takes a large chunk of internet speed away from me and was inefficient for me. If you have Steam you can add me there. My Steam username is also 1poseidon3. If you don't have Steam could you please get it because I am almost always available and ready to talk on Steam. Thanks for your interest! :D
     
  17. Offline

    PieMan456

    1poseidon3
    I do have steam but it will not allow me to add friends unless I have bought a game on it and I do not have any on it. My steam is pie_man_456 .
     
  18. Offline

    1poseidon3

    Added.
     
Thread Status:
Not open for further replies.

Share This Page