XDdrummer's Avatar
Member
Level 5 Apprentice Crafter
47

Forum Posts

1 - 20 of 20

    1
    08/12/2014 7:39 pm
    Level 5 : Apprentice Crafter
    XDdrummer
    XDdrummer's Avatar
    Beast PvP
    PvP BeastCraft
    BeastCraft PvP
    cuz wynaut
    1
    08/12/2014 7:35 pm
    Level 5 : Apprentice Crafter
    XDdrummer
    XDdrummer's Avatar
    I'd vote for the top one.
    However, as said above. could use more frames for smoother movement.
    1
    08/12/2014 2:11 am
    Level 5 : Apprentice Crafter
    XDdrummer
    XDdrummer's Avatar
    Just gonna toss my opinion / experience in the mix.

    codeacademy.com is a great starting line. They have the basic, common, and easy languages that every programmer should know. I recommend HTML/CSS and JavaScript courses.

    Then, after some experience is gained, I'd say Java is next. I recommend youtube tutorials by 'thenewboston' aka Bucky.

    Once you know Java, learning other languages isn't overly difficult.. I recommend trying for a C language, though far off!
    1
    08/12/2014 2:03 am
    Level 5 : Apprentice Crafter
    XDdrummer
    XDdrummer's Avatar
    Well, you're on the right track. Let me show you how I usually set these sorts of things up:


    if(sender instanceof Player){
    Player player = (Player) sender;
    if(commandLabel.equalsIgnoreCase("test")){
    player.sendMessage("You ran the test command in-game!");
    }
    }else{
    this.getLogger().info("You ran the test command from console!");
    }


    One thing you did forget is the 'else', and past the first 'if' statement your code got pretty messy.

    Also, to get the command entered, use commandLabel, as shown.

    When sending a message to Console, .sendMessage(""); does nothing. You want to log to console, and you use (plugin).getLogger().info(message); to do so. You also cannot log colors to console.

    Along with that, it is good practice to return false; after commands as opposed to what you are doing (return true;).

    The 'usage' section of your plugin.yml is unnecessary.

    I hope this helps, and happy programming. For further help, I recommend researching 'Appljuze' and 'TheBCBroz' on YouTube. I highly recommend you learn Java Basics before Bukkit, however, and you can learn that from 'thenewboston'. All the basics to starting Bukkit coding can be learned in my article, found here: http://www.planetminecraft.com/blog/how ... t-plugins/

    You may also add me on skype (xddrummer7) for additional advice, tips, and possibly lessons ;p
    Just make sure you tell me who you are.

    BTW, here's what your whole class would look like:

    package com.optisize.test;

    import org.bukkit.Bukkit;
    import org.bukkit.ChatColor;
    import org.bukkit.command.Command;
    import org.bukkit.command.CommandSender;
    import org.bukkit.entity.Player;
    import org.bukkit.plugin.java.JavaPlugin;

    public class Test extends JavaPlugin {

    public void onEnable() {
    Bukkit.getServer().getLogger().info("Test Plugin is enabled");
    }
    public void onDisable() {
    Bukkit.getServer().getLogger().info("Test Plugin is disabled");
    }
    public boolean onCommand(CommandSender sender, Command cmd, String commandLabel, String[]args) {

    if(sender instanceof Player){
    Player player = (Player) sender;
    if(commandLabel.equalsIgnoreCase("test")){
    player.sendMessage("You ran the test command in-game!");
    }
    }else{
    this.getLogger().info("You ran the test command from console!");
    }

    }
    }
    1
    08/10/2014 7:22 pm
    Level 5 : Apprentice Crafter
    XDdrummer
    XDdrummer's Avatar
    Name: Chris (XDdrummer)
    Age: 16
    Gender: Male
    Modding Experience(1-10, You Don't Need to Have Experience): 7
    Skype: xddrummer7
    Favorite Color: Orange <3
    Favorite Mob in Minecraft: Hummmm.... Bunnies =p

    Additional Information: I have been programming for quite some time now. I am currently experienced in HTML, CSS, Java, and C++, with general knowledge of C#, JavaScript, PHP and Python. I have made both plugins (view my profile) and mods, though never released any mods due to the fact that I suck at texturing. I'd be greatly interested in working with you and enjoy your mods. I'm willing to provide any other information via Skype. Thank you for your time, and happy programming!

    EDIT: Just casually realised this thread is a year old, LOL
    Silly people, bumping things and confusing me
    1
    07/25/2014 3:45 pm
    Level 5 : Apprentice Crafter
    XDdrummer
    XDdrummer's Avatar
    It may help to have a link to the website.
    1
    07/20/2014 8:07 pm
    Level 5 : Apprentice Crafter
    XDdrummer
    XDdrummer's Avatar
    [Updated OP]
    1
    07/20/2014 5:15 pm
    Level 5 : Apprentice Crafter
    XDdrummer
    XDdrummer's Avatar
    Stop bumping with [Updated]..
    1
    07/19/2014 11:00 pm
    Level 5 : Apprentice Crafter
    XDdrummer
    XDdrummer's Avatar
    1.5.2...
    So new, yet I'm already getting tired of it :u
    1
    07/19/2014 12:02 am
    Level 5 : Apprentice Crafter
    XDdrummer
    XDdrummer's Avatar
    1)Would you rather find diamonds or the end portal?
    Diamonds, diamonds are required to fight the ender dragon anyway and I enjoy the adventure in finding a portal.

    2) Would you have to deal with only skeletons at night? Or twice the amount of zombies at night?
    Zombies. They're easy to mow down.

    3) Would you rather be stuck in the nether or be stuck in the end?
    Stuck in the nether. It's possible to escape the nether safely, even without having a Nether Portal lit, assuming you have certain materials.

    4) Would you rather only play minecraft or never play minecraft again?
    Never play Minecraft again. Too many other good games, and there are really good spoofs of MC anyway.

    5) Would you rather find a dungeon or an abandoned mineshaft?
    Mineshaft. More loot chests, more ores, more caves.

    6) Would you rather be a famous youtuber or be head developer for mojang?
    Head developer. Youtubers have a useless life.

    7) Would you rather fight an enderman or a wither skeleton?
    Wither skeleton. Fun drops.

    8) Would you rather fight a wither boss or the ender dragon?
    Wither boss. Dat challenge tho.

    9) Would you rather never find diamond again but find twice the amount of iron or never find iron again and find twice the amount of diamond? (its really a simple choice if you think about it)
    Twice the iron but no diamonds. Diamonds have minimal use - Iron has more use than simple tools.

    10) Would you rather be CEO of mojang for a day and get to do whatever you wanted to minecraft or work for mojang your whole life and just make little suggestions here and there?
    Work at Mojang for life. In the end, you'd probably get more say because you'd be there longer. Plus, it'd be a fun job no matter what.
    1
    07/12/2014 4:31 pm
    Level 5 : Apprentice Crafter
    XDdrummer
    XDdrummer's Avatar
    I'm too lazy to see if it's solved, but if he has an 'admin' rank on the server via pex, he probably has the * perm, which gives him access to /op even if he isn't op. If running PeX, try:
    /pex user <his name> remove *
    OR
    /pex user <his name> add -*
    1
    07/12/2014 9:32 am
    Level 5 : Apprentice Crafter
    XDdrummer
    XDdrummer's Avatar
    I could quite probably create a vanilla plugin that generates custom biomes just as popular mods such as 'Biomes o' Plenty'. Honestly, people lack creativity and motivation, and that's why Minecraft servers lack all the originality they do.

    Plugin developers could do lots more than what we've seen today. If anyone has a plugin idea such as this, feel free to contact me, I'll see what I can do
    1
    06/13/2014 1:03 pm
    Level 5 : Apprentice Crafter
    XDdrummer
    XDdrummer's Avatar
    What exactly are you applying for..
    1
    06/13/2014 1:02 pm
    Level 5 : Apprentice Crafter
    XDdrummer
    XDdrummer's Avatar
    I want a new, improved Squirtle skin, possibly implementing the new skin features!
    Google 'squirtle' if you dunno what it is, but you probably do
    1
    02/18/2014 4:30 am
    Level 5 : Apprentice Crafter
    XDdrummer
    XDdrummer's Avatar
    I keep everything I do in a compressed (.zip) file on an external usb drive, that way, if I want to come back to something, I've got it there!

    I literally have everything I've ever done..
    1
    12/01/2013 10:26 pm
    Level 5 : Apprentice Crafter
    XDdrummer
    XDdrummer's Avatar
    This happened to me also. Upon zooming out, I realized this square was the dot of the I in Herobrine, spelled in HUGE letters across my world. Every time I built a home within a chunk of the letters, it caught fire while I slept.
    1
    12/01/2013 8:35 pm
    Level 5 : Apprentice Crafter
    XDdrummer
    XDdrummer's Avatar
    Hello, I am Chris and I would like to apply for builder/staff at your server. I am 16 years old, male, and I will share my Skype if accepted (hope you understand). My Minecraft username is XDdrummer, and as for maturity, I'd say I can be everything from 1 to 10. When a joke is needed, I can provide it, but when it's time to be serious, I'm all serious. I'm a really great builder, and have built several parkor, survival, adventure, server spawn, and terraform maps in my Minecraft days I am in the est time zone, in Eastern USA (Michigan). I would love to be part of your server. I applied for another, but got no reply to turned them down when they finally replied. I hope we can work together soon

1 - 20 of 20

Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome