• Make sure to read the forum rules before creating a new thread or commenting on someone else's thread. The forum rules can be read on this page.
I
Reaction score
0

Profile posts Postings About

  • I have got a Spanish Oral GCSE today I am very worried as I am crap at Spanish, wish me luck guys.
    I need 1400 points for elven lord or royal guard
    Gelek
    Gelek
    Need -175.000 for Naz... oh wait... sht becomes useless...
    I think this is a sign that I need to get out more... I am just sitting here making paper chanse whilst listening to youtube vids whilst on enjin :/
    fj333
    fj333
    NOPE, KEEP NOLIFING
    Guys I need some points meh is poor D:
    Olex
    Olex
    I can pay u some next time i see u on :D IF u really are dat poor :P
    I found some of my first ever code :') Brings back so many memories.
    It was a string command line meaning if you typed /hub it would teleport you back to spawn. I know its basic but it was my first ever atempt of coding. Here is the code.
    package me.icecream220.First;

    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.event.player.PlayerEvent;
    import org.bukkit.plugin.java.JavaPlugin;

    public class Main extends JavaPlugin{

    public void onEnable() {
    getLogger().info("Plugin Enabled");

    }

    public void onDisable() {
    getLogger().info("Plugin Disabled");
    }

    public boolean onCommand(CommandSender sender, Command cmd, String label, String args) {
    if(sender instanceof PlayerEvent) {
    Player player = (Player) sender;
    if(cmd.getName().equalsIgnoreCase("hub")){
    String hub = "spawn " + player.getName();
    Bukkit.dispatchCommand(Bukkit.getConsoleSender(). hub);
    player.sendMessage(ChatColor.AQUA + "Returning To Hub! ");

    }
    }
    }

    }
    N
    Nivek71
    Does it work?
    GOD DAMN IT!
    As you all know, I have been making a new plugin for EmpireWar called /watch. Well, I spent 2 hours yesterday and 3 today coding this, I was almost done, and well I was an idiot and accidently turned of my pc without saving the work. I thought at first, "oh well I have my back ups..." Because I backed it up every 30 mins. Well when I turned on my pc and opened Eclipse, (Jave 6+ coding software) All my backups had been wiped to when I just started yesterday. So basicly I have been reset from 5 hours work down to 10 mins. Here is an image
    So, is it really true, that you are quiting the build Team? You said something about that yesterday on the build server...
    I
    ice
    Yes. I have quit the build team and resigned as head builder. I know this is a shock but to be honest I don't feel like continuing. The comunity is where I belong, there are other reasons of which I am sure the rhumers have spread which are true if you did not know. I am sorry, I May return in the future but for now Empire War is the main priority out of all my servers!
    M
    You donate ALOT man...
    Any chance you could donate for elite for me Jk Jk
    But Seriosely... You donate ALOT!
  • Loading…
  • Loading…
Back
Top