Rsl1122
1c50723ccc
[ #901 ] Replaced hardcoded Litebans table prefix
2019-02-04 16:50:38 +02:00
Rsl1122
4c3a29340c
Bump ViaVersion protocol number
2019-01-19 13:05:41 +02:00
Rsl1122
c3534042dd
[ #841 ] Attempt to prevent NPE related to GriefPrevention
2019-01-08 14:20:45 +02:00
Rsl1122
8161488747
[ #777 ] Configuration format change
...
- Added a new config updater that can move and remove config values
- Updated the config format to be easier to understand and read.
- Made config updater update old configs to the new format
- Removed Settings enum
- Added generics to Setting, changed from interface to a class
- Created new classes that hold static Setting objects
- Added generics to PlanConfig
- Added PlanConfig#get for getting Setting with generic types.
- Moved config calls made during object initialization,
possibly eliminating bugs that ignored config settings on first boot
- Added more export settings
- Added JSON Export (#700 )
- Fixed Buycraft graph not following Locale setting for timestamps
- Extracted PluginBridge Bridge interface for mocking during tests
2018-12-08 11:44:10 +02:00
Rsl1122
a68fde3e9e
[Fix] Compile issues on PluginBridge
2018-11-04 19:42:08 +02:00
Rsl1122
ded4d01e53
[ #768 ] Fixed issues with plugin bridge listeners
2018-10-28 11:02:09 +02:00
Risto Lahtela
916a0d3aed
[License] Updated license headers ( #767 )
2018-10-28 10:10:56 +02:00
Rsl1122
7d1f70e5a1
[ #759 ] Fix No enum constant errors related to AAC
...
This fix prevents these errors in the future if the Enum changes again.
2018-10-27 11:19:18 +03:00
Rsl1122
6cd77fd7fd
[Fix] IllegalStateException on test, DiscordSRV version
2018-10-23 13:21:09 +03:00
Rsl1122
644082bf56
[Debt] Fixed PluginData registration of Bridge
...
Created dagger modules for each platform and turned Bridge abstract.
Injections to classes that require Plugin specific objects are not
possible, and will lead to compile time errors.
Classes that require information about another class at runtime cause
Plan to fail to start if the class is not present - another solution has
to be worked for PlaceholderAPI.
2018-10-14 15:18:47 +03:00
Vankka
27c2492599
DiscordSRV plugin data by Vankka ( #743 )
2018-10-05 22:30:57 +03:00
Vankka
a33ca5b004
LuckPerms Plugin Data by Vankka ( #742 )
2018-10-04 20:32:34 +03:00
Rsl1122
a18dc2d3f2
[Fix] Prevented NPE due in PluginData
...
This exception was caused by analysisData being null during PluginData
analysis - This should not occur unless two analysis are being performed
concurrently & first analysis finishes and clears the variable.
Additional work is required for preventing two concurrent analysis.
Affected issues: #711
2018-09-29 12:16:07 +03:00
Yannick Schinko
67712f9b26
Implemented support for sponge economy ( #721 )
...
* Implement basic economy support for Sponge
* Implemented global server stats
2018-09-06 23:19:43 +03:00
Vankka
2783841e4b
Nucleus PluginData ( #723 )
...
Implements Nucleus PluginData in #583
2018-09-05 20:22:35 +03:00
Rsl1122
f610e014c1
Cleaned up AdvancedBanData class
2018-08-27 11:45:51 +03:00
Rsl1122
870b929a9e
Added ASkyBlock challenges to player page #686
2018-08-27 11:37:57 +03:00
Rsl1122
af2eed4d88
Added Bungee PluginData rendering support #571
...
Added Bungee Plugin Support: AdvancedBan, BuyCraft, LiteBans, ViaVersion
Added Sponge Plugin support: BuyCraft
2018-08-27 10:33:21 +03:00
Rsl1122
5295d56f3c
Updated PlanPluginBridge dependencies to latest versions
2018-08-26 18:15:51 +03:00
Vankka
9d45fa1c40
AdvancedBan support ( #688 )
...
+ Make Hook not check if the class extends JavaPlugin
2018-08-16 16:59:54 +03:00
Rsl1122
8867189b65
Added "Given" row to Server page litebans table #643
2018-08-08 11:28:13 +03:00
Rsl1122
03268b464b
Now displaying UUIDs instead of "Unknown to Plan" on Litebans #643
2018-08-08 11:18:34 +03:00
Rsl1122
ea15ff1b4f
Fixed Litebans errors #647
2018-08-08 11:17:23 +03:00
Rsl1122
1eb456d35a
Fixed Towny accordion not appearing. Fixed town block counting
2018-07-19 10:09:45 +03:00
Rsl1122
28186a06f6
Fixed Litebans table taking too large width on Player page #633
2018-07-18 10:53:33 +03:00
Rsl1122
0b5805a39f
Fixed unique constraint issue #548 , added 1.13 protocol
2018-07-16 18:03:51 +03:00
Rsl1122
4b6953c403
Fixed fort-awesome icons #630
2018-07-16 17:40:14 +03:00
Rsl1122
571de4e15d
Fixed plugin icons and plugin bugs #615 , #605 , #606
2018-07-10 11:36:24 +03:00
Rsl1122
3ecddd19f4
Fixed Litebans ban status #608
2018-07-09 10:26:46 +03:00
Rsl1122
721c8ebe44
Fixed compile issues in PluginBridge
2018-07-09 10:25:49 +03:00
Rsl1122
1039c54f58
Merge remote-tracking branch 'origin/data-refactoring-bridge-fixes' into data-refactoring
...
# Conflicts:
# Plan/src/main/java/com/djrapitops/plan/data/Actions.java
# Plan/src/main/java/com/djrapitops/plan/data/PlayerProfile.java
# Plan/src/main/java/com/djrapitops/plan/data/ServerProfile.java
# Plan/src/main/java/com/djrapitops/plan/data/container/Action.java
# Plan/src/main/java/com/djrapitops/plan/data/container/GeoInfo.java
# Plan/src/main/java/com/djrapitops/plan/data/container/StickyData.java
# Plan/src/main/java/com/djrapitops/plan/data/store/mutators/HealthInformation.java
# Plan/src/main/java/com/djrapitops/plan/system/database/databases/operation/SaveOperations.java
# Plan/src/main/java/com/djrapitops/plan/system/database/databases/operation/TransferOperations.java
# Plan/src/main/java/com/djrapitops/plan/system/database/databases/sql/operation/SQLFetchOps.java
# Plan/src/main/java/com/djrapitops/plan/system/database/databases/sql/tables/ActionsTable.java
# Plan/src/main/java/com/djrapitops/plan/system/info/server/BukkitServerInfo.java
# Plan/src/main/java/com/djrapitops/plan/system/listeners/bukkit/PlayerOnlineListener.java
# Plan/src/main/java/com/djrapitops/plan/system/listeners/sponge/SpongePlayerListener.java
# Plan/src/main/java/com/djrapitops/plan/system/processing/processors/player/FirstLeaveProcessor.java
# Plan/src/main/java/com/djrapitops/plan/system/webserver/pages/parsing/AnalysisPage.java
# Plan/src/main/java/com/djrapitops/plan/system/webserver/pages/parsing/NetworkPage.java
# Plan/src/main/java/com/djrapitops/plan/system/webserver/pages/parsing/Page.java
# Plan/src/main/java/com/djrapitops/plan/utilities/html/structure/SessionTabStructureCreator.java
# Plan/src/main/java/com/djrapitops/plan/utilities/html/tables/ActionsTable.java
# Plan/src/main/java/com/djrapitops/plan/utilities/html/tables/SessionsTableCreator.java
2018-07-09 08:33:03 +03:00
Rsl1122
36a9825442
Made McMMO PluginData use database instead Fixes #567 , Implements #589
2018-06-02 13:32:04 +03:00
Rsl1122
5c53368f28
Fixes Towny exception #595
2018-06-02 13:20:25 +03:00
Pyves
3412968039
Merge PR #596 from PyvesB/aach to 4.3.3
...
* Updated hook to use new Advanced Achievements API Maven artifact
* Removed spurious tab
2018-06-02 12:32:57 +03:00
Rsl1122
d677fb816e
Fixed compile issues in PluginBridge
2018-06-02 08:07:06 +03:00
Rsl1122
3ed62ffb1a
Disabled React hooks since the implementation is unfinished
2018-05-31 09:46:55 +03:00
Rsl1122
818e93ac95
Fixed ReactHook registration and a bug with data collection
2018-05-26 10:58:42 +03:00
Rsl1122
90fd06194b
Removed use of FormatUtils.formatLocation in PluginBridge
2018-05-26 10:18:46 +03:00
Rsl1122
19068d8f81
Task registration to ReactHook, Table cleaning
2018-05-26 10:16:22 +03:00
Rsl1122
2a06c57c71
Added database storage functionality for React data
2018-05-26 10:09:34 +03:00
Rsl1122
ef781723b3
Removed use of MiscUtils#getTime in PluginBridge
2018-05-25 10:05:54 +03:00
Rsl1122
5b23bddc04
Postponed PlaceholderAPI support due to unexpected NoClassDefFoundError
2018-05-24 15:49:22 +03:00
Rsl1122
ecd56a1bf7
Fixed #572 GP Data erasure (Removed calls & Added delays)
...
Addresses https://github.com/TechFortress/GriefPrevention/issues/279
2018-05-24 15:22:28 +03:00
Rsl1122
58592f0777
Added Plan placeholders to PlaceholderAPI
2018-04-09 00:26:03 +03:00
Rsl1122
b0d19134d2
Fixed NoSuchMethodErrors related to PluginBridge #555
2018-04-04 21:47:25 +03:00
Rsl1122
1f84cd556b
Removed PluginData functionality reliant on PlayerProfile OfflinePlayer
2018-04-02 18:37:16 +03:00
Rsl1122
ec6fb4106e
Fixed SuperbVote related NoSuchMethodErrors
2018-02-23 10:28:05 +02:00
Rsl1122
98d55b2ff2
Added World Name to GameMode slices ( #491 )
2018-02-01 18:17:53 +02:00
Rsl1122
a6bd3eadcc
Added a Stack graph for BuyCraft. (Each currency has own series)
2018-02-01 18:07:18 +02:00
Rsl1122
4ed3b4ae62
Fixed litebans Player page table.
2018-01-30 13:45:29 +02:00