
OutpostCommander (Premium) PRE 2.2 v7
Add outpost to your Minecraft Server
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 3, 2023
Added dynamic reward system
- Added dynamic reward system (only for paper for the moment)

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
1.1
Jun 17, 2023
Spigot compatibility and improvements
- 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.
1.0.19
Jun 16, 2023
Bug Fixes and Message File Improvement
- Fixed minor bugs related to AvampostFileChecker, improving its functionality and reliability.
- Made minor fixes to the messages file
1.0.17
May 18, 2023
Bug Fix and Code Improvements
- Small bug fix in the creation of avampost
- Improvements made to the code.
1.0.16
May 16, 2023
Bug Fix in Rewards Section and Enhanced Item Function Naming
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.
1.0.15
May 16, 2023
Enhanced Checker, Improved Requirements, and Console Reload Feature
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.
1.0.14
May 16, 2023
Small improvements
- 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).
1.0.12
May 15, 2023
Small Editor improvement
- Now, by entering any parameter in the editor, the Main GUI will open again