Commit Graph

285 Commits

Author SHA1 Message Date
Stephan
88d674c509 Fixed invalid color codes in addon
Updated confusing naming for the partyandfriends jar during compiling
2024-07-09 08:30:50 -07:00
Stephan
87e7b0727a Updated to latest dependency versions
Fixed bStats being years out of date
Attempted to fix issue #48 in PlayerBalancerAddon.
Added in the community coded velocity party and friends addon.
2024-07-09 08:25:22 -07:00
Stephan
0cb72aa73d
Merge pull request #45 from HappyAreaBean/master 2024-07-01 14:57:56 -07:00
Stephan
c191abaf9f
Merge pull request #46 from HappyAreaBean/feat/paf-addon-velocity 2024-07-01 14:57:47 -07:00
HappyAreaBean
b676aacbf2
fix(pafvelocity): only unlock the player after the connection request is processed 2024-07-02 00:51:20 +08:00
HappyAreaBean
7b7c1d6cb5
feat: initial commit for PartyAndFriendsAddon Velocity support 2024-07-02 00:43:39 +08:00
HappyAreaBean
7a53047483
fix(velocity): section command permission check 2024-03-01 12:52:06 +08:00
Stephan
61e00ea9f4 Add ComponentStyle related imports and serializer
In the ServerListPing class, imports for ComponentStyle and ComponentStyleSerializer have been added, along with registering ComponentStyleSerializer with Gson. This facilitates the serialization and deserialization of chat styles/components within the player balancer logic.
2024-02-29 09:28:14 -08:00
Stephan
a093364e68 Updated upstream builds. Bungee/Spigot
Added try/catch for an error I cannot reproduce
Bumped plugin version
2024-01-19 21:25:45 -08:00
Stephan
fd296ab3b7
Merge pull request #37 from Refrac/master
Fix plugin.conf on velocity not loading properly
2023-10-25 10:54:39 -07:00
Zachary Baldwin
eaee1c9138 Fix plugin.conf on velocity not loading properly 2023-10-25 01:02:07 -05:00
Stephan
5f71c38e5a Fix2 2023-10-07 09:13:56 -07:00
Stephan
4aa8b411cf Fix an issue 2023-10-07 09:08:15 -07:00
Stephan
d71dfcf840 Version push
Fixed version check for 1.20 HEX
Fixed error with update checker, now grabs version from main class
2023-10-07 08:37:39 -07:00
Stephan
41e9fee4f8
Merge pull request #36 from BGHDDevelopment/dependabot/maven/balancer-velocity/com.google.guava-guava-32.0.0-jre 2023-10-05 09:35:48 -07:00
dependabot[bot]
4ce5d68923
Bump com.google.guava:guava in /balancer-velocity
Bumps [com.google.guava:guava](https://github.com/google/guava) from 25.1-jre to 32.0.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-05 16:34:00 +00:00
Stephan
62e194cce2
Merge pull request #35 from HappyAreaBean/feat/velocity-support 2023-10-05 09:33:33 -07:00
HappyAreaBean
87899bcdca
fix: missing color in connecting-server message 2023-10-05 17:09:18 +08:00
HappyAreaBean
16293403f0
feat: initial commit for velocity support 2023-10-05 17:05:26 +08:00
Stephan
0847b0febd
Merge pull request #34 from Yurinann/patch
Fix the expansion will be unregistered on placeholderapi reload
2023-03-20 13:05:42 -07:00
Yurinann
b7f257c36d Fix the expansion will be unregistered on placeholderapi reload 2022-11-20 18:20:56 +08:00
Stephan
8d1430f621 Fixed version check on HEX 2022-08-24 17:51:52 -07:00
Stephan
c9901ca9da Fixed HEX colors on newer versions within PlayerBalancerAddon
Cleaned up some code
2022-08-24 17:07:14 -07:00
Stephan
543e000fe6 Config added for PlayerBalancerAddon
New update check system
Added error message to PlaceholderAPI when it can't find a section rather than returning null
Updated addon to the latest spigot build and added support for HEX colors in messages.
2022-04-10 09:43:10 -07:00
BGHDDevelopment
0d98606702 Release build. 2022-03-10 09:41:29 -08:00
Stephan
c5790a1789
Merge pull request #28 from Simonsator/master 2022-03-10 09:39:09 -08:00
Simonsator
e3f83af233 Fixed extension not being registered as an extension 2022-03-10 11:26:53 +01:00
Simonsator
1a9ab68bd8 Don't shade Party And Friends
* This prevents party and friends to be shaded into the produced jar, which may cause that bungeecord loads the included version of party and friends instead of the correct one from the plugins folder
* Also playerbalancer is now a normal maven dependency
2022-03-10 11:26:33 +01:00
Simonsator
6c857a5bde Stop using legacy chat api 2022-03-10 11:24:03 +01:00
BGHDDevelopment
8adaaeb512 Compile fixes 2021-12-29 10:03:10 -08:00
BGHDDevelopment
d3ebe39b3a Preparing for next version + PartyAndFriends addon fix. 2021-11-29 17:56:32 -08:00
BGHDDevelopment
b2514c1067 Release Version Push 2021-08-28 10:42:46 -07:00
Stephan
e6a4ec1175
Update README.md 2021-08-28 08:15:55 -07:00
Jaime Martínez Rincón
4ecd19d89f bump version to v2.3.0 2021-08-28 16:47:58 +02:00
Jaime Martínez Rincón
2ba6f83696
Merge pull request #24 from BGHDDevelopment/master
RedisBungee Fork Support
2021-08-28 16:24:22 +02:00
BGHDDevelopment
ab5e84baab Added back support for the new version of RedisBungee; https://www.spigotmc.org/resources/87700/ 2021-08-27 19:33:05 -07:00
Jaime Martínez Rincón
a1440471b1
Merge pull request #22 from BGHDDevelopment/master
Fixed Update Checker
2021-05-22 20:08:14 +02:00
BGHDDevelopment
2714a3ebcf Fixed update checker sending out of date message due to spigot resource ID. 2021-05-22 10:57:28 -07:00
Jaime Martínez Rincón
7562b6827f
Bump version to 2.2.2 2021-03-07 13:37:16 +01:00
Jaime Martínez Rincón
ca025f7845
Use zneix haste server 2021-03-07 13:36:03 +01:00
Jaime Martínez Rincón
5228ef6ff6
Merge pull request #16 from MacacoLew/patch-2
Verify if cancelled (PluginMessageListener)
2020-10-18 12:18:11 +02:00
Jaime Martínez Rincón
5043dd0270
Merge pull request #15 from jamezrin/dependabot/maven/junit-junit-4.13.1
Bump junit from 4.12 to 4.13.1
2020-10-18 12:17:41 +02:00
MacacoLew
c4a9b9c169
Verify if cancelled (PluginMessageListener) 2020-10-17 22:02:07 -04:00
dependabot[bot]
520cd6e830
Bump junit from 4.12 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-12 22:23:43 +00:00
Jaime Martínez Rincón
a0b1092ff6
Bump version to 2.2.1 2020-09-08 22:28:07 +02:00
Jaime Martínez Rincón
3331ea4851
Fix file paste utility 2020-09-08 22:27:52 +02:00
Jaime Martínez Rincón
9525f48cc1
Fixed some more URLs
I really have to be more careful with find & replace
2020-07-16 01:09:58 +02:00
Jaime Martínez Rincón
451f8ba20b
Remove space from the URL (wth?) 2020-07-16 01:07:49 +02:00
Jaime Martínez Rincón
eea1bb42cd
Merge branch 'master' of github.com:jamezrin/PlayerBalancer 2020-07-12 20:16:13 +02:00
Jaime Martínez Rincón
ed692bb7cd
Tired of people asking why they get errors on this 2020-07-12 20:16:02 +02:00