Commit Graph

155 Commits

Author SHA1 Message Date
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
7e85752e66 Updated pluginbridge jar 2018-10-14 15:19:38 +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
bca1371774 [V] Updated PluginBridge jar 2018-09-29 12:17:28 +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
Rsl1122
0fceaaf9e1 Updated PluginBridge jar 2018-09-08 17:00:24 +03:00
Rsl1122
31f00cbb1a
Merge pull request #725 from Brycey92/permissions-fix
Fixed plan.inspect and plan.qinspect permission nodes for Sponge
2018-09-08 16:05:45 +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
192c06354b
Add install_dependencies.bat 2018-08-28 15:33:40 +03:00
Rsl1122
e09f821071 Updated PluginBridge jar 2018-08-27 11:49:41 +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
c34903482c Added back missing pluginbridge 2018-07-18 12:25:00 +03:00
Rsl1122
2161e26a3f Fixed "BungeeCord" appearing as network name on player and network pages 2018-07-18 11:54:25 +03:00
Rsl1122
d7de65c098 Updated pluginbridge 2018-07-18 10:54:26 +03:00
Rsl1122
28186a06f6 Fixed Litebans table taking too large width on Player page #633 2018-07-18 10:53:33 +03:00
Rsl1122
f6a10e9faf Updated pluginbridge 2018-07-16 18:05:49 +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
7c64ec7b16 Updated pluginbridge jar 2018-07-10 11:38:25 +03:00
Rsl1122
571de4e15d Fixed plugin icons and plugin bugs #615, #605, #606 2018-07-10 11:36:24 +03:00
Rsl1122
cd87fd3cce Updated pluginbridge jar 2018-07-09 10:29:19 +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
2274f9204e Updated PluginBridge jar 2018-05-24 15:50:19 +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