FJetpack icon

FJetpack -----

Simple a Jetpack Plugin - Lightweight - Fuel System - Multi Jetpack with customizable configuration



FJetpack is a simple plugin to fly using fuel. This plugin uses custom displayname, lore and fuel and you can change it in config.


Move to new plugin FJetpackReloaded


[​IMG]

[​IMG]

Features
Support all armor items
Multi Jetpack with permission
Custom DisplayName and Lore
Customizeable Messages
Custom Jetpack Speed
Custom Fuel
Particle Effect
Update Checker
and Other

Usage
1.Use jetpack item
2.You must refill the fuel first
3.Sneak toggle jetpack on/off

Commands
Aliases: /fj
/fj -- Show all command list
/fj get|give (player) [Jetpack] <Fuel> -- Get or give jetpack item
/fj getfuel|givefuel (player) [CustomFuel] <Fuel> -- Get or give custom fuel item
/fj Set [Jetpack] <Fuel> -- Set Jetpack in hand
/fj SetFuel -- Set amount fuel Jetpack in hand
/fj reload -- Reload config

Permissions
fjetpack.help -- Allow player to use command /fj
fjetpack.get|give -- Allow player to use command /fj get|give <name>
fjetpack.getfuel|givefuel -- Allow player to use command /fj getfuel|give fuel<name>
fjetpack.set -- Allow player to use commnd /fj set <jetpack>
fjetpack.setfuel -- Allow player to use commnd /fj setfuel <amount>
fjetpack.reload -- Allow player to use command /fj reload
fjetpack.<jetpack>.use -- Allow player to use jetpack
fjetpack.<jetpack>.refuel -- Allow player to refuel jetpack

Default Config

Code (YAML):
# Don't change VERSION!
Version
: 1.3

FJetpack
:
  # if you have a problem with permission set to true
  NoInheritPermission
: false

  Jetpacks
:
    VIP
:
      DisplayName
: '&8&l [&b&lFJetpack&8&l ]'
      Lore
:
       - '&3&m&l ----=== [&r &8 &b&lINFO &8 &3&m&l ]=== ----'
        - '&9Rank
: &6&lVIP'
        - ''
        - '&3&m&l ----=== [&b &lUSAGE &3&m&l ]=== ----'
        - '&9Sneak to toggle on/off'
        - '&9Double jump to fly'
        - ''
        # Please don't change fuel lore!
        # if you want to change color you can do this.
        - '&7Fuel
