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

Feature: Election Viewer #2375

Draft
wants to merge 150 commits into
base: beta
Choose a base branch
from

Conversation

j10a1n15
Copy link
Contributor

@j10a1n15 j10a1n15 commented Aug 17, 2024

What

This Pull Request adds the election viewer. The viewer has three pages related to showing informations about the current mayor, current election and the next special mayors.
Open the GUI using /shelection or /shmayor

Todo

  • Fix when using weird screen sizes
Images

Current Mayor

image
During Jerry (the perk descriptions are missing because they get activily loaded from the api)
e9892d2 shows how to test the jerry mayor
image

Current Election

image
Description on hover
image

Next Special Mayors

image

Changelog New Features

  • Added /shmayor. - j10a1n15
    • View the current Mayor, Election and incoming Special Mayors in a custom Gui.

Changelog Technical Details

  • Create fake Entities from a GameProfile. - j10a1n15

j10a1n15 and others added 25 commits August 14, 2024 10:57
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
@hannibal002
Copy link
Owner

Create FakePlayer to handle creating fake Entities from an url. - j10a1n15

We already added fake player in wardrobe pr. What is different here?

@j10a1n15
Copy link
Contributor Author

Create FakePlayer to handle creating fake Entities from an url. - j10a1n15

We already added fake player in wardrobe pr. What is different here?

That fake player only worked with the mc.thePlayer played, this fake player can have custom skins

@hannibal002 hannibal002 added this to the Version 0.28 milestone Aug 18, 2024
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Copy link

This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes.

@github-actions github-actions bot added the Merge Conflicts There are open merge conflicts with the beta branch. label Oct 27, 2024
# Conflicts:
#	src/main/java/at/hannibal2/skyhanni/data/MayorData.kt
#	src/main/java/at/hannibal2/skyhanni/features/inventory/MinisterInCalendar.kt
# Conflicts:
#	src/main/java/at/hannibal2/skyhanni/data/MayorData.kt
#	src/main/java/at/hannibal2/skyhanni/features/inventory/MinisterInCalendar.kt
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Copy link

Conflicts have been resolved! 🎉

@github-actions github-actions bot removed the Merge Conflicts There are open merge conflicts with the beta branch. label Oct 28, 2024
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
a
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
b
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Copy link

This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes.

@github-actions github-actions bot added the Merge Conflicts There are open merge conflicts with the beta branch. label Dec 15, 2024
Copy link

Conflicts have been resolved! 🎉

@github-actions github-actions bot removed the Merge Conflicts There are open merge conflicts with the beta branch. label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants