[ 20% OFF ] [ OUTPOST 1.8x - 1.14.x ] | ✔ HOLOGRAMS | ✔ MULTIPLIERS | ✔ FULLY CONFIGURABLE!

Status
This thread has been locked.

Kieraaaan

Plugin Developer
Premium
Feedback score
7
Posts
467
Reactions
222
Resources
2

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.'
Below is an example of the outpost.yml file which is generated (after you set the outpost zone), this is used to set the outpost zone after restarts so you don't have to set it every time.
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'
The minimum-point and maximum-point sections are just the corners which you selected when creating the outpost zone, these are needed to create the capture zone after restarts. The persist section is where the capture percentage and owner faction is saved (if enabled in the config) to not lose scores or outpost control after restarts.
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.
8bifE6xjRIqJLp9hIfevPQ.png

These are the messages for when you're on the outpost capture zone:
qrccKvX9R5qMMJY03T5NxA.png

If another faction is on the capture point, you will get a message which looks like the following (it can also be changed):
JNDe0s3PRXOVLoRCrDaahA.png

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.
aLIAxEg5SlSGdOIrPmiI7A.png

8e4NaODbQmC1mmJu0unF-A.png

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.
 

xvictx

Feedback score
1
Posts
69
Reactions
14
Resources
0
Big vouch for Kieraaaan amazing developer, alot of experience with factions so code is gonna be crisp.
 

NV6

the opensource person(?)
Premium
Feedback score
8
Posts
386
Reactions
223
Resources
1

Kieraaaan

Plugin Developer
Premium
Feedback score
7
Posts
467
Reactions
222
Resources
2

Kieraaaan

Plugin Developer
Premium
Feedback score
7
Posts
467
Reactions
222
Resources
2

Kieraaaan

Plugin Developer
Premium
Feedback score
7
Posts
467
Reactions
222
Resources
2

Kieraaaan

Plugin Developer
Premium
Feedback score
7
Posts
467
Reactions
222
Resources
2
does his also work with skyblock?
Not yet. However, i'm working on an update which will support Massive Core, Legacy Factions, FactionsUUID (+ SavageFactions) and ASkyBlock.
 

Kieraaaan

Plugin Developer
Premium
Feedback score
7
Posts
467
Reactions
222
Resources
2
Outpost now supports MassiveCraft Factions and LegacyFactions! Stay tuned for SuperiorSkyblock2 and ASkyBlock support.
Get the plugin from Spigot or MC-Market!
 

Kieraaaan

Plugin Developer
Premium
Feedback score
7
Posts
467
Reactions
222
Resources
2
Outpost now supports ASkyBlock, stay tuned for future updates as I will be adding support for Towny as well as multiple outposts.
 

Skiddinq

Feedback score
1
Posts
51
Reactions
5
Resources
0
I have bought this plugin using it. The plugin is awesome and optimized.Fast respınse by support! Fat vouch
 
Status
This thread has been locked.
Top