Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.17 KB

File metadata and controls

46 lines (34 loc) · 1.17 KB

SimpleFly Plugin

Overview

SimpleFly is a Minecraft plugin designed to provide players with the ability to toggle flight, and change their fly speed. Also allows those with the 'other' permission to toggle these settings for other players.

Commands

fly

  • Permission: simplefly.fly
  • Description: Allows toggling flight.
  • Usage: /fly <player>
  • Aliases: /sfly

flyspeed

  • Permission: simplefly.flyspeed
  • Description: Allows changing fly speed.
  • Usage: /flyspeed [set|reset] <player> <speed>
  • Aliases: /sflyspeed

flyreload

  • Permission: simplefly.reload
  • Description: Reloads the plugin.
  • Aliases: /sflyreload

Permissions

  • simplefly.fly

    • Default: op
    • Description: Allows toggling flight.
  • simplefly.others.fly

    • Default: op
    • Description: Allows toggling flight for others.
  • simplefly.flyspeed

    • Default: op
    • Description: Allows changing fly speed.
  • simplefly.others.flyspeed

    • Default: op
    • Description: Allows changing fly speed for others.
  • simplefly.reload

    • Default: op
    • Description: Allows reloading the plugin.