Added Invalid Location to checkpoint
Fixed Checkpoint cooldown Made it so you have to buy vaults from /f getvault, and buy banners from /f banner Particle based seechunk that works when moving between chunks Particle support for 1.7-1.12 Made fly particles mode subtle
This commit is contained in:
@@ -193,7 +193,7 @@ warmups:
|
||||
# Delay for /f warp
|
||||
f-warp: 10
|
||||
# Delay for /f fly
|
||||
f-fly: 10
|
||||
f-fly: 0
|
||||
#Delay for /f checkpoint's teleport
|
||||
f-checkpoint: 10
|
||||
#Delay for /f tpbanner
|
||||
@@ -669,6 +669,7 @@ fnear:
|
||||
# +------------------------------------------------------+ #
|
||||
fvault:
|
||||
Enabled: true
|
||||
Price: 5000
|
||||
Item:
|
||||
Name: '&e&l*&f&l*&e&l* &e&lFaction Vault &7(Place) &e&l*&f&l*&e&l*'
|
||||
Lore:
|
||||
@@ -853,8 +854,11 @@ see-chunk:
|
||||
# If disabled, it will use fake blocks like before (can cause client side lag)
|
||||
particles: true
|
||||
particle: "BARRIER"
|
||||
# How long should we show these particles? No idea the units, 10 just seemed good.
|
||||
length: 10
|
||||
# For Particle types like barrier, the interval can be much higher. but for redstone etc it has to be low, like 10
|
||||
# Interval between when particles are sent
|
||||
# setting to 10 makes it a constant heartbeat effect
|
||||
# setting to 5, makes it almost solid ( looks better imo but is more intensive)
|
||||
interval: 10
|
||||
|
||||
############################################################
|
||||
# +------------------------------------------------------+ #
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: Factions
|
||||
version: ${project.version}-SF-1.0.18
|
||||
version: ${project.version}-SF-1.0.19
|
||||
main: com.massivecraft.factions.P
|
||||
authors: [Olof Larsson, Brett Flannigan, drtshock, ProSavage]
|
||||
softdepend: [PlayerVaults, PlaceholderAPI, MVdWPlaceholderAPI, PermissionsEx, Permissions, Essentials, EssentialsChat, HeroChat, iChat, LocalAreaChat, LWC, nChat, ChatManager, CAPI, AuthMe, Vault, Spout, WorldEdit, WorldGuard, AuthDB, CaptureThePoints, CombatTag, dynmap, FactionsTop]
|
||||
|
||||
Reference in New Issue
Block a user