Improve the Faction home system.
This commit is contained in:
@@ -26,6 +26,7 @@ permissions:
|
||||
factions.flag: {description: manage faction flags, default: false}
|
||||
factions.flag.set: {description: set faction flags, default: false}
|
||||
factions.home: {description: teleport to faction home, default: false}
|
||||
factions.home.other: {description: teleport to another faction home, default: false}
|
||||
factions.invite: {description: set if player is invited, default: false}
|
||||
factions.join: {description: join faction, default: false}
|
||||
factions.join.any: {description: join closed faction, default: false}
|
||||
@@ -59,6 +60,8 @@ permissions:
|
||||
factions.title.color: {description: set player title with color, default: false}
|
||||
factions.unclaim: {description: unclaim land where you stand, default: false}
|
||||
factions.unclaimall: {description: unclaim all land, default: false}
|
||||
factions.unsethome: {description: unset faction home, default: false}
|
||||
factions.unsethome.other: {description: unset other faction home, default: false}
|
||||
factions.version: {description: see plugin version, default: false}
|
||||
# -------------------------------------------- #
|
||||
# STAR NOTATION
|
||||
@@ -81,6 +84,7 @@ permissions:
|
||||
factions.flag: true
|
||||
factions.flag.set: true
|
||||
factions.home: true
|
||||
factions.home.other: true
|
||||
factions.invite: true
|
||||
factions.join: true
|
||||
factions.join.any: true
|
||||
@@ -114,6 +118,8 @@ permissions:
|
||||
factions.title.color: true
|
||||
factions.unclaim: true
|
||||
factions.unclaimall: true
|
||||
factions.unsethome: true
|
||||
factions.unsethome.other: true
|
||||
factions.version: true
|
||||
# -------------------------------------------- #
|
||||
# KITS
|
||||
@@ -142,6 +148,8 @@ permissions:
|
||||
children:
|
||||
factions.kit.rank0: true
|
||||
factions.admin: true
|
||||
factions.home.other: true
|
||||
factions.unsethome.other: true
|
||||
factions.kit.rank0:
|
||||
default: false
|
||||
children:
|
||||
@@ -187,6 +195,7 @@ permissions:
|
||||
factions.title.color: true
|
||||
factions.unclaim: true
|
||||
factions.unclaimall: true
|
||||
factions.unsethome: true
|
||||
factions.version: true
|
||||
factions.kit.default:
|
||||
default: true
|
||||
|
||||
Reference in New Issue
Block a user