Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

23.1 and newer doesn't work with bedwarsproxy. #666

Closed
BranGamingMC opened this issue Feb 9, 2023 · 9 comments · Fixed by #682
Closed

23.1 and newer doesn't work with bedwarsproxy. #666

BranGamingMC opened this issue Feb 9, 2023 · 9 comments · Fixed by #682
Labels
bug Something isn't working

Comments

@BranGamingMC
Copy link

So basically I have an issue with the version of the plugin: 23.1 and newer.
I downgraded it for now to 22.7 because that works.

When I join the game using BedWarsProxy I join the game but it kicks me out immediately.

Things I have tried:

  • deleting all plugins in the bedwars solo game server.
  • deleting all of the plugins in bedwars proxy server.

System:

  • Server software pandaspigot
  • Server Version 1.8.8

Logs:

[22:23:05 INFO]: UUID of player debran is a97da3bd-0f2e-4819-83a7-ceb688cc5bba
[22:23:06 INFO]: debran[/] logged in with entity id 441 at ([bw_temp_y23m02d09g18]0.5, 145.0, 0.5)
[22:23:07 INFO]: [BW1058-WinStreak DEBUG]: Successfully PlayerJoinEvent. debran's streak cache was loaded.
[22:23:07 INFO]: debran lost connection: Disconnected
[22:23:07 INFO]: [BW1058-WinStreak DEBUG]: Successfully PlayerQuitEvent. debran's profile cache was saved and destroyed.

@BranGamingMC BranGamingMC added the bug Something isn't working label Feb 9, 2023
@BranGamingMC
Copy link
Author

Forgot to paste the BedWarsProxy Logs.

i used /bwmenu solo but i tried /bw gui to and nothing different

Logs:

[22:27:42 INFO]: [BW1058-WinStreak DEBUG]: Successfully PlayerJoinEvent. debran's streak cache was loaded.
[22:27:44 INFO]: debran issued server command: /bwmenu solo
[22:27:45 INFO]: debran lost connection: Disconnected
[22:27:45 INFO]: [BW1058-WinStreak DEBUG]: Successfully PlayerQuitEvent. debran's profile cache was saved and destroyed.

@tomkeuper
Copy link
Collaborator

tomkeuper commented Feb 9, 2023

Can you post a bit more of the logs as this is just BW Winstreak debug. And maybe bungeecord logs aswell

@BranGamingMC
Copy link
Author

BungeeCord logs: https://pastebin.com/x2BwxWRN

Bedwars game server logs: https://pastebin.com/mh7XfNUH

I probably leaked a lot of things.

@tomkeuper
Copy link
Collaborator

image
When playing with anything lower than 1.19

@HEMO313
Copy link
Contributor

HEMO313 commented Feb 12, 2023

image When playing with anything lower than 1.19

same problem here

@Chromaah
Copy link

There is a workaround to this issue. If you dont believe me, it worked for me and like 10 other people.

Simply just turn all the 'player-list:' formating to false.
The Image below shows how it looks by default. They all have to be set to false
Screenshot_3

@bandaohana
Copy link

bandaohana commented Feb 17, 2023

There is a workaround to this issue. If you dont believe me, it worked for me and like 10 other people.

Simply just turn all the 'player-list:' formating to false. The Image below shows how it looks by default. They all have to be set to false
Screenshot_3

As I said on Discord, this is being caused by another reason. This is just one of the solutions, which may cause some problems for some people.

image When playing with anything lower than 1.19

This is being caused by a spelling error on the part of BW1058, not versions or anything like that.

The problem is being caused by a misspelling in:
image
See that "TeamName/Color", "Team" has its initial letter "T" in uppercase, while in the lang (messages_en.yml) the initial letter T is in lowercase "t "
image

A brief (perhaps simple) solution for this would be for BW1058 to ignore whether it is in lowercase or UPPERCASE, I'm not a dev but I know that this can obviously cause some problems, but I think possibly not, as long as it respects the "rule" of being inside {teamcolor/name/letter}
This is not the first time this has happened to me, all my lang has already been deleted due to a spelling error that the plugin itself changes (which honestly seems to be caused on purpose by someone)

UPDATE:
Please, if this error still happens to you, please disable the features as @Chromaah said, however you will be required to transfer this feature to your tab/nametag plugin, I strongly recommend using the NEZNAMY TAB (link for bw1058 config), this and other settings can be found in the full wiki

@andrei1058
Copy link
Owner

Should be fixed with andrei1058/SidebarLib#17

@BranGamingMC
Copy link
Author

the Chromaah method worked by disabling but it kicks u out immediatly when the game ends.
I don't know how to use SidebarLib.

@andrei1058 andrei1058 mentioned this issue Feb 26, 2023
andrei1058 added a commit that referenced this issue Feb 26, 2023
New features:
- Added {prefix} support to all messages
- Added unformatted player names for kill and bed destroy message
- Added unbreakable to mellee weapons #245
- Addded Elytra auto equip #663
- add toggle for halloween special (#632)
- Added Placeholders to upgrade message #668

For developers:
- add sidebar init event
- exposed sidebar to the API

- fix team identifier length (Sidebar kick issue (#682, #666 )
- Fix Moneys reward team-support on Solo & update variables names
- Bug fixes and placeholder adjustments (#685)
- Fixed command error when lobby location is not set
- Fixed spanish translation error #599
- Fixed spanish translation error #599
- Netherite armor support in 1.16+ #657
- Wins placeholder not in lobby sidebar #658
- Sidebar Title animation not working #660
- Player levels showing numbers #661
- Fixed In-game arena Scoreboard lines in the wrong spot #662
- NPE when clicking outside of shop inventory #664
- Added Placeholders to upgrade message #668
- Fixed players can collect drops during respawn #669

---------

Co-authored-by: Tom Keuper <[email protected]>
Co-authored-by: Yuri <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants