Rsl1122
ea5b624520
PlanPluginBridge version bump to 4.6.1
2019-01-19 13:08:29 +02:00
dependabot[bot]
b0562b5fb0
Bump nucleus-api from 1.8.1-S7.1 to 1.8.2-S7.1 in /PlanPluginBridge ( #879 )
2019-01-14 12:29:25 +00:00
Rsl1122
c3534042dd
[ #841 ] Attempt to prevent NPE related to GriefPrevention
2019-01-08 14:20:45 +02:00
dependabot[bot]
3ad9277c99
Bump nucleus-api from 1.8.0-S7.1 to 1.8.1-S7.1 in /PlanPluginBridge ( #870 )
2019-01-04 13:05:25 +00:00
dependabot[bot]
47cc92da00
Bump discordsrv from 1.16.4 to 1.16.6 in /PlanPluginBridge ( #859 )
2018-12-25 13:26:37 +00:00
dependabot[bot]
862439000a
Bump nucleus-api from 1.7.0-S7.1 to 1.8.0-S7.1 in /PlanPluginBridge ( #858 )
2018-12-24 12:25:52 +00: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
dependabot[bot]
82b8cc09df
Bump nucleus-api from 1.6.3-S7.1 to 1.7.0-S7.1 in /PlanPluginBridge ( #832 )
2018-12-04 13:14:33 +00:00
Rsl1122
024c0ca9bb
Distribution management for PlanPluginBridge
2018-11-17 11:42:01 +02:00
dependabot[bot]
4be6fec077
Bump maven-compiler-plugin from 3.7.0 to 3.8.0 in /PlanPluginBridge ( #811 )
2018-11-13 09:14:37 +00:00
dependabot[bot]
8386ed37a6
Bump jacoco-maven-plugin from 0.7.9 to 0.8.2 in /PlanPluginBridge ( #810 )
2018-11-12 19:40:26 +00:00
dependabot[bot]
78ea829683
Bump commons-text from 1.3 to 1.6 in /PlanPluginBridge
...
Bumps commons-text from 1.3 to 1.6.
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-12 05:36:00 +00:00
dependabot[bot]
40caeed313
Merge pull request #794 from Rsl1122/dependabot/maven/PlanPluginBridge/development/me.clip-placeholderapi-2.9.2
2018-11-11 11:22:56 +00:00
dependabot[bot]
961a89b328
Merge pull request #795 from Rsl1122/dependabot/maven/PlanPluginBridge/development/org.spongepowered-spongeapi-7.1.0
2018-11-11 11:22:23 +00:00
dependabot[bot]
9662714f7a
Bump spongeapi from 7.0.0 to 7.1.0 in /PlanPluginBridge
...
Bumps [spongeapi](https://github.com/SpongePowered/SpongeAPI ) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/SpongePowered/SpongeAPI/releases )
- [Commits](https://github.com/SpongePowered/SpongeAPI/compare/v7.0.0...v7.1.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-11 11:17:28 +00:00
dependabot[bot]
f0de6af355
Bump placeholderapi from 2.9.1 to 2.9.2 in /PlanPluginBridge
...
Bumps placeholderapi from 2.9.1 to 2.9.2.
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-11 11:17:27 +00:00
dependabot[bot]
d63a60b384
Merge pull request #790 from Rsl1122/dependabot/maven/PlanPluginBridge/development/net.milkbowl.vault-VaultAPI-1.7
2018-11-11 11:13:00 +00:00
dependabot[bot]
441992c38a
Bump VaultAPI from 1.6 to 1.7 in /PlanPluginBridge
...
Bumps [VaultAPI](https://github.com/MilkBowl/VaultAPI ) from 1.6 to 1.7.
- [Release notes](https://github.com/MilkBowl/VaultAPI/releases )
- [Commits](https://github.com/MilkBowl/VaultAPI/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-11 11:07:43 +00:00
dependabot[bot]
5072c2e036
Bump nucleus-api from 1.6.0-PR1-S7.0 to 1.6.3-S7.1 in /PlanPluginBridge
...
Bumps nucleus-api from 1.6.0-PR1-S7.0 to 1.6.3-S7.1.
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-11 11:07:37 +00:00
Risto Lahtela
916a0d3aed
[License] Updated license headers ( #767 )
2018-10-28 10:10:56 +02: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
Vankka
2783841e4b
Nucleus PluginData ( #723 )
...
Implements Nucleus PluginData in #583
2018-09-05 20:22:35 +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
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
2a06c57c71
Added database storage functionality for React data
2018-05-26 10:09:34 +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
d5f924191a
Updating PluginBridge jar (1/2)
2018-02-23 10:34:34 +02:00
Rsl1122
ec6fb4106e
Fixed SuperbVote related NoSuchMethodErrors
2018-02-23 10:28:05 +02:00
Rsl1122
bd96978917
Fixed BuyCraft PluginData
2018-01-29 23:46:34 +02:00
Rsl1122
547b191464
Added support for GriefPreventionPlus ( #494 )
2018-01-29 21:45:23 +02:00
Rsl1122
d697c4875c
Fixed RedProtect API call in PluginBridge ( #502 )
2018-01-29 21:14:41 +02:00
Rsl1122
4b33c5882d
Moved all packages from main.java.com.djrapitops to com.djrapitops
2018-01-11 14:17:09 +02:00
Rsl1122
d5027cfc46
Fixed java.lang.IllegalStateException: Duplicate key 300 #451
2017-12-06 15:27:00 +02:00
Rsl1122
6cf652a5eb
Started preparing PluginBridge for deployment
2017-12-06 12:30:22 +02:00
Rsl1122
70a2e1479b
Version bump to 4.1.2, updated PluginBridge jar
2017-12-03 10:10:52 +02:00
Rsl1122
3f57b77718
Advanced Anti Cheat (AAC) Data #125
2017-11-27 23:29:40 +02:00
Rsl1122
0dc3e134b4
ProtocolSupport Support #230
2017-11-27 11:09:11 +02:00
Rsl1122
c494215d70
Removed OnTime support
2017-11-26 14:20:09 +02:00
Rsl1122
3889aedddf
Begun PluginData conversion, Fixes to containers
2017-11-26 12:53:19 +02:00
Rsl1122
4d28474711
Fixed PluginBridge
2017-11-05 20:05:44 +02:00
Rsl1122
313e75cc9c
Fixed LiteBans detection #367
2017-10-29 12:31:39 +02:00
Rsl1122
389a87a306
Name Cache & Fixed PluginBridge
2017-09-07 18:43:09 +03:00
Rsl1122
5cc5d61816
Fix PluginBridge ( #254 #253 #232 )
2017-08-17 11:23:14 +03:00
Rsl1122
a2c4f150c5
Reverts commit 59da922490
.
2017-08-15 15:06:41 +03:00