1.3-STABLE

------------------------------------------------------------------
1.7 Support Added
- Titles disabled in 1.7
- Banners disabled in 1.7
- Itemflags disabled in 1.7 for /f warp, /f perms, and /f upgrades
/f perms GUI has been redesigned ( Reset your config.yml or Change it from the config differences )

Reset conf.json for the following.
Default color for members set to light green ( &a )
Default color for wilderness set to gray ( &7 )
------------------------------------------------------------------
This commit is contained in:
ProSavage
2018-05-03 09:03:16 -05:00
parent 6bf4598d57
commit f30cd44b54
18 changed files with 368 additions and 283 deletions

View File

@@ -414,13 +414,13 @@ fperm-gui:
#Setting a slot to -1 will disable it
slots:
recruit: 10
normal: 11
moderator: 12
coleader: 13
truce: 21
ally: 20
enemy: 22
neutral: 19
normal: 12
moderator: 14
coleader: 16
truce: 19
ally: 21
enemy: 23
neutral: 25
# Material to be displayed
materials:
recruit: WOOD_SWORD
@@ -444,6 +444,14 @@ fperm-gui:
- 7
- 8
- 9
- 11
- 13
- 15
- 17
- 20
- 22
- 24
- 26
- 17
- 18
- 19
@@ -466,7 +474,7 @@ fperm-gui:
-
action:
name: 'Faction Permissions'
rows: 4
rows: 6
# If this field exists colorable materials will be updated
# https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/DyeColor.html
access:
@@ -480,56 +488,56 @@ fperm-gui:
back: 0
# Start action slots
build: 9
destroy: 10
frost-walk: 11
pain-build: 12
door: 13
button: 14
lever: 15
container: 16
invite: 17
kick: 18
item: 19
sethome: 20
withdraw: 21
territory: 22
access: 23
promote: 24
setwarp: 25
warp: 26
ban: 27
disband: 28
fly: 29
vault: 30
tntbank: 31
tntfill: 32
build: 10
destroy: 11
frost-walk: 12
pain-build: 13
door: 14
button: 15
lever: 16
container: 19
invite: 20
kick: 21
item: 22
sethome: 23
widthdraw: 24
territory: 25
access: 28
promote: 29
setwarp: 30
warp: 31
ban: 32
disband: 33
fly: 34
vault: 40
tntbank: 39
tntfill: 41
# Material to show, if the material is colorable eg: Wool, Stained Clay it will update with it's access color
materials:
build: STAINED_CLAY
destroy: STAINED_CLAY
frost-walk: STAINED_CLAY
pain-build: STAINED_CLAY
door: STAINED_CLAY
button: STAINED_CLAY
lever: STAINED_CLAY
container: STAINED_CLAY
invite: STAINED_CLAY
kick: STAINED_CLAY
item: STAINED_CLAY
sethome: STAINED_CLAY
withdraw: STAINED_CLAY
territory: STAINED_CLAY
access: STAINED_CLAY
promote: STAINED_CLAY
setwarp: STAINED_CLAY
warp: STAINED_CLAY
ban: STAINED_CLAY
disband: STAINED_CLAY
fly: STAINED_CLAY
vault: STAINED_CLAY
tntbank: STAINED_CLAY
tntfill: STAINED_CLAY
build: STAINED_GLASS
destroy: STAINED_GLASS
frost-walk: STAINED_GLASS
pain-build: STAINED_GLASS
door: STAINED_GLASS
button: STAINED_GLASS
lever: STAINED_GLASS
container: STAINED_GLASS
invite: STAINED_GLASS
kick: STAINED_GLASS
item: STAINED_GLASS
sethome: STAINED_GLASS
widthdraw: STAINED_GLASS
territory: STAINED_GLASS
access: STAINED_GLASS
promote: STAINED_GLASS
setwarp: STAINED_GLASS
warp: STAINED_GLASS
ban: STAINED_GLASS
disband: STAINED_GLASS
fly: STAINED_GLASS
vault: STAINED_GLASS
tntbank: STAINED_GLASS
tntfill: STAINED_GLASS
# Same dummy items format as above
dummy-items:
'0':
@@ -540,10 +548,48 @@ fperm-gui:
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 10
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
# {action} Action name eg: Setwarp, Kick
# {action-access} Access name eg: Allow, Deny
# {action-access-color} Access color eg: Allow;GREEN
@@ -613,7 +659,7 @@ fwarp-gui:
- 25
- 26
warp-item:
material: STONE
material: EYE_OF_ENDER
name: "&e&l(!) &eFaction Warp: &6&n{warp}"
# {warp-protected} Warp protection by password, Enabled & Disabled
# {warp-cost} Warp cost

View File

@@ -1,5 +1,5 @@
name: Factions
version: ${project.version}-SF-1.2-STABLE
version: ${project.version}-1.3-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]