Some minor internal code updates. UPD: A lot of changes.#68
Open
SimSonic wants to merge 44 commits intoniccholaspage:masterfrom
Open
Some minor internal code updates. UPD: A lot of changes.#68SimSonic wants to merge 44 commits intoniccholaspage:masterfrom
SimSonic wants to merge 44 commits intoniccholaspage:masterfrom
Conversation
POM updated for spigot 1.8 and vault 1.5 Disabled caching Removed Bukkit updater (Will replace) Fixed console messages
Added auto cleaning
Added @OverRide annotations where they are needed. Metrics code removed from source and added as a dependency. Other minor updates.
Merge with Nonnisi
Conflicts: pom.xml src/org/melonbrew/fe/Metrics.java src/org/melonbrew/fe/UpdateCheck.java src/org/melonbrew/fe/database/Database.java src/org/melonbrew/fe/database/databases/MongoDB.java src/org/melonbrew/fe/database/databases/SQLDB.java
Commit into master
Version now is 0.8.4
…so I've renamed plugin from Fe into Fe2.
….bukkitpluginname}.
All calls to plugin.getConfig()... replaced to plugin.settings... Version is 0.9.0
…, API and VaultHandler. Main idea is that all accounts will be cached and accessible very fast. When money changes account will be sent to parallel thread for actual saving in DB.
Available types are as in config, mysql and sqlite, but you are able to enter only non-primary db. In other words, if primary is mysql, enter only sqlite, or vise versa.
Removed settings.mysql.saving-granularity option.
Debug state is saved between server restarts.
When enabled it means that Account money should be reread from database on every access from API/Vault, even for reading.
Add unique keys for uuid and name columns.
Pligin discover nicknames/UUIDs from PlayerLoginEvent.
|
Некоторые записи в MySQL создаются без имени пользователя с null, на разных никах так. Если у другого пользователя так же то запись перезаписывается под него. |
Temporarily removed create/remove account command. (Will re-add at the following commit)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added @OverRide annotations where they are needed.
Metrics code removed from source and added as a dependency.
Other minor updates.