Page: 1 2 3

2.0.5 Sep 16, 2023
Bug fix & Refactoring
  • Solved an issue with MythicMob level
  • Refactoring on Spigot command

2.0.4 Sep 12, 2023
small bug fix
  • Solved a small bug with plugin version checker

2.0.3 Sep 12, 2023
Added new placeholders
  • Added new placeholders:
  • %avampost_<avampost_name>_name% 
  • %avampost_<avampost_name>_description%
  • %avampost_<avampost_name>_claim%

2.0.2 Sep 12, 2023
Reworked chat input system & bug fix
  • Reworked chat input system
  • Fixxed few bugs with chat in Spigot version

2.0.1 Sep 11, 2023
A lot of bug fix

Fixxed a lot of bugs between version


2.0 Sep 11, 2023
2.0 RELEASE
  • Reworked Spigot version, let me know about any issue on discord.
  • Added all features in the previous updates.

2.0d Sep 5, 2023
Small bug fix
  • small bug fix (update checker)

2.0c Sep 4, 2023
Added update checker
This version of the plugin is not stable! And the update has been added only in paper mode; it will be available soon for Spigot as well!
There are many breaking changes, so I would not recommend using this build.
  • Added update checker

PRE 2.0b Sep 3, 2023
KingdomsX improvements
This version of the plugin is not stable! And the update has been added only in paper mode; it will be available soon for Spigot as well!
There are many breaking changes, so I would not recommend using this build.
  • Added reward system in KingdomsX event
  • Fixxed a bug with Mob section
  • Fixxed a bug with kingdomsX avampost when its not hooked
  • Added variables %player% and %kingdom% for rewards section and messages. 

PRE 2.0a Sep 3, 2023
KingdomsX integration & other improvements
This version of the plugin is not stable! And the update has been added only in paper mode; it will be available soon for Spigot as well!
There are many breaking changes, so I would not recommend using this build.
  • Added kingdomsX avampost type
  • A lot of refactoring
  • Added new messages 
  • Added new type of message support adding sound support
  • Other improvements to code, and bug fixing

PRE 2.0 Sep 2, 2023
PRE 2.0 BIG CHANGES
This version of the plugin is not stable! And the update has been added only in paper mode; it will be available soon for Spigot as well!
There are many breaking changes, so I would not recommend using this build.
  • Added Dynamic Mob System
  • Changes on the default avamposts.yml file
  • Added new parameters on default avampost type, cooldown
  • Removed boss section 
  • Improved a lot the performance of the plugin 
  • Added initial system of cooldown for each avampost 
  • New type system (initial) for support new type of avamposts (for the moment only killmobs)
  • Solved few bugs, like lastOpenGUI system

1.3 Aug 24, 2023
Placeholder API support & few bugs fix
  • Added placeholderAPI support
  • Added cooldown placeholder: %avampost_avampostname_cooldown%
  • Removed unused Paper loader
  • Fixxed few bugs

PRE 1.3 Aug 23, 2023
Small bug fix
  • Small bug fix

1.2 Aug 22, 2023
Improvements
  • Refactoring
  • Improved WorldGuard Event, removing entering message on cooldown

1.2 Aug 22, 2023
Improved performance & new option added
  • New config option
  • Optimizied WorldGuard flags code
# Send a message to player when he enter in the avampost
# if you don't want to send a message set this to false
send-message-on-enter: true

1.2 Aug 20, 2023
Improved a lot the performance & Bug fix
  • Fixxed a lot of errors
  • Improved a lot the performance

1.2 [BETA] Aug 20, 2023
Improvements & bug fix
  • Improved error handling
  • Changed WHITER_SPAWN_EGG to SKELETON_SPAWN_EGG on MobGUI

1.2 [BETA] Aug 20, 2023
Solved an error with location
  • Solved an error with Location when location is null in MobGUI
 

1.2 [BETA] Aug 8, 2023
Default avampost & bug fix
  • Resolved a bug that occurred when creating a new avampost.
  • Added the default outpost; you can configure certain parameters that might be common for all the new outposts you create. So, when a new outpost is created, it will have the values you configured in the config.
  • ADD THIS TO CONFIG.YML OR REMOVE AND REGENERATE THE CONFIG.YML FILE!
 
# You can configure all default avamposts
default-avampost:
  region: 'avamposto' #Region name (WorldGuard)
  displayname: '<red>Avamposto di test' #Name of the Avampost
  description: '<gray>Avamposto di test' #Description
  world: 'world' #World
  requirements:
    requirements-to-join:
      enabled: false
      permission: 'avampost.test' #Permission to enter in the Avampost
    requirements-to-start:
      enabled: false
      permission: 'avampost.test' #Permission to start the Avampost
    requirements-to-get-rewards:
      enabled: false
      permission: 'avampost.test' #Permission to get rewards
  rewards: #Rewards list with %player% placeholder
    - 'give %player% minecraft:diamond 1' #execute command on console
    - 'give %player% minecraft:iron_ingot 1' #execute command on console
  boss:
    id: 'test' #Name of the boss hooked with MythicMobs
    level: 1 #Level of the boss hooked with MythicMobs
    location: #Location on trigger start of event
      x: 0
      y: 0
      z: 0
      world: 'world'
  mobs:
    mob1:
      id: 'test' #Name of the mob hooked with MythicMobs
      level: 1 #Level of the mob hooked with MythicMobs
      location: #Location on trigger start of event
        x: 0
        y: 0
        z: 0
        world: 'world'
    mob2:
      id: 'test' #Name of the mob hooked with MythicMobs
      level: 1 #Level of the mob hooked with MythicMobs
      location: #Location on trigger start of event
        x: 0
        y: 0
        z: 0
        world: 'world'
    mob3:
      id: 'test' #Name of the mob hooked with MythicMobs
      level: 1 #Level of the mob hooked with MythicMobs
      location: #Location on trigger start of event
        x: 0
        y: 0
        z: 0
        world: 'world'
    mob4:
      id: 'test' #Name of the mob hooked with MythicMobs
      level: 1 #Level of the mob hooked with MythicMobs
      location: #Location on trigger start of event
        x: 0
        y: 0
        z: 0
        world: 'world'

 


1.2 [BETA] Aug 4, 2023
Dynamic reward system (spigot)
  • Added new dynamic reward system (spigot)

1.2 [BETA] Aug 3, 2023
Added dynamic reward system
  • Added dynamic reward system (only for paper for the moment)
Ghurbof.png

1.1.4 Aug 3, 2023
Optimized Code
  • Optimized some code on Spigot & Paper version

1.1.3 Aug 3, 2023
Bug fix
  • Fixed an error when the outpost ended

1.1-2 Jul 20, 2023
improved Editor
  • Added during the edit the reopening of the last opened GUI 
  • Code improvements

1.1-1 Jul 1, 2023
BugFix & update dependencies
  • Solved few issues with Logger
  • Updated dependencies: WorldGuard & MythicMobs

Page: 1 2 3