Releases: Hugo1307/BlockStreet
Releases · Hugo1307/BlockStreet
BlockStreet v2.0.1
This version fixes an issue with the /invest companies
command, allowing the plugin to display all registered companies instead of only a few.
Fixes and Improvements:
- Implemented a hotfix to ensure the /invest companies command displays all available companies. Before this PR, the command would only display the first three companies.
What's Changed
Full Changelog: v2.0.0...v2.0.1
v2.0.0
BlockStreet v2.0.0
The new version of BlockStreet is out! This version brings several improvements to code quality, stock generation algorithm, and data migration process.
New Features:
- The stock price algorithm was reworked to generate more predictable results.
- Created a migration system to allow old data to be migrated and work on the new plugin's version.
Fixes and Improvements:
- Improved the plugin's help page.
- Refactored and reorganized most of the code.
- Reworked data storage to make it compatible with databases in the future.
Full Changelog: v1.1.0...v2.0.0
BlockStreet v1.1.0
BlockStreet v1.1.0
The new version of BlockStreet is out!
News
- Added auto-updatable signs that show information about stocks from companies.
Fixes & Improvements
- Fixed an issue with the companies configuration file (companies.yml):
- Now the plugin doesn't add the default companies when reloading/restarting the server.
- Minor Fixes and Improbements
BlockStreet v1.0.1
Updates:
- Correction of bug related to the Leverage system:
- Now the leverage is a value between 0 and 9 (0 and 9 included).
- If you set the leverage to 5 (middle) the chances of valorizing or devalue are approximately the same.
- Above 5, the higher the value the bigger is the chance of winning.
- Below 5, the lower the value the bigger is the chance of losing.
BlockStreet v1.0.0
Updates
Command to delete companies
- Now you can use /invest delete [id] to delete a company without using the companies.yml file.
Independent companies file
- The config.yml and companies.yml are now different files.
Leverage mechanism
- With the new leverage mechanism, you can change the success rate of the investors. It can be set in config.yml.
- Leverage should be a value between 1 and -1. If the value is positive, then the stocks will, more likely, valorize, and if the value is negative, then they will devalue.
- The default value is 0. With the leverage at 0, the probabilities of stocks valorization or devaluation are the same.
Correction of bugs & code simplification.
- Correction of minor bugs. Code cleanup and simplification.
BlockStreet v0.9.4
Updates:
New commands:
- Added command /invest time: allows players to check how many time left till stocks update.
- Added command /invest info: allows players to check info about the plugin.
Update function:
- Now the plugin will notify op's or players with admin permission when a new version of the plugin is available.
Configuration:
- The configuration was remodeled to be more simple.
- Now is possible to disable update reminders on join to server.
Messages:
- Some messages were changed.
BlockStreet v0.9.3
BlockStreet v0.9.3
Updates:
- Plugin optimized to PaperSpigot servers.
BlockStreet v0.9.2.1
BlockStreet v0.9.2.1
Updates:
- Minor bug correction
BlockStreet v0.9.2
BlockStreet v0.9.2
Updates:
- Correction of minor bugs;
- Added reload command.
BlockStreet v0.9.1
BlockStreet v0.9.1
Updates
Some bugs have been fixed:
- Bug involving permissions in Buy, Sell, Company, Companies, and Actions commands.