improve performance, because plugin doesn't looping everytime...
Fixed Bugs!
Bug fix when player disconnected!
Bug fix when player sneak!
Bug fix particle effect!
Fix something important bug...!
Doesn't recommended unload plugin using plugman if you using CMI or Essentials plugin if player have permission saved state on quit! it's very important!,
but if you want to update using plugman it's OK
I'm really sorry about previous version...
Updated config version to 1.3
See:
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 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!"