Commit Graph

173 Commits

Author SHA1 Message Date
Aurora Lahtela
2ee404b83d Update LuckPerms Extension to R1.6
Vankka updated LuckPerms to use new component apis

Affects issues:
- Fixed #2681
- Fixed #2374
2022-10-30 10:31:51 +02:00
Henri Schubin
c49276369f
Component API by Vankka (#2665)
Adds a new Component API that allows converting between color code representations in Strings
2022-10-16 13:21:49 +03:00
Aurora Lahtela
a56b2cb3d1 Update Quests Extension, add PikaMug as contributor 2022-09-15 17:37:44 +03:00
Aurora Lahtela
0c59659a4e Remove commented out CoreProtect Extension 2022-09-02 17:43:50 +03:00
Aurora Lahtela
80fe1ce982 Update RedProtect Extension
Removed sponge support

Affects issues:
- Close #2576
2022-09-01 11:59:06 +03:00
Aurora Lahtela
f341eda0ff Re-enable Nucleus Extension after update by Vankka
Affects issues:
- Close #2575
2022-09-01 11:46:08 +03:00
Aurora Lahtela
8d2b4acb41 Update Extension-Floodgate to 2.2.0-R1.3
- Add Velocity support
- Fix Spigot detection

Affects issues:
- Fixed #2561
2022-08-30 18:50:56 +03:00
Aurora Lahtela
0a3398e62f Update Extension-PlotSquared to 6.9.4-R1.3
Fixes issue with detecting the plugin as installed

Affects issues:
- Fixed #2565
2022-08-30 18:35:25 +03:00
Aurora Lahtela
f64290c019 Merge branch 'master' into update-extensions
# Conflicts:
#	Plan/extensions/build.gradle
2022-07-14 08:22:33 +03:00
Aurora Lahtela
8f239b010c
Add Swagger & Swagger UI (#2470)
* Adds swagger dependencies and annotations for json endpoints for documentation
* Add swagger ui to react project
* Access control to swagger endpoints
* Include swagger.json in jars using custom configuration

Also:
* Reworked project shadow configurations to avoid shadowing shadow versions of modules

Why: Extra dependencies were being included when using shadow scope

What:
- modules no longer depend on shadow configurations,
  which speeds up IDEA indexing after build considerably
  (No need to index *-all.jars)
- 'shadow' scope is now used for artifacts that need to be included
- 'shadow' scope is also 'api' so that modules that depend on common
  can import the libraries. This may cause issues in projects
  depending on Plan so this may need to be reconsidered
- Relocations and exclusions were moved to plugin module
  org.slf4j is now included in 2 locations which may cause issues.
  Needs testing with servers
- Found out that all Extension dependencies include junit as compile
  scope which caused it to be included.

Affects issues:
- Close #1890
2022-07-13 21:21:20 +03:00
Aurora Lahtela
85321899ad Move extensions to different packages
- Commented out nucleus and redprotect (still need update to sponge 8)
- Commented out Coreprotect (not supported)
2022-07-13 19:49:48 +03:00
Henri Schubin
bab0f273a2
Sponge API 8 port (#2119)
* Initial commit for Sponge API 8 port
* Change Sponge PAL version to include -sponge version suffix
* Comment out Nucleus w/ needs a update in ExtensionRegister
* Fix error with ArtifactVersion (from org.apache.maven) being relocated
* Correct todos related to getting values from ResourceKeys
* Cleanup sponge buildscript a bit
* Remove sout
* Update Extension-Sponge-Economy to 8.0.0-R0.3
* Convert to Sponge's new preferred way to load in jar resources
* Convert SpongeMessageBuilder and VelocityMessageBuilder into AdventureMessageBuilder
* Add back the command
* Update bStats to 3.0.0, re-enable bStats for Sponge
* Implement gamemode change mixin
* Remove unused import
* Update SpongeGMChangeListener's error logging as suggested

Co-authored-by: Aurora Lahtela <24460436+AuroraLS3@users.noreply.github.com>

* PAL 5.1.0
* Add a check in SpongeCommand to update the ErrorLogger and Subcommand if the PlanSpongeComponent changes
* Combine try-with-resources in SpongePlanFiles#asStringResource

Co-authored-by: Aurora Lahtela <24460436+AuroraLS3@users.noreply.github.com>
2022-05-29 17:08:50 +03:00
Aurora Lahtela
56081f0dc0 Bump Extension-ViaVersion and Extension-ProtocolSupport to R0.3
- Use SchedulerService instead of tasks for data inserts.
2022-05-26 07:33:26 +03:00
Aurora Lahtela
8cae81fb05 Bump Extension-GriefDefender to 2.1.0-R0.1
Fix class not found error (They had relocated Vector3i class)

Affects issues:
- Fixed #2354
2022-05-07 10:07:08 +03:00
Aurora Lahtela
4d5b3555a4 Fix SQL error in ViaVersion and ProtocolSupport extensions
Affects issues:
- Fixed #2330
2022-04-16 09:15:47 +03:00
Aurora Lahtela
2056c8831b Update to LogBlock Extension by Pingger
- Support for new stone block types
2022-04-10 08:44:09 +03:00
Aurora Lahtela
0e3339be6e Bump LuckPerms extension to R0.5
- Fix group delete update query

Affects issues:
- Fixed #2318
2022-04-08 19:55:39 +03:00
Aurora Lahtela
b95e58ef6f Bump Extension-KingdomsX to 1.12.6.3.1-R0.4
- Update plugin dependency due to incompatibilities

Affects issues:
- Fixed #2298
2022-04-06 17:56:31 +03:00
Aurora Lahtela
3b6ba4f621 Bump Extension-LuckPerms to R0.4
- Catch NPE if data isn't cached

Affects issues:
- Fixed #2307
2022-04-06 17:50:50 +03:00
Aurora Lahtela
341958b2bd Split Essentials Economy to separate Extension
- Reduces write load and allows disabling economy data separately from Essentials

Affects issues:
- Fix #2308
2022-03-30 17:30:49 +03:00
Risto Lahtela
b83c8d092e Update Luckperms extension
Register listeners for Luckperms events when user's data is updated.

Affects issues:
- Close #2269
2022-02-10 18:36:21 +02:00
Risto Lahtela
ba24a2f2d9 Refresh placeholders set in the Plan config more often
Affects issue:
- Fixed #2225
2022-02-02 20:03:38 +02:00
Risto Lahtela
e977e37b6f Bump Litebans extension to R0.3
Fixes the extension not getting new data after 5000 entries
2022-01-07 21:33:35 +02:00
Risto Lahtela
23fc63bede Corrected the query for Connected from same IP in Litebans
- Updated the extension

Affects issues:
- Fixed #2187
2021-12-15 12:51:57 +02:00
Risto Lahtela
686d4ef862 Fix wrong block count for netherrack in Logblock
- Update the extension

Affects issues:
- Fixed #2197
2021-12-15 12:36:59 +02:00
Risto Lahtela
b3a49ae3b2 Fix Extension-LibertyBans arithmetic exception
- Update the extension
- Prevent null values from suppliers

Affects issues:
- Fixed #2190
2021-12-15 12:33:47 +02:00
Risto Lahtela
d30d87b346 Registered LibertyBans Extension by Vankka
Affects issues:
- Close #2120
2021-10-30 09:12:49 +03:00
Risto Lahtela
9d74968919 Bump Extension-GriefDefender to 2.0.0-R0.4 2021-09-18 21:53:09 +03:00
Risto Lahtela
17dae43727 Bump Extension-MarriageMaster to 2.3-R0.3 2021-09-18 21:51:32 +03:00
Risto Lahtela
052843dcee Bump GriefDefender to R0.4 and add adhg6 as contributor 2021-09-10 18:18:35 +03:00
Risto Lahtela
b94b4481ae Update FloodGate Extension to R0.2
Ignores LinkageError related to method signature change

Affected issues:
- Close #2004
2021-08-08 09:37:44 +03:00
Risto Lahtela
06bc3d00e7 Update ViaVersion Extension to 4.0.1-R0.1 2021-08-08 09:31:22 +03:00
Risto Lahtela
bcbbcff724 Update quests extension 2021-07-17 16:14:44 +03:00
Risto Lahtela
7f3c338148 Update logblock extension to R0.7
- Fixed exceptions during call
- Fixed NaN being displayed

Affects issues:
- Fixed #2002
2021-07-17 16:04:04 +03:00
Risto Lahtela
a3f5298617 Update Floodgate Extension to 2.0-R0.1 2021-07-10 08:41:38 +03:00
Risto Lahtela
8e299e4531 Update Logblock Extension to R0.4 2021-07-10 08:21:05 +03:00
Risto Lahtela
c4e5e3f1c7 Updated ProtectionStones Extension
- Kopo fixed a chunk loading thing #1980
2021-07-05 22:34:47 +03:00
Risto Lahtela
d05a887878 Update FactionsUUID Extension
- mbax Fixes incompatibility with new FactionsUUID
- Added mbax as Code contributor

Affects issues:
- Fixed https://github.com/drtshock/Factions/issues/1429
2021-07-03 22:47:30 +03:00
Risto Lahtela
c5b7a1eddd Update DiscordSRV Extension 2021-06-14 19:44:42 +03:00
Risto Lahtela
159275b065 Warm up select placeholders when player joins
Affects issues:
- Close #1909
2021-06-12 11:24:05 +03:00
Risto Lahtela
7edcd3548d Update tebex extension
Affects issues:
- Possibly fixed #1903
2021-06-12 11:11:17 +03:00
Risto Lahtela
70e5f7fc29 Update plotsquared extension
Affects issues:
- Fixed #1883
2021-06-12 10:37:16 +03:00
Risto Lahtela
608d44486b Update logblock extension
Affects issues:
- Fixed #1880
2021-06-12 10:34:22 +03:00
Risto Lahtela
fa4a2e6595
Gradle 7 Update by Kopo (#1931)
Updates gradle to version 7 and sorts out all the deprecated stuff

Affects issues:
- Clsoe #1871

Co-authored-by: Antti Koponen <koponen942@outlook.com>
2021-06-12 08:24:24 +03:00
dependabot-preview[bot]
b351e46c68 Bump Extension-Quests from 4.0.2-R0.2 to 4.0.2-R0.3 in /Plan
Bumps Extension-Quests from 4.0.2-R0.2 to 4.0.2-R0.3.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-08 05:28:24 +00:00
Risto Lahtela
88d3409364 Fixed builder invalidated data not being removed 2021-04-28 10:53:17 +03:00
Risto Lahtela
9b93142ab4 Renamed PlaceholderAPI placeholders setting to better name 2021-04-27 19:01:34 +03:00
Risto Lahtela
322ec3c57c Solved some issues with Tebex extension
- Sorting of values
- Sorted out package names being weird
- Make sortable over 10 entries
2021-04-27 18:32:32 +03:00
Risto Lahtela
e63ae1abd8 Updated PlaceholderAPI extension
- Fixed NPE related to query invalidating the stored placeholder list
2021-04-25 17:17:52 +03:00
Risto Lahtela
29373f45e3 Updated AuthMe extension
- Fixes last join date formatting seconds -> milliseconds
2021-04-25 16:25:03 +03:00