This commit is contained in:
Joshua Murphy 2018-11-20 07:37:45 -05:00
parent ee8927039b
commit 139a28de8a
4 changed files with 17 additions and 15 deletions

View File

@ -11,6 +11,7 @@ public class CmdChest extends FCommand {
public CmdChest() { public CmdChest() {
this.aliases.add("chest"); this.aliases.add("chest");
this.aliases.add("pv");
//this.requiredArgs.add(""); //this.requiredArgs.add("");

View File

@ -435,7 +435,7 @@ public class FactionsPlayerListener implements Listener {
if (SavageFactions.plugin.getConfig().getBoolean("scoreboard.default-enabled", false)) { if (SavageFactions.plugin.getConfig().getBoolean("scoreboard.default-enabled", false)) {
FScoreboard.init(me); FScoreboard.init(me);
FScoreboard.get(me).setDefaultSidebar(new FDefaultSidebar(), SavageFactions.plugin.getConfig().getInt("default-update-interval", 20)); FScoreboard.get(me).setDefaultSidebar(new FDefaultSidebar(), SavageFactions.plugin.getConfig().getInt("scoreboard.default-update-interval", 20));
FScoreboard.get(me).setSidebarVisibility(me.showScoreboard()); FScoreboard.get(me).setSidebarVisibility(me.showScoreboard());
} }

View File

@ -1,8 +1,9 @@
# SavageFactions by ProSavage # SavageFactions by ProSavage
# Report issues https://github.com/ProSavage/SavageFactions/issues/new # Report issues: https://github.com/ProSavage/SavageFactions/issues/new
# Live support https://discord.gg/W9dv9WP # Live support: https://discord.gg/W9dv9WP
# Spigot Site: https://www.spigotmc.org/resources/savagefactions-factionsuuid-reimagined-1-7-1-12.52891/ # Spigot Site: https://www.spigotmc.org/resources/savagefactions-factionsuuid-reimagined-1-7-1-12.52891/
# Website: https://www.prosavage.net/ # Website: https://www.prosavage.net/
# Jenkins: https://jenkins.prosavage.net/
# Made with love <3 # Made with love <3
@ -70,12 +71,6 @@ ffly:
Enable-While-Vanished: true Enable-While-Vanished: true
AutoEnable: true #If set to true, fly will automatically enable when walking into your own chunk. AutoEnable: true #If set to true, fly will automatically enable when walking into your own chunk.
# This will set the timeout for the stealth in seconds.
stealth-timeout: 300
stealth-cost: 500
# If a player leaves fly (out of territory or took damage) # If a player leaves fly (out of territory or took damage)
# how long should they not take fall damage for? # how long should they not take fall damage for?
# Set to 0 to have them always take fall damage. # Set to 0 to have them always take fall damage.
@ -355,7 +350,7 @@ help:
- '&e/f list &8- &7List all factions.' - '&e/f list &8- &7List all factions.'
- '&e/f top &8- &7View the richest factions.' - '&e/f top &8- &7View the richest factions.'
- '&e/f map &8- &7Map of the surrounding area, click chunks to claim.' - '&e/f map &8- &7Map of the surrounding area, click chunks to claim.'
- '&e/f sethome &8- &7Teleport to faction home.' - '&e/f sethome &8- &7Set your faction home.'
- '&e/f home &8- &7Set your faction home.' - '&e/f home &8- &7Set your faction home.'
- '&e/f title &f<playername> <title> &8- &7Set a player''s title, color codes supported.' - '&e/f title &f<playername> <title> &8- &7Set a player''s title, color codes supported.'
- '&e/f ban &8- &7Ban a member from your faction.' - '&e/f ban &8- &7Ban a member from your faction.'
@ -734,7 +729,7 @@ checkpoints:
############################################################ ############################################################
# +------------------------------------------------------+ # # +------------------------------------------------------+ #
# | Faction Near | # # | Faction Near | #
# +------------------------------------------------------+ # # +------------------------------------------------------+ #
############################################################ ############################################################
fnear: fnear:
@ -761,12 +756,13 @@ fvault:
############################################################ ############################################################
# +------------------------------------------------------+ # # +------------------------------------------------------+ #
# | Faction Vault | # # | Faction Chest | #
# +------------------------------------------------------+ # # +------------------------------------------------------+ #
fchest: fchest:
Enabled: true Enabled: true
Inventory-Title: '&2&lFaction Chest' Inventory-Title: '&2&lFaction Chest'
# Vault size upgrades can be configured in the upgrades section of config # Chest size upgrades can be configured in the upgrades section of config
############################################################ ############################################################
# +------------------------------------------------------+ # # +------------------------------------------------------+ #
# | Faction Upgrades | # # | Faction Upgrades | #
@ -940,6 +936,11 @@ fupgrades:
slots: slots:
- 22 - 22
############################################################
# +------------------------------------------------------+ #
# | Faction Banners | #
# +------------------------------------------------------+ #
############################################################
fbanners: fbanners:
Enabled: true Enabled: true
Item: Item:

View File

@ -2,7 +2,7 @@ name: Factions
version: ${project.version}-1.4-STABLE version: ${project.version}-1.4-STABLE
api-version: 1.13 api-version: 1.13
main: com.massivecraft.factions.SavageFactions main: com.massivecraft.factions.SavageFactions
authors: [Olof Larsson, Brett Flannigan, drtshock, ProSavage, AL56AF50] authors: [Olof Larsson, Brett Flannigan, drtshock, ProSavage, AL56AF50, Driftay]
softdepend: [CoreProtect, PlayerVaults, PlaceholderAPI, MVdWPlaceholderAPI, PermissionsEx, Permissions, Essentials, EssentialsChat, HeroChat, iChat, LocalAreaChat, LWC, nChat, ChatManager, CAPI, AuthMe, Vault, Spout, WorldEdit, WorldGuard, AuthDB, CaptureThePoints, CombatTag, dynmap, FactionsTop] softdepend: [CoreProtect, PlayerVaults, PlaceholderAPI, MVdWPlaceholderAPI, PermissionsEx, Permissions, Essentials, EssentialsChat, HeroChat, iChat, LocalAreaChat, LWC, nChat, ChatManager, CAPI, AuthMe, Vault, Spout, WorldEdit, WorldGuard, AuthDB, CaptureThePoints, CombatTag, dynmap, FactionsTop]
website: www.prosavage.net website: www.prosavage.net
commands: commands: