Outpost is a plugin which allows players to combat over control of a point which, if captured, will reward the player's faction with rewards.
Configurations:
Outposts is a very configurable plugin, below you will find the config.yml which has multiple variables which you can modify to your liking (I've added comments above each variable, somewhat explaining what it modifies):
Code:
# The world in which the outpost is located.
world-name: 'world'
# Save the outpost owner and capture percent after restarts?
persist-outpost: false
# Reward the outpost owner with money?
money-task: true
# How often should the faction members be rewarded? (in seconds)
money-task-delay: 60
# How much to give to the faction members?
money-to-give: 1000.0
# Increase sell prices?
sell-multiplier: true
# Increase exp dropped?
exp-multiplier: true
# Increase mcMMO exp?
mcmmo-multiplier: false
multipliers:
# How much to increase sell prices by?
sell-multiplier: 1.5
# How much to increase exp dropped by?
exp-multiplier: 1.5
# How much to increase mcmmo xp by?
mcmmo-multiplier: 1.5
# Broadcast outpost percentage changes?
announce-percent: false
# Can players in wilderness capture the outpost?
wilderness-can-cap: false
# If nobody has capped the outpost, what should the placeholder be?
no-faction-placeholder: 'none'
# The delay for calculating the outpost's percentage increase/decrease (in seconds).
outpost-cap-delay: 5
# The delay for checking if a player has entered the outpost
player-track-delay: 1
# When calculating the outpost's percentage increase/decrease, a random number is generated in between the following floats.
cap-increment:
minimum: 1.11
maximum: 3.64
# What should the percent look like? (e.g.: #.# = 14.2, #.## = 14.23)
cap-percent-format: '#.#'
# Display a hologram in the middle of the outpost?
use-hologram: true
# How often should the hologram be updated?
hologram-task-delay: 1
# How far up should the hologram be?
hologram-y-offset: 2
# The layout of the hologram
hologram-layout:
- '&7Status: &a%status%'
- '&7Faction: &a%faction%'
- '&7Percent: &a%percent%%'
- '%progress%'
# The progress bar for the %progress% bit in the hologram-layout.
progress-bar:
completed-color: '&a'
uncompleted-color: '&7'
bar-symbol: '|'
number-of-bars: 40
format: '&8[&r%bar%&8]'
# Status messages.
status:
inactive: 'inactive'
attack: 'under attack'
# Is the sender not a player?
only-player: '&cOnly in-game players can use this command.'
# Does the sender have permission?
no-perms: '&cYou do not have permission to use this command.'
# The configuration was reloaded.
config-reloaded: '&aThe config was reloaded successfully.'
# The outpost doesn't have an owner.
outpost-neutral: '&7Outpost is currently &aneutral &7(&a%points%%&7)'
# The outpost is capped by a faction.
outpost-capped: '&7Outpost is controlled by &a%faction% &7(&a%points%%&7)'
# The outpost capture zone was set.
cap-cuboid-set: '&aOutpost capture zone has been set.'
# The player doesn't have a selection yet.
make-selection: '&cYou need to make a WorldEdit selection first.'
# The outpost was neutralised (was the faction disbanded?)
outpost-neutralised: '&7Outpost has been &aneutralized&7!'
# There is more than 1 faction trying to capture the outpost.
enemy-faction-capping: '&7Another faction is preventing you from capturing the outpost.'
# A faction lost control to the outpost.
outpost-lost: '&7Outpost has been &aneutralized &7by &a%attacker% &7causing &a%defender% &7to lose control.'
# The message sent when a new percentage is calculated.
percent-update: '&7Outpost control: &a%points%%'
# The outpost was captured by a faction.
outpost-captured: '&7Outpost has been successfully captured by &a%faction%&7!'
# The player trying to capture the outpost is in wilderness.
wilderness-cap: '&cYou can''t capture the outpost without belonging to a faction.'
Code:
outpost:
location:
minimum-point:
x: -21.0
y: 63.0
z: 213.0
maximum-point:
x: -16.0
y: 66.0
z: 218.0
persist:
cap-percent: 8.577227
faction-id: '55'
Images:
This is the hologram which appears in the centre of the outpost, you can configure the y offset in case you want it to be a bit higher up.
These are the messages for when you're on the outpost capture zone:
If another faction is on the capture point, you will get a message which looks like the following (it can also be changed):
Setting up:
To setup the outpost capture point, you will need to create a WorldEdit selection and then execute the command /outpost setzone. This will then create the capture zone and, if enabled, will also create the hologram to go in the middle of the outpost.
At the moment this can only be purchased on Spigot as it hasn't been accepted on MC-Market yet however, I'll add a link to MCM once it's accepted.
Terms and Conditions:
- By purchasing this plugin you automatically agree to these terms and conditions.
- You are not allowed to resell this plugin without permission.
- You are not allowed to claim this plugin as your own.
- You are not allowed to redistribute this plugin under any circumstances.
- You will not chargeback any payment, this is a digital product and upon purchasing it you will receive the plugin in a JAR format.