Innectis Community Forum

Author Topic: Helmet Abilities  (Read 3943 times)

Eggnaug

  • Solaire of Astora
  • Administrator
  • Legendary Member
  • *****
  • Posts: 2306
  • Gender: Male
  • Warrior of Sunlight
    • View Profile
Helmet Abilities
« on: June 13, 2012, 03:36:00 PM »
I think it would be a cool idea if goldies were granted the ability to equip their own block helmets. (Blocks being limited to solids only i.e. glass, dirt, wood, glowstone).
  • Eggnaug
    Eggnaug
    Eggnaug
Praise the Sun!

SGT_ADZ

  • Retired Staff
  • Rainbow Member
  • *****
  • Posts: 1766
  • Gender: Male
  • I'm kind of a big deal.
    • View Profile
Re: Helmet Abilities
« Reply #1 on: June 13, 2012, 03:57:16 PM »
I kinda agree with this, but then, there is a downside, how could you code it so that you can only put certain blocks on your head?
  • SGT_ADZ
    SGT_ADZ
    SGT_ADZ
Twitter: @AMcLachlan1

Vector

  • Owner
  • Administrator
  • Legendary Member
  • *****
  • Posts: 2153
  • Gender: Male
  • I am the exception, not the rule
    • View Profile
    • Code Speak
Re: Helmet Abilities
« Reply #2 on: June 13, 2012, 04:07:24 PM »
Quite easy. In fact, we can specifically make an allow list, where only those blocks are allowed.

This isn't a bad idea.
  • AlphaBlend
    AlphaBlend
    AlphaBlend
I like to make things. That pretty much describes the kind of person I am.

Nortan360

  • Retired Staff
  • Full Member
  • *****
  • Posts: 147
    • View Profile
Re: Helmet Abilities
« Reply #3 on: June 13, 2012, 04:13:43 PM »
I kinda agree with this, but then, there is a downside, how could you code it so that you can only put certain blocks on your head?

The possibilities are near endless with Java.
  • Nortan360
    Nortan360
    Nortan360

SGT_ADZ

  • Retired Staff
  • Rainbow Member
  • *****
  • Posts: 1766
  • Gender: Male
  • I'm kind of a big deal.
    • View Profile
Re: Helmet Abilities
« Reply #4 on: June 13, 2012, 05:19:11 PM »
I kinda agree with this, but then, there is a downside, how could you code it so that you can only put certain blocks on your head?

The possibilities are near endless with Java.

I'm learning java a bit, but When youtube gives me tutorials, they tell me to download a bunch of crap I don't want xD
  • SGT_ADZ
    SGT_ADZ
    SGT_ADZ
Twitter: @AMcLachlan1

luetzj

  • Retired Staff
  • Ancient Member
  • *****
  • Posts: 1045
    • View Profile
Re: Helmet Abilities
« Reply #5 on: June 16, 2012, 11:09:01 AM »
I kinda agree with this, but then, there is a downside, how could you code it so that you can only put certain blocks on your head?

The possibilities are near endless with Java.

I'm learning java a bit, but When youtube gives me tutorials, they tell me to download a bunch of crap I don't want xD

I know a tad of java, but It wouldn't help me a bit in making  a plugin/mod :P 
  • luetzj
    luetzj
    luetzj

Hretsam

  • Former Owner
  • Retired Staff
  • Hero Member
  • *****
  • Posts: 550
    • View Profile
Re: Helmet Abilities
« Reply #6 on: June 21, 2012, 07:19:59 AM »
Offtopic: people if you got problems with coding or java. You can always add me on Skype or MSN. Otherwise we have a nice 'computer' section where you can post stuff like this.

OnTopic:
I did plan something like this a while back. Making chainmail deflect arrows (or at least extra defence to them, giving full 100%).

This suggestion is added to our issue tracker. Will be picked up when we get to it. (#639)
  • Hretsam
    Hretsam
    Hretsam

Nosliw

  • Retired Staff
  • Rainbow Member
  • *****
  • Posts: 1722
  • Gender: Male
  • You can't hurt me, I'm a Jelly Fish..
    • View Profile
    • Uber Island
Re: Helmet Abilities
« Reply #7 on: June 22, 2012, 08:04:46 AM »
I'm sure this has been suggested many times :S
Just searched and found a few thoughts:
  • Ability for people to be able to place certain blocks on their head (/equip)
    • Glass - Breath underwater?
    • Melon - Hunger doesn't decrease?
    • Ice - No fire damage?
    • TNT - No fire damage?
    • Sponge - ???
    • 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;
        }
    }

    luetzj

    • Retired Staff
    • Ancient Member
    • *****
    • Posts: 1045
      • View Profile
    Re: Helmet Abilities
    « Reply #8 on: June 22, 2012, 10:51:12 AM »
    Perhaps Sponge would help you breath underwater because it is much rarer than glass.
    • luetzj
      luetzj
      luetzj

    wolfshond7

    • Goldy VIP
    • Hero Member
    • ****
    • Posts: 504
    • Gender: Male
      • View Profile
    Re: Helmet Abilities
    « Reply #9 on: June 23, 2012, 03:19:26 PM »
    I'm sure this has been suggested many times :S
    Just searched and found a few thoughts:
    • Ability for people to be able to place certain blocks on their head (/equip)
      • Glass - Breath underwater?
      • Melon - Hunger doesn't decrease?
      • Ice - No fire damage?
      • TNT - No explosion damage?
      • Sponge - all the water goes away were your standing

      [warn]Please do not just re-post someone else's post.[/warn]
      « Last Edit: June 23, 2012, 07:19:47 PM by Eggnaug »
      • wolfshond7
        wolfshond7
        wolfshond7
      Deep down the Rabbit Hole.