Innectis Community Forum

Author Topic: We have updated to Minecraft 1.5.2!  (Read 4713 times)

Vector

  • Owner
  • Administrator
  • Legendary Member
  • *****
  • Posts: 2153
  • Gender: Male
  • I am the exception, not the rule
    • View Profile
    • Code Speak
We have updated to Minecraft 1.5.2!
« on: May 07, 2013, 06:21:08 PM »
It's about the we had another update. The official update was thursday but we kind of lagged behind. At least it didn't take us a whole week to update!

Dynmap is still disabled. Sorry about that, but we'll work on getting that fixed up. Changelog will come later, as working on other things, but as I tend to keep a gradual changelog as we make changes to the IDP, it wouldn't take too long to finish.

Anyways, happy mining everyone!
  • AlphaBlend
    AlphaBlend
    AlphaBlend
I like to make things. That pretty much describes the kind of person I am.

TheReasoning

  • Retired Staff
  • Hero Member
  • *****
  • Posts: 604
  • Gender: Male
    • View Profile
Re: We have updated to Minecraft 1.5.2!
« Reply #1 on: May 07, 2013, 09:11:27 PM »
Much better then the last update. Thanks for working so hard to get it out ASAP =]
  • TheReasoning
    TheReasoning
    TheReasoning

l_iamW

  • Goldy VIP
  • Ancient Member
  • ****
  • Posts: 1140
  • Gender: Male
  • IT'S TIME TO DU-DU-DU-DU-DU-DU-DU-DU-DUEL
    • View Profile
Re: We have updated to Minecraft 1.5.2!
« Reply #2 on: May 08, 2013, 02:00:25 AM »
Do you know why  DynMap is broken?
  • l_iamW
    l_iamW
    l_iamW

Vector

  • Owner
  • Administrator
  • Legendary Member
  • *****
  • Posts: 2153
  • Gender: Male
  • I am the exception, not the rule
    • View Profile
    • Code Speak
Re: We have updated to Minecraft 1.5.2!
« Reply #3 on: May 08, 2013, 02:28:20 AM »
I'm not sure exactly. Hret told me he loaded it and it didn't appear to work. I'll figure more details out.
  • AlphaBlend
    AlphaBlend
    AlphaBlend
I like to make things. That pretty much describes the kind of person I am.

Nosliw

  • Retired Staff
  • Rainbow Member
  • *****
  • Posts: 1722
  • Gender: Male
  • You can't hurt me, I'm a Jelly Fish..
    • View Profile
    • Uber Island
Re: We have updated to Minecraft 1.5.2!
« Reply #4 on: May 08, 2013, 04:37:14 AM »
Hmm, I don't think I actually did anything to update IDP. It was prettymuch just the bukkit that needed to be updated? I spent most of the time working on Fortress Defence xD
  • Nosliw
    Nosliw
    Nosliw
I'm here to help.. With the following exception:



@EventHandler(priority = EventPriority.LOW)
public void onPlayerJoin(PlayerJoinEvent event) {
    Player player = event.getPlayer();
    if (player.getName().equals("SGT_ADZ") {
        player.kickPlayer("Yeah... Nah!");
        return;
    }
}