A New Channel! Bukkit Tutorials by MineStein!

Discussion in 'Resources' started by MineStein, Jun 15, 2014.

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

    MineStein

    xTigerRebornx Plugins could break with every update. The solution? You update your plugin to the new way of hardcoding the color codes in.
     
  2. Offline

    xTigerRebornx

    MineStein You shouldn't have your plugin depend on something that can break if there is a obvious and recommended way to fix it.
    Say you wanted to send someone a message. The obvious way of doing this with the API is to use Player#sendMessage().

    Using your "solution", I could say that casting the Player to CraftPlayer, getting his handle, and sending it a message using his handle is the way that I will send him messages. Does it work? Yes. Is it considered the proper way to do it by many. Probably not.

    Point being, your way may work, but if it isn't the best way, or even a generally good way to do what you are trying to accomplish, you shouldn't be teaching it to others and claim that it should be used over other ways.
     
  3. Offline

    MineStein

    xTigerRebornx
    Speed codes are not for teaching people. My actual tutorials are for teaching. Those tutorials, by the way, include me using the ChatColor enum. I just prefer using the legal section symbol.
    I don't recall claiming that that way is "the right way over others".
     
  4. Offline

    xTigerRebornx

    MineStein Must've mixed up some stuff with other things, sorry about that.
    Just trying to make it known that its usually not safe to assume things in programming (like someone were to assume "x will never be removed", then it gets removed.), and that regardless of whether or not people are actually watching your video for learning or not, they may see you using the symbol and assume its the right way.
    As for the whole "claiming" thing, I though you did. My mistake.
     
  5. Offline

    MineStein

  6. Offline

    MineStein

    Hey guys! Episode 5 of my Bukkit tutorials! Check it out here.
     
  7. Offline

    tehface

    i totally agree this is just spam at its best

    i can't stand watching a kid trying to teach us adults how to use " java and bukkit " so with that... and i didn't actually learn anything from watching it...

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

    MineStein

    tehface
    Oh... I guess you have a right to state your opinion.

    Sorry if you feel that way. I will try and do better :D
     
  9. Offline

    KmanCrazy

    You are just spam at the best. Probably the worst. This kid is good and i was just saying that maybe it isn't a great place to post a video that is not a tutorial. If you can ready you would know. Get off the bukkit forums he is only trying to help the new people.

    Its funny you have no posts. You have no record. Troll much? You wouldn't learn anything because you have a attention span of a two year old. Don't you think you would be looking at new boston tutorials? If you wanted to learn java. He is just trying to help people out. You don't like it? Don't say crap then. Learn some manners.

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

    ABDTGaming

    I totally agree with this. If you don't like the tutorials, there's no need to hate on the maker of them. The answer is simple, just don't watch them.
     
  11. Offline

    KmanCrazy

    ABDTGaming
    Thank you. #REMOVE TROLLS FROM BUKKIT
     
  12. Offline

    MineStein

  13. Offline

    drpk

    MineStein I've watched your vids and I just have to know, how's you get your IntelliJ appearance looking so good? Yes I know the darcula, but that wont change the colors to be as fine as in your vids :p
     
  14. Offline

    KmanCrazy

  15. Offline

    Deleted user

  16. Offline

    MineStein

    drpk Custom color schemes?

    Preferences/Editor/Colors and Fonts/Java

    Change them to whatever design you want. You can change the error and warning colors under "General".
     
Thread Status:
Not open for further replies.

Share This Page