Today is a sad day for me because I am no longer an owner of a factions server and will be selling my custom factions plugin. It is very original and one of a kind. I am not sure what copies people have made but I can assure you it's not the same level of quality as this plugin.
Click the spoilers to see the gui's in the plugin and then I will explain.
This plugin has a lot of features so I will explain each of them so you have an understanding of each one. To see the plugin in action join my test server: 192.95.56.155:25596
1st Picture - You can access this if you are the faction owner by typing /f perm. It will open up a gui and it lets you edit the permissions for each role in your faction. There are 3 roles in this factions. Member, Member+ and Moderator. You can also edit your allies permissions.
Members you can alter the following: Access to f home, claim land, set-home-in-land, invite, f access (building), and kicking.
Member+ you can alter all of the same.
Moderator you can also alter all of the same.
With allies of your faction you can alter the following: set-home-in-land, fly-in-land, and f access (building)
---------------------------------------------------------------------------------------
2nd picture - This is a feature I added to help smaller factions with less players fight bigger factions with more alts. It allows the faction to buy 100 extra power (configurable) for whatever about of money you set in the config. (/f upgrade)
3rd picture - is just what it looks like when u click on the item to alter the allies permissions.
4th picture- is another look at the second picture showing you that u can have 3 upgrades.
5th picture - is what it looks like to alter a rank in your faction permissions.
Here is what the config file looks like:
You can edit the /f message to show in your own color codes or order what commands the factions plugin has. It will look super custom.
So can give me your offer and I'll let you know if I'm interested in selling it.
Join 192.95.56.155:25596 - to see the plugin in action!
My discord is: RustyRune#7925
Click the spoilers to see the gui's in the plugin and then I will explain.
This plugin has a lot of features so I will explain each of them so you have an understanding of each one. To see the plugin in action join my test server: 192.95.56.155:25596
1st Picture - You can access this if you are the faction owner by typing /f perm. It will open up a gui and it lets you edit the permissions for each role in your faction. There are 3 roles in this factions. Member, Member+ and Moderator. You can also edit your allies permissions.
Members you can alter the following: Access to f home, claim land, set-home-in-land, invite, f access (building), and kicking.
Member+ you can alter all of the same.
Moderator you can also alter all of the same.
With allies of your faction you can alter the following: set-home-in-land, fly-in-land, and f access (building)
---------------------------------------------------------------------------------------
2nd picture - This is a feature I added to help smaller factions with less players fight bigger factions with more alts. It allows the faction to buy 100 extra power (configurable) for whatever about of money you set in the config. (/f upgrade)
3rd picture - is just what it looks like when u click on the item to alter the allies permissions.
4th picture- is another look at the second picture showing you that u can have 3 upgrades.
5th picture - is what it looks like to alter a rank in your faction permissions.
Here is what the config file looks like:
####################
## MonsterFactions ##
####################
# default permissions set for new factions / factions without custom perms set yet
default-perms:
member:
f-home: false
claim-land: false
set-home-in-land: false
invite: false
f-access: false
kick: false
member+:
f-home: false
claim-land: false
set-home-in-land: false
invite: false
f-access: false
kick: false
moderator:
f-home: false
claim-land: false
set-home-in-land: false
invite: false
f-access: false
kick: false
ally:
set-home-in-land: false
fly-in-land: false
f-access: false
# configure the items in the main gui
main-gui:
member:
item: 'DIAMOND_CHESTPLATE'
name: '&aMember Permissions'
lore:
- '&7Configure the permissions'
- '&7for faction Members.'
member+:
item: 'MOB_SPAWNER'
name: '&aMember&2+ &aPermissions'
lore:
- '&7Configure the permissions'
- '&7for faction Member+s.'
moderator:
item: 'BEACON'
name: '&bModerator &aPermissions'
lore:
- '&7Configure the permissions'
- '&7for faction Moderators.'
ally:
item: 'GOLDEN_APPLE'
name: '&dAlly &aPermissions'
lore:
- '&7Configure the permissions'
- '&7for allied factions members.'
# configure the permission gui
perm-gui:
perm-item:
name: '&b' # THIS IS JUST THE COLOR OF THE PERMISSION, WHICH IS THE NAME OF THE ITEM
lore:
- '&eHas Permission: &7{status}'
- ' '
- '&7Click the green/red wool'
- '&7to give/revoke this permission.'
# configure the upgrades
upgrades:
1:
item: 'GOLD_INGOT'
name: '&b&lUPGRADE #1'
lore:
- '&7This upgrade gives you'
- '&7100 extra power!'
- ' '
- '&eCost: &a$500k'
command: 'f powerboost f {faction} 100'
cost: 500000
2:
item: 'DIAMOND'
name: '&b&lUPGRADE #2'
lore:
- '&7This upgrade gives you'
- '&7100 extra power!'
- ' '
- '&eCost: &a$1M'
command: 'f powerboost f {faction} 100'
cost: 1000000
3:
item: 'EMERALD'
name: '&b&lUPGRADE #3'
lore:
- '&7This upgrade gives you'
- '&7100 extra power!'
- ' '
- '&eCost: &a$1.5M'
command: 'f powerboost f {faction} 100'
cost: 1500000
# configure the custom f-help command
f-help:
use-custom: true
page-amount: 3
pages:
# more pages can be added by increasing page-amount & adding a new page-# section.
page-1:
- '&e-------------------- &aFaction Help &e--------------------'
- ' &7/f create (name) &f&oCreate a faction'
- ' &7/f join (name) &f&oJoin a faction'
- ' &7/f invite (player) &f&oInvite a player to your faction'
- ' &6Type &c/f help 2 &6to view the next help page.'
page-2:
- '&e-------------------- &aFaction Help &e--------------------'
- ' &7/f setrole (player) (role) &f&oSet a faction members role'
- ' &7/f setleader (player) &f&oTransfer faction ownership'
- ' &7/f kick (player) &f&oKick player from faction'
- ' &6Type &c/f help 3 &6to view the next help page.'
page-3:
- '&e-------------------- &aFaction Help &e--------------------'
- ' &7/f map &f&oView the faction map'
- ' &7/f home &f&oTeleport to faction home'
- ' &7/f claim (player) &f&oClaim faction land'
- ' &6Type &c/f help 2 &6to view the previous help page.'
# configure the messages
messages:
no-faction: '&cYou must be in a faction to use that command!'
not-leader: '&cYou must be the faction leader to use that command!'
perms-updated: '&aPermission updated!'
use-f-promote: '&cUse /f promote & /f demote to manage player roles!'
use-f-setleader: '&cUse /f setleader to transfer faction ownership!'
player-not-in-faction: '&cThat player is not in your faction!'
cant-promote: '&cThat player can not be promoted anymore. Use /f admin to transfer faction ownership.'
cant-demote: '&cThat player can not be demoted from that role.'
promote: '&a{player} &ehas been promoted to &a{role} &eby &a{leader}&e!'
demote: '&a{player} &ehas been demoted to &a{role} &eby &a{leader}&e!'
transfer: '&a{leader} &ehas given faction ownership to &a{player}&e!'
no-permission: '&cYou do not have permission to use that command!'
no-set-home: '&cYou do not have permission to set home here!'
upgrade-owned-lore: '&c&lOWNED'
upgrade-owned-click: '&cYou have already purchased that upgrade!'
# upgrade-purchased is sent to whole faction, and {upgrade} uses the gui item's name.
upgrade-purchased: '&a{player} &ehas purchased the {upgrade} &eupgrade!'
cant-afford-upgrade: '&cYou can not afford that upgrade!'
fly-disabled: '&cYou do not have permission to fly here, so your flight has been disabled.'
no-f-access: '&cYou do not have permission to place or break blocks here.'
## MonsterFactions ##
####################
# default permissions set for new factions / factions without custom perms set yet
default-perms:
member:
f-home: false
claim-land: false
set-home-in-land: false
invite: false
f-access: false
kick: false
member+:
f-home: false
claim-land: false
set-home-in-land: false
invite: false
f-access: false
kick: false
moderator:
f-home: false
claim-land: false
set-home-in-land: false
invite: false
f-access: false
kick: false
ally:
set-home-in-land: false
fly-in-land: false
f-access: false
# configure the items in the main gui
main-gui:
member:
item: 'DIAMOND_CHESTPLATE'
name: '&aMember Permissions'
lore:
- '&7Configure the permissions'
- '&7for faction Members.'
member+:
item: 'MOB_SPAWNER'
name: '&aMember&2+ &aPermissions'
lore:
- '&7Configure the permissions'
- '&7for faction Member+s.'
moderator:
item: 'BEACON'
name: '&bModerator &aPermissions'
lore:
- '&7Configure the permissions'
- '&7for faction Moderators.'
ally:
item: 'GOLDEN_APPLE'
name: '&dAlly &aPermissions'
lore:
- '&7Configure the permissions'
- '&7for allied factions members.'
# configure the permission gui
perm-gui:
perm-item:
name: '&b' # THIS IS JUST THE COLOR OF THE PERMISSION, WHICH IS THE NAME OF THE ITEM
lore:
- '&eHas Permission: &7{status}'
- ' '
- '&7Click the green/red wool'
- '&7to give/revoke this permission.'
# configure the upgrades
upgrades:
1:
item: 'GOLD_INGOT'
name: '&b&lUPGRADE #1'
lore:
- '&7This upgrade gives you'
- '&7100 extra power!'
- ' '
- '&eCost: &a$500k'
command: 'f powerboost f {faction} 100'
cost: 500000
2:
item: 'DIAMOND'
name: '&b&lUPGRADE #2'
lore:
- '&7This upgrade gives you'
- '&7100 extra power!'
- ' '
- '&eCost: &a$1M'
command: 'f powerboost f {faction} 100'
cost: 1000000
3:
item: 'EMERALD'
name: '&b&lUPGRADE #3'
lore:
- '&7This upgrade gives you'
- '&7100 extra power!'
- ' '
- '&eCost: &a$1.5M'
command: 'f powerboost f {faction} 100'
cost: 1500000
# configure the custom f-help command
f-help:
use-custom: true
page-amount: 3
pages:
# more pages can be added by increasing page-amount & adding a new page-# section.
page-1:
- '&e-------------------- &aFaction Help &e--------------------'
- ' &7/f create (name) &f&oCreate a faction'
- ' &7/f join (name) &f&oJoin a faction'
- ' &7/f invite (player) &f&oInvite a player to your faction'
- ' &6Type &c/f help 2 &6to view the next help page.'
page-2:
- '&e-------------------- &aFaction Help &e--------------------'
- ' &7/f setrole (player) (role) &f&oSet a faction members role'
- ' &7/f setleader (player) &f&oTransfer faction ownership'
- ' &7/f kick (player) &f&oKick player from faction'
- ' &6Type &c/f help 3 &6to view the next help page.'
page-3:
- '&e-------------------- &aFaction Help &e--------------------'
- ' &7/f map &f&oView the faction map'
- ' &7/f home &f&oTeleport to faction home'
- ' &7/f claim (player) &f&oClaim faction land'
- ' &6Type &c/f help 2 &6to view the previous help page.'
# configure the messages
messages:
no-faction: '&cYou must be in a faction to use that command!'
not-leader: '&cYou must be the faction leader to use that command!'
perms-updated: '&aPermission updated!'
use-f-promote: '&cUse /f promote & /f demote to manage player roles!'
use-f-setleader: '&cUse /f setleader to transfer faction ownership!'
player-not-in-faction: '&cThat player is not in your faction!'
cant-promote: '&cThat player can not be promoted anymore. Use /f admin to transfer faction ownership.'
cant-demote: '&cThat player can not be demoted from that role.'
promote: '&a{player} &ehas been promoted to &a{role} &eby &a{leader}&e!'
demote: '&a{player} &ehas been demoted to &a{role} &eby &a{leader}&e!'
transfer: '&a{leader} &ehas given faction ownership to &a{player}&e!'
no-permission: '&cYou do not have permission to use that command!'
no-set-home: '&cYou do not have permission to set home here!'
upgrade-owned-lore: '&c&lOWNED'
upgrade-owned-click: '&cYou have already purchased that upgrade!'
# upgrade-purchased is sent to whole faction, and {upgrade} uses the gui item's name.
upgrade-purchased: '&a{player} &ehas purchased the {upgrade} &eupgrade!'
cant-afford-upgrade: '&cYou can not afford that upgrade!'
fly-disabled: '&cYou do not have permission to fly here, so your flight has been disabled.'
no-f-access: '&cYou do not have permission to place or break blocks here.'
You can edit the /f message to show in your own color codes or order what commands the factions plugin has. It will look super custom.
So can give me your offer and I'll let you know if I'm interested in selling it.
Join 192.95.56.155:25596 - to see the plugin in action!
My discord is: RustyRune#7925
Last edited:
