Commit Graph

190 Commits

Author SHA1 Message Date
Aurora Lahtela 0d5d9adb77 Bump Extension-PlaceholderAPI to R1.6
Allows configuring invalid placeholder values that should not overwrite existing values.

Affects issues:
- Fixed #3566
2024-04-20 10:12:15 +03:00
Aurora Lahtela b800a9b3ee Bump Extension-LibertyBans to 1.1.0-R1.5 2024-03-20 17:13:05 +02:00
Aurora Lahtela 252832fcf6 Bump Extension-FastLogin to R1.3
Increase wait up to 9 seconds, until not unknown anymore

Affects issues:
- Close #3485
2024-03-10 10:27:13 +02:00
Aurora Lahtela 24e6af2d03 Bump Extension-Quests to 5.0.1-R1.0
Affects issues:
- Fixed #3347
- Close https://github.com/PikaMug/Quests/issues/2192
2024-03-10 10:22:23 +02:00
Aurora Lahtela 3aa8a71501 Bump Extension-FastLogin to R1.2
Wait one second before asking premium status

Affects issues:
- Possibly fixed #3485
2024-03-09 10:21:14 +02:00
Aurora Lahtela feb8118002 Bump Extension-DiscordSRV to 1.27.0-R1.4
Affects issues:
- Fixed #3399
2024-01-06 18:01:51 +02:00
Aurora Lahtela 176c090f39 Bump Extension-Tebex to 2.4
Adds support for table formatting apis in DataExtension api

Affects issues:
- Fixed #3079
2023-10-10 09:53:03 +03:00
Aurora Lahtela a1d5e4dc4f Bump Extension-ViaVersion to R1.5
Uses different query for networks

Affects issues:
- Fixed #3227
2023-09-27 17:13:09 +03:00
Aurora Lahtela 8bda0ff1c9 Bump Extension-Litebans to 0.4.1-R1.5
Order query results by time instead of id

Affects issues:
- Possibly fixed #3041
2023-09-24 09:23:51 +03:00
Aurora Lahtela 9bf7d65137 Bump Extension-Lands to 6.35.0-R1.2
Updates the Lands API

Affects issues:
- Fixed #3097
2023-09-24 09:09:35 +03:00
Aurora Lahtela cde37d4fb1 Update Towny Extension
Affects issues:
- Fixed #2988
2023-05-13 08:51:07 +03:00
Aurora Lahtela 1ad2de8d1c Bump Extension LibertyBans to R1.4
Affects issues:
- Fixed #2948
2023-04-23 07:43:04 +03:00
Aurora Lahtela 5161f6f825 Bump LibertyBans Extension to 1.1.0-R1.3
Affects issues:
- Possibly fixed #2948
2023-04-22 18:38:18 +03:00
Aurora Lahtela de884cd681 Improve Extension error handling 2023-04-18 19:14:12 +03:00
Aurora Lahtela 3da7612f92 Catch ExceptionInInitializerError when creating extension 2023-03-30 16:31:22 +03:00
Aurora Lahtela a2db9e1da5 Bump FloodgateExtension to R1.4
Fixed NPE if API is not available

Affects issues:
- Fixed #2915
2023-03-26 10:35:03 +03:00
Aurora Lahtela dda7199a1a Fix more sonar smells 2023-01-20 22:54:54 +02:00
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