[FUN] CreepOut v3.0 - Give your players a scare [935]

Discussion in 'Inactive/Unsupported Plugins' started by Daviidi, Jun 11, 2011.

  1. Offline

    Daviidi

    CreepOut - Give your players a scare
    Version: 3.0

    This plugin allows you to do several actions to creep a player, either as revenge, or just for fun, for example send an immortal spider to chase them across a desert, or spawn a creeper just behind them as they mine.

    Commands/Usage
    To use the commands you must either have the permissions plugin installed and have the permission "creepout.creep", or be an op, or run it from the server console.

    Use "creep <creepName> <commandArgs>" to start a creep.

    Available creeps (open)

    "creep follow <mobname> <target> [count=1] [waitUntilMining=false] [immortaltime=0]" - spawns 'count' number of mobs right behind the user, if 'waitUntilMining' is true, then it waits until the player mines a block before spawning. The mobs will be immortal for 'immortaltime' seconds, they will become mortal when either 'immortaltime' seconds have elapsed, the player dies, or quits.
    Example:
    Code:
    /creep follow monster Notch 3 true 30
    "creep leech <target>" - leeches health off the player until they're at half a heart. Especially good against players who carry lots of food around.
    Example:
    Code:
    /creep leech Dinnerbone
    "creep burn <target> [fire_ticks=200]" - sets the player on fire for 'fire_ticks', the fire can still be put out by water, there are 20 ticks per second.

    "creep notes <target> [note_count=200]" - spawns 'note_count' notes around the player, the notes are all random, 4 notes will be played per second.

    "creep hat <target> [hat_type=creeper]" - gives the target a 'hat' of a creature. Although the 'hat' doesn't target the player, it still attacks the player and will explode.


    Download - Version 3, tested and works on build 860 + 935.

    Changelog/Version History
    Version 3 - Added burn, notes, hat. Removed spider, added 'immortal' argument to follow creep. Tested on build 860 + 935
    Version 2 - Changed follow creeps to /creep follow. Added /creep leech. Tested on build 860
    Version 1 - Basic creeps, permissions support, first public release. Tested on build 860
     
    CrinklyMilk and ThalesBroussard like this.
  2. Offline

    earliestkrab

    Well done, old chap.
    can you make a creep where the player is followed by monsters? (sort of herobrine-ish)
     
  3. Offline

    speeddemon92

    Awesome! I just gotta get this :p
     
  4. Offline

    Daviidi

    /creep monster does that.

    EDIT: with v2 it's /creep follow monster
     
  5. Offline

    earliestkrab

    good stuff, old chum
     
  6. Offline

    Plague

    changelog has to show 2 latest versions without a spoiler
     
  7. Offline

    TelephoneKiosk

    Can you update it so the player is limited to certain mobs?
     
  8. Offline

    Twisted

    Possible to allow the /creep follow monster to be invincible also ?
     
  9. Offline

    m5k

    What I like to do is to spawn ghasts inside walls so they scream insanely due to suffocation damage, then despawn them in like 2 seconds. I often hear people screaming scared in vent when I do this. Fun times.
     
  10. Offline

    Daviidi

    Sure, will add that next time I get internet. (using phone) I may also find a way to restrict users usage (mob type, count) . Any suggestions on the best way to do this welcome.
     
  11. Offline

    Darkhand81

    Awesome idea. :)

    I'd love a 'Scare' option for times when you want to give someone a heart attack but not do any damage. :)

    Spawn a creeper right in front of them but remove it before it has a chance to explode... They scream, and spend several seconds running around frantically trying to get a fix on the now-gone creeper. :D

    No idea if there's anything in the api for telling which way a player is facing, but if not, just spawning it near the player would be good too. :)
     
  12. Offline

    1joshua123

    why creep follow <mobname> <target> [count=1] [waitUntilMining=false]
    wont work???
     
  13. Offline

    link2110

    You're probably typing that exact thing in, aren't you?

    replace everything in < > and [ ] with your variable. i.e
    Code:
    /creep follow spider 1joshua123 1 false
    would make one spider follow you, and it would spawn regardless if you're mining or not
     
  14. Offline

    Daviidi

    (update to version 3)

    Nice idea >:) Might add that in version 4.
     
  15. Offline

    hatninja

    hey y not add herobrine?
     
  16. Offline

    xsolar66

    Also, could you add all mobs for the follow command? It'd be great to have a creepy pig that follows someone around and just won't die. :)
     
  17. Offline

    Daviidi

    Hm, I'm not sure that passive mobs can do that without lots of effort... Hostile mobs have a nice "target" method. I'll look at it and see if there's an easy way of doing it.
     
  18. Offline

    Leiff Lewis

    wat do you mean by a...'note'?
     
  19. Offline

    srs008

    i know another good scare. change all blocks in players sight to tnt, and trigger the one in their sight. just before it goes kaboom, revert the blocks like nothing happened. maybe add a option to allow it to go boom... then revert everything back. so the player thinks the game glitched!
     
  20. Offline

    xsolar66

  21. Offline

    jediyodac3po

    how do i put this on my server
     

Share This Page