OutpostCommander (Free Version) icon

OutpostCommander (Free Version) -----

Add outpost to your Minecraft Server




  • Improved a lot the UpdateChecker
  • Added spigot aliases support configurable in config.yml
  • Updated .gitignore
  • Code improvements
  • Refactoring
----------, Nov 23, 2023

----------, Nov 22, 2023

Wrong jar
----------, Nov 15, 2023

  • Make code more cleaner
----------, Nov 14, 2023

  • Fixxed an error with UpdateChecker
  • Fixxed an error while using blank /outpost command
  • Fixxed a several issues with Spigot version that don't load Spigot classes
  • Changed some names from Avampost to Outpost
  • Added more information on starting plugin
  • Fixxed an issue with Sound in Spigot version
Know issue: in spigot version the Update checker message don't being correctly parsed
----------, Nov 12, 2023

  • Added bossbar config options in config.yml
----------, Oct 31, 2023

  • small optimized code
  • New feature: enemies count in bossbar!
Screenshot 2023-10-30 214117.png
----------, Oct 30, 2023

Improved update checker
----------, Oct 29, 2023

  • Solved bug on enable plugin
  • improvements to the correctly loading of dependencies
----------, Oct 27, 2023

  • Added configurable command aliases
----------, Oct 26, 2023

  • Refactoring
  • i will add a migration system for who using avampost system and rework another part of code
----------, Oct 26, 2023

  • Reworked messages.yml file added all default strings with hexcolors
  • Improved error handling
  • Added missing messages in messages.yml
  • Small bug fix
----------, Oct 26, 2023

  • Reworked dependencies system
  • Clean up some code
  • More user friendly
----------, Oct 26, 2023

  • Added missing messages on editing some things on EditorGUI
  • Optimized some part of codes
  • Merge some parts that are duplicated between Spigot and Paper versions
----------, Oct 22, 2023

  • Optimized some parts
  • Made code more cleaner
  • Improved file management
  • Updated mythicmobs api to 5.4.1
----------, Oct 22, 2023

  • Reworked Type section in EditorGUI
  • Reworked World section in EditorGUI
----------, Sep 25, 2023

  • Updated placeholderapi api to 2.11.4
  • Updated wordlguard api to 7.0.9
  • Fixxed a bug in selected mob gui (level parameter)
----------, Sep 25, 2023

  • Solved an issue with MythicMob level
  • Refactoring on Spigot command
----------, Sep 16, 2023

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

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

  • Reworked chat input system
  • Fixxed few bugs with chat in Spigot version
----------, Sep 12, 2023

Fixxed a lot of bugs between version
----------, Sep 11, 2023

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

  • small bug fix (update checker)
----------, Sep 5, 2023

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
----------, Sep 4, 2023

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.
----------, Sep 3, 2023

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
----------, Sep 3, 2023

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
----------, Sep 2, 2023

  • Added placeholderAPI support
  • Added cooldown placeholder: %avampost_avampostname_cooldown%
  • Removed unused Paper loader
  • Fixxed few bugs
----------, Aug 24, 2023

  • Small bug fix
----------, Aug 23, 2023

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

  • New config option
  • Optimizied WorldGuard flags code
Code (YAML):
# 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
----------, Aug 22, 2023

  • Fixxed a lot of errors
  • Improved a lot the performance
----------, Aug 20, 2023

  • Improved error handling
  • Changed WHITER_SPAWN_EGG to SKELETON_SPAWN_EGG on MobGUI
----------, Aug 20, 2023

  • Solved an error with Location when location is null in MobGUI
----------, Aug 20, 2023

  • 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!
Code (YAML):
# Default avampost configuration
# 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'
----------, Aug 8, 2023

  • Added new dynamic reward system (spigot)
----------, Aug 4, 2023

  • Added dynamic reward system (only for paper for the moment)
[​IMG]
----------, Aug 3, 2023

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

  • Fixed an error when the outpost ended
----------, Aug 3, 2023

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

  • Solved few issues with Logger
  • Updated dependencies: WorldGuard & MythicMobs
----------, Jul 2, 2023

  • SPIGOT 1.20 COMPATIBILITY
Other things done:
  • Added two different types of commands to provide more versatility and options.
  • Integrated Spigot API and Kyori API into the project, expanding functionality and capabilities.
  • Added the necessary dependencies to the pom.xml and plugin.yml files for the Kyori API.
  • Implemented a new Parser system for improved command parsing and handling.
  • Reworked the Logger and CommandManager components, enhancing their performance and usability.
  • Conducted code refactoring and made various improvements throughout the codebase.
  • Separated folders for Spigot and Paper compatibility, streamlining the development process.
  • Introduced the EventManager to check for version compatibility and handle necessary events.
  • Enhanced the Parser with a new Spigot parser that supports hex color codes.
  • Conducted code improvements and cleanup for a more optimized and organized codebase.
  • Removed the shade functionality, eliminating unnecessary dependencies.
----------, Jun 17, 2023

  • Fixed minor bugs related to AvampostFileChecker, improving its functionality and reliability.
  • Made minor fixes to the messages file
----------, Jun 16, 2023

  • compatibility with version 1.20
----------, Jun 11, 2023

  • Small bug fix in the creation of avampost
  • Improvements made to the code.
----------, May 18, 2023

Bug fix in rewards section:
  • Addressed a small bug in the rewards section.
Names of every item function:
  • Included names for each item function for better identification and organization.
----------, May 16, 2023

Improved checker:
  • Enhanced the checker functionality.
Requirements section:
  • Added a Requirements section for better clarity and organization.
  • Specified the requirements for joining.
Small improvements to other ConfigGUIEvents:
  • Made minor enhancements to other ConfigGUIEvents for better performance.
Console reload on Enable:
  • Implemented a feature to reload the console upon enabling.
----------, May 16, 2023

  • Initial requirements section
  • Code optimizations
  • Colors to parameters on ConfigGUI
  • Added new messages in the messages.yml file. Remember to run /avampost admin reload to add the new messages (for safety, run it twice).
----------, May 16, 2023

  • Solved small bug with permission
----------, May 15, 2023

  • Now, by entering any parameter in the editor, the Main GUI will open again
----------, May 15, 2023

  • Bstats Metrics has been added.
----------, May 15, 2023

  • Reworked Mobs section on config GUI
  • Remember to run /avampost admin reload to add the new messages (for safety, run it twice).
----------, May 13, 2023

  • Added the ability to remove an outpost through the ConfigGUI.
  • Added new messages in the messages.yml file. Remember to run /avampost admin reload to add the new messages (for safety, run it twice).
----------, May 12, 2023

  • Added a dependency check that verifies if WorldGuard and MythicMobs are found.
  • Added the check and functionalities for both the free version and the premium version.
----------, May 12, 2023

Resource Information
Author:
----------
Total Downloads: 2,401
First Release: May 12, 2023
Last Update: Nov 23, 2023
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings