1.1.1-STABLE
/f coords - displays your coords and current world to your faction /f showclaims - Lists all your claims in every world /f lowpower - lists players with power under max /f tntfill <radius> <amount> - fills tnt in a radius and amount, hooks into /f tntbank if you're a mod or higher. Some of these commands require permissions please see the permissions page here https://www.prosavage.net/wiki/permissions
This commit is contained in:
@@ -346,12 +346,15 @@ help:
|
||||
- '&e/f join &f<name> &8- &7Join to the faction.'
|
||||
- '&e/f list &8- &7List all factions.'
|
||||
- '&e/f top &8- &7View the richest factions.'
|
||||
- '&e/f map &8- &7Map of the surrounding area.'
|
||||
- '&e/f map &8- &7Map of the surrounding area, click chunks to claim.'
|
||||
- '&e/f sethome &8- &7Teleport to faction home.'
|
||||
- '&e/f home &8- &7Set your faction home.'
|
||||
- '&e/f ban &8- &7Ban a member from your faction.'
|
||||
- '&e/f unban &8- &7Unban a member from your faction.'
|
||||
- '&e/f banlist &8- &7List banned players from your faction.'
|
||||
- '&e/f lowpower &8- &7List player with power under max from your faction.'
|
||||
- '&e/f coords &8- &7Broadcast your location to your faction.'
|
||||
- '&e/f showclaims &8- &7List all claims from your faction.'
|
||||
- '&7&m--------------------&r &e/f help 2 &7&m-----------------------'
|
||||
'2':
|
||||
- '&7&m----------------------------------------------------'
|
||||
@@ -363,7 +366,9 @@ help:
|
||||
- '&e/f claim &8- &7Claim a land for your faction.'
|
||||
- '&e/f unclaim &8- &7Unclaim land from your faction.'
|
||||
- '&e/f kick &f<playerName> &8- &7Kick player from your faction.'
|
||||
- '&e/f mod &f<playerName> &8- &7Set player role in faction.'
|
||||
- '&e/f mod &f<playerName> &8- &7Set player to mod role in faction.'
|
||||
- '&e/f coleader &f<playerName> &8- &7Set player to coleader role in faction.'
|
||||
- '&e/f leader &f<playerName> &8- &7Set player role to leader in faction.'
|
||||
- '&e/f chat &f<Faction | Ally | Public> &8- &7Switch to Faction/Ally/Public chat.'
|
||||
- '&e/f warp &8- &7Opens the warp menu.'
|
||||
- '&e/f setwarp &8- &7Set a warp.'
|
||||
@@ -854,6 +859,10 @@ see-chunk:
|
||||
interval: 5
|
||||
|
||||
|
||||
Tntfill:
|
||||
max-radius: 32
|
||||
max-amount: 64
|
||||
|
||||
############################################################
|
||||
# +------------------------------------------------------+ #
|
||||
# | Big List of variables | #
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: Factions
|
||||
version: ${project.version}-SF-1.1-STABLE
|
||||
version: ${project.version}-SF-1.2-STABLE
|
||||
main: com.massivecraft.factions.P
|
||||
authors: [Olof Larsson, Brett Flannigan, drtshock, ProSavage]
|
||||
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]
|
||||
@@ -317,3 +317,5 @@ permissions:
|
||||
description: create banner
|
||||
factions.killholos:
|
||||
description: kill invisible holograms
|
||||
factions.coords:
|
||||
description: broadcast your coords to the player
|
||||
|
||||
Reference in New Issue
Block a user