: &a{#fuel_value} &b { #fuel}'
      Permission
: fjetpack.vip
      # Jetpack Item
      Jetpack
: CHAINMAIL_CHESTPLATE
      Fuel
: Dirt
      FuelAmount
: 1
      # Fuel Burn Rate in seconds
      BurnRate
: 5
      # Maximum speed value is -10 to 10!
      Speed
: 1.0
      # if you don't want to use particle set to 'none'
      # if particle doesn't support or error, this plugin will automatically replace particle effect to CLOUD!
      ParticleEffect
: CLOUD
      ParticleAmount
: 0
      # Particle delay in ticks
      ParticleDelay
: 2
      # if you don't want to use flags set to 'none'
      # example Flags: 'none'
      Flags
:
       - HIDE_ATTRIBUTES
        - HIDE_ENCHANTS
      # if you don't want to use enchantment set to 'none'
      # example Enchantment: 'none'
      Enchantment
:
       - 'DURABILITY:3'
      # Disable world
      # if you don't want to use world blacklist set to 'none'
      # example WorldBlacklist: 'none'
      WorldBlacklist
:
       - world1
    Member
:
      DisplayName
: '&8&l [&b&lFJetpack&8&l ]'
      Lore
:
       - '&3&m&l ----=== [&r &8 &b&lINFO &8 &3&m&l ]=== ----'
        - '&9Rank
: &3Member'
        - ''
        - '&3&m&l ----=== [&b &lUSAGE &3&m&l ]=== ----'
        - '&9Sneak to toggle on/off'
        - '&9Double jump to fly'
        - ''
        - '&7Fuel
: &a{#fuel_value} &b { #fuel}'
      Permission
: fjetpack.member
      Jetpack
: LEATHER_CHESTPLATE
      Fuel
: Coal
      FuelAmount
: 1
      BurnRate
: 3
      Speed
: 0.62
      ParticleEffect
: ' none'
      ParticleAmount
: 0
      ParticleDelay
: 2
      Flags
:
       - HIDE_ATTRIBUTES
        - HIDE_ENCHANTS
      Enchantment
:
       - 'DURABILITY:2'
      WorldBlacklist
:
       - world1
Messages
:
  Prefix
: "&8&l[&b&lFJetpack&8&l] "
  JetpackOn
: "&a&lON"
  JetpackOff
: "&4&lOFF"
  NoPerm
: "&cYou don't have permission!"
  NeedFuel
: "&cYou don't have fuel to fly!"
  WorldBlocked
: "&cYou can't use Jetpack in this World!"
  JetpackRemoved
: "&cYou take off your Jetpack, making you fall to the ground"
  NoFuel
: "&cYou are out of fuel!"

Code (YAML):
# Don't change VERSION!
Version
: 1.5

# Disable Enable Update Notification
UpdateNotification
: true

Code (YAML):
Jetpacks :
  # ID for jetpack item
  VIP
:
    # Display the item name
    DisplayName
: '&8&l [&b&lFJetpack&8&l ]'
    # Lore item
    Lore
:
     - '&3&m&l ----=== [&r &8 &b&lINFO &8 &3&m&l ]=== ----'
      - '&9Rank
: &6&lVIP'
      - ''
      - '&3&m&l ----=== [&b &lUSAGE &3&m&l ]=== ----'
      - '&9Sneak to toggle on/off'
      - '&9Double jump to fly'
      - ''
      # You can remove this lore or change the lore.
      - '&7Fuel
: &a{#fuel_value} &b { #fuel}'
    Permission
: fjetpack.vip
    # Jetpack Item (Supports all armor items)
    JetpackItem
: CHAINMAIL_CHESTPLATE
    # Unbreakable item?
    Unbreakable
: true
    # 'Remove' - Remove Jetpack on Fuel is empty
    # 'Drop' - Drop Jetpack on Fuel is empty
    # 'None' - nothing to do
    OnEmptyFuel
: None
    # 'Remove' - Remove Jetpack on Player death
    # 'Drop' - Drop Jetpack on Player death
    # 'None' - nothing to do
    OnDeath
: None
    # For CustomFuels.yml using ID with prefix @
    # Fuel Item Material
    Fuel
: "@CVIP"
    # Fuel Cost
    FuelCost
: 1
    # Fuel Burn Rate in seconds
    BurnRate
: 5
    # Maximum speed value is -10 to 10!
    Speed
: 1.0
    # if you don't want to use particle set to 'none'
    # if particle doesn't support or error, this plugin will automatically replace particle effect to CLOUD!
    ParticleEffect
: CLOUD
    # Amount of particle
    ParticleAmount
: 0
    # Particle delay in ticks
    ParticleDelay
: 2
    # if you don't want to use flags set to 'none'
    # example Flags: 'none'
    Flags
:
     - HIDE_ATTRIBUTES
      - HIDE_ENCHANTS
    # if you don't want to use enchantment set to 'none'
    # example Enchantment: 'none'
    Enchantments
:
      # enchant under version 1.17 server use old method enchantments, like - "DURABILITY:3"
      - "unbreaking:3" # for newer server version 1.17+
    # Disable world
    WorldBlackList
:
     - world1
  Member
:
    DisplayName
: '&8&l [&b&lFJetpack&8&l ]'
    Lore
:
     - '&3&m&l ----=== [&r &8 &b&lINFO &8 &3&m&l ]=== ----'
      - '&9Rank
: &f&lMember'
      - ''
      - '&3&m&l ----=== [&b &lUSAGE &3&m&l ]=== ----'
      - '&9Sneak to toggle on/off'
      - '&9Double jump to fly'
      - ''
      - '&7Fuel
: &a{#fuel_value} &b { #fuel}'
    Permission
: fjetpack.member
    JetpackItem
: LEATHER_CHESTPLATE
    Unbreakable
: false
    OnEmptyFuel
: none
    OnDeath
: none
    Fuel
: Coal
    FuelCost
: 1
    BurnRate
: 5
    Speed
: 1.0
    ParticleEffect
: none
    ParticleAmount
: 0
    ParticleDelay
: 2
    Flags
:
     - HIDE_ATTRIBUTES
      - HIDE_ENCHANTS
    Enchantments
: none
    WorldBlackList
:
     - world1

Code (YAML):
CustomFuels :
  #ID For fuel
  CVIP
:
    # Custom display name the fuel, leave empty will using DisplayName
    CustomDisplay
: "&6&lPertamax"
    DisplayName
: '&b&lC&6&lVIP'
    Lore
:
     - ''
      - '&eFuel for &l&6VIP!'
      - ''
      - '&6&lPremium &efuel'
    Item
: GOLD_INGOT
    # Permission to use this fuel
    Permission
: fjetpack.fuel.cvip
    Glowing
: true
Code (YAML):
CustomFuels :
  #ID For fuel
  CVIP
:
    # Custom display name the fuel, leave empty will using DisplayName
    CustomDisplay
: "&6&lPertamax"
    DisplayName
: '&b&lC&6&lVIP'
    Lore
:
     - ''
      - '&eFuel for &l&6VIP!'
      - ''
      - '&6&lPremium &efuel'
    Item
: GOLD_INGOT
    # Permission to use this fuel
    Permission
: fjetpack.fuel.cvip
    Glowing
: true

Code (YAML):
Messages:
  Prefix
: "&8&l[&b&lFJetpack&8&l]&r "
  JetpackOn
: "&a&lON"
  JetpackOff
: "&4&lOFF"
  NoPerm
: "&cYou don't have permission!"
  NeedFuel
: "&cYou don't have fuel to fly!"
  WorldBlocked
: "&cYou can't use Jetpack in this World!"
  JetpackRemoved
: "&cYou take off your Jetpack, making you fall to the ground"
  NoFuel
: "&cYou are out of fuel!"
  OnEmptyFuelDropped
: "&cJetpack out of fuel has been dropped!"
  OnEmptyFuelRemoved
: "&cJetpack out of fuel has been removed!"
  OnDeathDropped
: "&cYou died jetpack has been dropped!"
  OnDeathRemoved
: "&cYou died jetpack has been removed!"

Installation
1.Download and drag the plugin .jar file into your plugins folder.
2.Load plugin using Plugman or Restart server.​



Webp.net-resizeimage (1).png



NOTE: This plugin particle doesn't work on 1.8.x!!!

Please leave a review. if there are error/bugs, please report to my Discord or " Discussion" tab. don't put error/bugs in the review!

Support me by give review or donation.
Thanks​
Resource Information
Author:
----------
Total Downloads: 4,728
First Release: May 4, 2020
Last Update: Mar 19, 2022
Category: ---------------
All-Time Rating:
11 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings