Hunger Games Advice

Discussion in 'Plugin Development' started by JoshArgent, Aug 18, 2013.

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

    JoshArgent

    Hi,

    Not so much a technical question but I would like some advice/ideas for my hunger games plugin I'm developing. (You will need to be familiar with the book/film)

    1. I would like a nice sound to play for the 'cannon' when someone dies. Whats the best I can do with the available sounds in MC?
    2. I want to make some 'tracker jacker' wasps using bats. Again, what is a good wasp sound and is there anyway to make them attack players?

    I may have more questions as I progress, I'm aiming to make it as authentic to the book as possible.

    - Josh
     
  2. Offline

    Deleted user

    JoshArgent
    1. player.getWorld().playSound(player.getWorld(), Sound.SOMETHINGTHATASOUNDSLIKEACANNON);
    I think that'll work
    2. "" For the sound selection...do Sound. and look at the list it gives you (if you are using Eclipse)

    Tahg me if you have any questions
     
  3. Oh god.. no, not another one.
     
    xTrollxDudex likes this.
  4. Offline

    JoshArgent

    JHG0 Thank you for your responce, I'm not having any issues with the code. More just looking for advice with which sound to choose.

    Assist I'm not entirely sure what you mean? The plugin is for my own server.
     
  5. Offline

    xTrollxDudex

    JoshArgent
    1. Lightning
    2. Use a scheduler/Navigator to check the bat distance from the player, then give them an effect. Or use a PathFinderGoal.
     
Thread Status:
Not open for further replies.

Share This Page