[MINIGAME] Cranked - Based On COD Ghost!

Discussion in 'Archived: Plugin Requests' started by MuteTerra, Dec 13, 2013.

  1. Offline

    MuteTerra

    Plugin category: Fun

    Suggested name: Cranked

    What I want: Cranked is Free For All Minecraft minigame based on the Call of Duty - Ghost gametype Cranked. Whenever a player gets a kill, they get "Cranked", giving them a faster movement speed, four absorption health, and a four health insta-heal. Upon getting the bonus, the player is given a 30 second timer. After each kill the player earns the timer will reset. If the player fails to get a kill within the time limit, they will explode and die.

    Ideas for commands:
    Admin Commands
    /CR CreateArena (Use The Worldedit Selection Tool)
    /CR SetName <Arena #> <SetArenaName>
    /CR SetMinPlayers <#Of Min Players>
    /cr setmaxplayers <# Of Max Players
    /cr save <ArenaName Or #>
    /cr setgamelobby (ArenaName)
    Player Commands
    /cr join <Arenaname>
    /cr spectate <ArenaName>
    /cr leave (Allows Players To Leave Current Games)
    Optional!
    For The Configs. Put Custom Classes For Players
    Signs (Optional)
    Creation Of the Join/leave Signs
    [Cranked]
    [Join]
    ArenaName

    Ideas for permissions: Cranked.Player (Alows Players to Do The Player Commands Above)

    When I'd like it by: Anytime :)
     
  2. Offline

    CrazymanJR

  3. Offline

    MuteTerra

  4. Offline

    timtower Administrator Administrator Moderator

    Plugin is still in development probably
     
  5. Offline

    MuteTerra

  6. Offline

    CrazymanJR

    but you will need to compile it plus like tim said its in development
     
  7. I suggested this ages ago, but the DEV who was making the plugin gave me a incomplete version and it is still very buggy (That link is what i suggested around 3 months ago) and he is very inactive as his internet isnt working atm and so he hasnt worked on the plugin, or even been online on skype for months. (But if you read in the comments he hasnt stopped, just been busy with other things so Hopefully it'll be made soon)
     
  8. Offline

    Twisted_Panda

    I'll update the source, no promises. Message me all the bugs.
     
  9. If you want me to be truthful, I have forgot all the bugs and considering it's late for me I don't have time to test it out again, i'll see if i can give it another test tomorow and ill send it ya
     
  10. Offline

    Twisted_Panda

    Alright get back to me, i'll look over the source.
     
  11. Sure. I'll probably have enough time tomorow.
     
  12. Offline

    MuteTerra

    Also Were there be join signs coming and Custom Prefix for Config files?
     
  13. This should be easy with Skript

    Here are some pieces you could use to do this.

    on death set {Cranked.%victim%.timer} to -1, set {Cranked.%attacker%.timer} to 30
    every 1 second remove 1 from {Cranked.%player%.timer}
    if {Cranked.%player%.timer} is equal to 0, kill the player
     
  14. Offline

    MuteTerra

    I Hope this will succeed :)
     

Share This Page