Limited Flight

Discussion in 'Plugin Requests' started by TheFritz, Feb 9, 2015.

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

    TheFritz

    Plugin category: Player Fun

    Suggested name: Limited Flight

    What I want: I've been searching a flight limitation plugin but all of it seems to be outdated. I'd like a plugin that would allow fly for a limitted configurable time with a configurable cool down.
    would also be great if it can have different config for different groups

    Ideas for commands: /flight

    Ideas for permissions: player.limitedfly.first
    player.limitedfly.second

    When I'd like it by: Take yourTime

    Idea for config:

    first:
    fly time limit: 3 (in minutes)
    fly cool down: 30 (in minutes)

    second:
    fly time limit: 5 (in minutes)
    fly cool down: 30 (in minutes)


    *thanks for reading this request.
     
  2. Offline

    mrCookieSlime

    @TheFritz
    My Plugin CommandOverride is able to do this.
    Link is in my Signature.
    Look at the Plugin Page on how to setup the cooldown, but heres how you can make the actual command:

    /flight:
    - 'console:/fly <player> on'
    - WAIT 300
    - 'console:/fly <player> off'

    You can also add some fancy messages to this if you want.
     
  3. Offline

    TheFritz

    @mrCookieSlime Thanks! I'll try it. your plugins are always awesome!
     
    mrCookieSlime likes this.
Thread Status:
Not open for further replies.

Share This Page