Minecraft Bedrock GUI For Party And Friends Extended icon

Minecraft Bedrock GUI For Party And Friends Extended -----

Replaces the normal Party and Friends GUI For Bedrock Players



Please read the known issues and installation section!!

Minecraft Bedrock GUI For Party And Friends Extended
FloodgateGUI.PNG

Description
This plugin replaces the normal GUI of Party and Friends For Bungeecord/Velocity Extended Edition and Party and Friends For Spigot Extended Edition for Minecraft Bedrock players. Players joining using the Java Minecraft client are still going to have the normal GUI.
How To Open The GUI
Please notice that you might have changed the command names in the config.yml of Party and Friends, the commands listed here are the default once. All GUIs can also be opened by using the button in the other GUIs
  • To open the friends GUI use right click on the profile head or by using the command "/friendsgui"
  • To open the party GUI use the command "/partygui"
  • To open the settings GUI use the command "/friendsettings"
Installation
  1. Install Geyser and Floodgate
  2. Install this plugin into the Bungeecord/Velocity plugins folder if you are using the Bungeecord/Velocity version of Party and Friends and into the Spigot plugins folder if you are using the Spigot version of Party and Friends
  3. Change the plugins/PAF-Floodgate-Extension/config.yml to your liking. Have a look at the config:
Code (YAML):
BackButton:
  DisplayName
: <Back
  Image
:
    Use
: false
    # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
    Type
: url
    # The address of the website or the path inside the texture pack
    URL
: https://example.com/example.jpg
FriendMenu
:
  Title
: '&5Friends'
  AddFriends
:
    DisplayName
: '&5Add new friends'
    Image
:
      Use
: false
      # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
      Type
: url
      # The address of the website or the path inside the texture pack
      URL
: https://example.com/example.jpg
    Priority
: 0
  ListFriends
:
    DisplayName
: '&eView your friends'
    Image
:
      Use
: false
      # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
      Type
: url
      # The address of the website or the path inside the texture pack
      URL
: https://example.com/example.jpg
    Priority
: 1
  FriendRequestList
:
    DisplayName
: '&dView your friend requests'
    Image
:
      Use
: false
      # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
      Type
: url
      # The address of the website or the path inside the texture pack
      URL
: https://example.com/example.jpg
    Priority
: 2
  SwitchToPartyMenu
:
    DisplayName
: '&5Open party menu'
    Image
:
      Use
: false
      # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
      Type
: url
      # The address of the website or the path inside the texture pack
      URL
: https://example.com/example.jpg
    Priority
: 3
    Use
: true
  SwitchToSettingsMenu
:
    Use
: true
    DisplayName
: '&7Open settings menu'
    Image
:
      Use
: false
      Type
: url
      URL
: https://example.com/example.jpg
    Priority
: 4
AddFriendMenu
:
  Title
: '&5Add a new friend'
  AddFriendInput
:
    Title
: '&5Add friend'
    Placeholder
: Name of the friend request receiver
  Input
:
    Title
: '&5Add friend'
    Placeholder
: Name of the friend request receiver
FriendListMenu
:
  Title
: '&5Friends &e (&7 %friend_count%&e)'
  YouCurrentlyHaveNoFriendsText
: '&cYou don''t have any friends currently.'
  BackButton
:
    Use
: true
    Priority
: 0
  FriendList
:
    FriendButton
:
      Online
:
        DisplayName
: '&a %player_name% &a(Online &7on &e%server_name%&a)'
        Image
:
          Use
: false
          # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
          Type
: url
          # The address of the website or the path inside the texture pack
          URL
: https://example.com/example.jpg
      Offline
:
        DisplayName
: '&c %player_name% &c(Offline &7since &c%last_online%&c)'
        Image
:
          Use
: false
          # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
          Type
: url
          # The address of the website or the path inside the texture pack
          URL
: https://example.com/example.jpg
    Priority
: 2
  ChangeSorting
:
    Use
: true
    DisplayName
: Change sorting
    Image
:
      Use
: false
      # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
      Type
: url
      # The address of the website or the path inside the texture pack
      URL
: https://example.com/example.jpg
    Priority
: 1
ChangeSortingMenu
:
  Title
: Change Friend Sorting
  SortingOptions
:
    Title
: 'Sort:'
    LastOnline
:
      Use
: true
      DisplayName
: '&dSort by &blast online'
      Priority
: 0
    AlphabeticAscending
:
      Use
: true
      DisplayName
: '&dSort by &3ascending alphabetic order'
      Priority
: 1
    AlphabeticDescending
:
      Use
: true
      DisplayName
: '&dSort by &cdescending alphabetic order'
      Priority
: 2
    FriendshipDuration
:
      Use
: true
      DisplayName
: '&dSort by &5friendship duration'
      Priority
: 3
FriendDetailView
:
  Online
:
    Title
: '&5Friend Interactions'
    Content
: ' %player_name% &a(Online on %server_name%&a)'
  Offline
:
    Title
: '&5Friend Interactions'
    Content
: '&c %player_name% &c(Offline &7since &c%last_online%&c)'
  BackButton
:
    Use
: true
    Priority
: 0
  JumpToFriend
:
    Use
: true
    DisplayName
: '&eJump to the server of %player_name%'
    Image
:
      Use
: false
      # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
      Type
: url
      # The address of the website or the path inside the texture pack
      URL
: https://example.com/example.jpg
    Priority
: 1
  InviteParty
:
    Use
: true
    DisplayName
: '&5Invite &e %player_name% &5into your party'
    Image
:
      Use
: false
      # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
      Type
: url
      # The address of the website or the path inside the texture pack
      URL
: https://example.com/example.jpg
    Priority
: 2
  RemoveFriend
:
    Use
: true
    DisplayName
: '&cRemove &e %player_name% &cfrom your friend list'
    Image
:
      Use
: false
      # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
      Type
: url
      # The address of the website or the path inside the texture pack
      URL
: https://example.com/example.jpg
    Priority
: 3
FriendRequestListMenu
:
  Title
: '&5Your Friend Requests &e (&7 %friend_request_count%&e)'
  Content
:
    NoFriendRequests
: '&cYou don''t have any friend requests currently'
  BackButton
:
    Use
: true
    Priority
: 1
  RequestButton
:
    DisplayName
: '&e %player_name%'
    Image
:
      Use
: false
      # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
      Type
: url
      # The address of the website or the path inside the texture pack
      URL
: https://example.com/example.jpg
    Priority
: 1
FriendRequestDetailMenu
:
  Title
: '&e %player_name% &5friend requests'
  Content
: '&e %player_name% &7 send you  a friend request. Do you want to accept it?'
  BackButton
:
    Use
: true
    Priority
: 3
  AcceptButton
:
    DisplayName
: '&aAccept'
    Image
:
      Use
: false
      # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
      Type
: url
      # The address of the website or the path inside the texture pack
      URL
: https://example.com/example.jpg
    Priority
: 0
  DeclineButton
:
    DisplayName
: '&cDecline'
    Image
:
      Use
: false
      # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
      Type
: url
      # The address of the website or the path inside the texture pack
      URL
: https://example.com/example.jpg
    Priority
: 1
PartyMenu
:
  Title
: '&5Party'
  Invite
:
    Use
: true
    DisplayName
: '&5Invite players into your party'
    Image
:
      Use
: false
      # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
      Type
: url
      # The address of the website or the path inside the texture pack
      URL
: https://example.com/example.jpg
    Priority
: 0
  AcceptInvite
:
    Use
: true
    DisplayName
: '&dAccept a party invitation'
    Image
:
      Use
: false
      # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
      Type
: url
      # The address of the website or the path inside the texture pack
      URL
: https://example.com/example.jpg
    Priority
: 1
  ListPartyMembers
:
    Use
: true
    DisplayName
: '&eView who is in your party'
    Image
:
      Use
: false
      # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
      Type
: url
      # The address of the website or the path inside the texture pack
      URL
: https://example.com/example.jpg
    Priority
: 2
  LeaveParty
:
    Use
: true
    DisplayName
: '&cLeave your party'
    Image
:
      Use
: false
      # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
      Type
: url
      # The address of the website or the path inside the texture pack
      URL
: https://example.com/example.jpg
    Priority
: 3
  SwitchToFriendMenu
:
    DisplayName
: '&5Open friend menu'
    Image
:
      Use
: false
      # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
      Type
: url
      # The address of the website or the path inside the texture pack
      URL
: https://example.com/example.jpg
    Priority
: 4
    Use
: true
  SwitchToSettingsMenu
:
    Use
: true
    DisplayName
: '&7Open settings menu'
    Image
:
      Use
: false
      # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
      Type
: url
      # The address of the website or the path inside the texture pack
      URL
: https://example.com/example.jpg
    Priority
: 5
InvitePartyMenu
:
  Title
: '&5Party Invite'
  Input
:
    Title
: '&5Invite a player into your party'
    Placeholder
: Name of the player
AcceptPartyMenu
:
  Title
: '&5Accept Party Invitation'
  Input
:
    Title
: '&5Accept a party invite'
    Placeholder
: Name of the player who send you a party invite
PartyMemberListMenu
:
  Title
: '&5Your Party &e (&7 %party_player_count%&e)'
  Content
:
    NoParty
: '&cYou are not part of a party'
  BackButton
:
    Use
: true
    Priority
: 0
  PartyLeaderButton
:
    Use
: true
    DisplayName
: '&5 [Leader ] &6 %player_name%'
    Image
:
      Use
: false
      # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
      Type
: url
      # The address of the website or the path inside the texture pack
      URL
: https://example.com/example.jpg
    Priority
: 1
  PartyMemberButton
:
    Use
: true
    DisplayName
: '&6 [Member ] &b %player_name%'
    Image
:
      Use
: false
      # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
      Type
: url
      # The address of the website or the path inside the texture pack
      URL
: https://example.com/example.jpg
    Priority
: 2
PartyMemberDetailView
:
  Leader
:
    Title
: '&6Party Leader Interactions'
    Content
: '&5 [Leader ] &6 %player_name%'
  Member
:
    Title
: '&bParty Member Interactions'
    Content
: '&6 [Member ] &b %player_name%'
  BackButton
:
    Use
: true
    Priority
: 0
  AddFriend
:
    Use
: true
    DisplayName
: '&eAdd %player_name% &eas a friend'
    Image
:
      Use
: false
      # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
      Type
: url
      # The address of the website or the path inside the texture pack
      URL
: https://example.com/example.jpg
    Priority
: 1
  MakeLeader
:
    Use
: true
    DisplayName
: '&5Make %player_name% &5the party leader'
    Image
:
      Use
: false
      # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
      Type
: url
      # The address of the website or the path inside the texture pack
      URL
: https://example.com/example.jpg
    Priority
: 2
  KickPlayer
:
    Use
: true
    DisplayName
: '&cKick %player_name% &cfrom the party'
    Image
:
      Use
: false
      # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
      Type
: url
      # The address of the website or the path inside the texture pack
      URL
: https://example.com/example.jpg
    Priority
: 3
SettingsMenu
:
  Title
: '&7Settings'
  ReopenSettingMenu
: true
  DoNotReceiveFriendRequests
:
    Use
: true
    Priority
: 0
    OptionEnabled
:
      DisplayName
: '&cYou do not receive friend requests'
      Image
:
        Use
: false
        # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
        Type
: url
        # The address of the website or the path inside the texture pack
        URL
: https://example.com/example.jpg
    OptionDisabled
:
      DisplayName
: '&aYou receive friend requests'
      Image
:
        Use
: false
        # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
        Type
: url
        # The address of the website or the path inside the texture pack
        URL
: https://example.com/example.jpg
  PlayerCanJumpToYou
:
    Use
: true
    Priority
: 1
    OptionEnabled
:
      DisplayName
: '&aFriends can jump to you'
      Image
:
        Use
: false
        # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
        Type
: url
        # The address of the website or the path inside the texture pack
        URL
: https://example.com/example.jpg
    OptionDisabled
:
      DisplayName
: '&cNo one can jump to you'
      Image
:
        Use
: false
        # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
        Type
: url
        # The address of the website or the path inside the texture pack
        URL
: https://example.com/example.jpg
  ShowOnlineStatus
:
    Use
: true
    Priority
: 2
    OptionEnabled
:
      DisplayName
: '&aYour online status will be shown'
      Image
:
        Use
: false
        # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
        Type
: url
        # The address of the website or the path inside the texture pack
        URL
: https://example.com/example.jpg
    OptionDisabled
:
      DisplayName
: '&cYour online status will not be shown'
      Image
:
        Use
: false
        # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
        Type
: url
        # The address of the website or the path inside the texture pack
        URL
: https://example.com/example.jpg
  NotifyOnlineStatusChange
:
    Use
: true
    Priority
: 3
    OptionEnabled
:
      DisplayName
: '&aYou will receive a notification when a friend of yours goes
        online/offline'
      Image
:
        Use
: false
        # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
        Type
: url
        # The address of the website or the path inside the texture pack
        URL
: https://example.com/example.jpg
    OptionDisabled
:
      DisplayName
: '&cYou will not receive a notification when a friend of yours goes
        online/offline'
      Image
:
        Use
: false
        # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
        Type
: url
        # The address of the website or the path inside the texture pack
        URL
: https://example.com/example.jpg
  ReceivePrivateMessages
:
    Use
: true
    Priority
: 4
    OptionEnabled
:
      DisplayName
: '&aYou will receive messages'
      Image
:
        Use
: false
        # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
        Type
: url
        # The address of the website or the path inside the texture pack
        URL
: https://example.com/example.jpg
    OptionDisabled
:
      DisplayName
: '&cYou will not receive messages'
      Image
:
        Use
: false
        # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
        Type
: url
        # The address of the website or the path inside the texture pack
        URL
: https://example.com/example.jpg
  ReceivePartyInvites
:
    Use
: true
    Priority
: 5
    OptionEnabled
:
      DisplayName
: '&aYou will receive party invitations from everyone'
      Image
:
        Use
: false
        # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
        Type
: url
        # The address of the website or the path inside the texture pack
        URL
: https://example.com/example.jpg
    OptionDisabled
:
      DisplayName
: '&cYou will only receive party invitations from your friends'
      Image
:
        Use
: false
        # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
        Type
: url
        # The address of the website or the path inside the texture pack
        URL
: https://example.com/example.jpg
  SwitchToFriendMenu
:
    Use
: true
    DisplayName
: '&5Open friend menu'
    Image
:
      Use
: false
      # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
      Type
: url
      # The address of the website or the path inside the texture pack
      URL
: https://example.com/example.jpg
    Priority
: 6
  SwitchToPartyMenu
:
    Use
: true
    DisplayName
: '&5Open party menu'
    Image
:
      Use
: false
      # Either "url" if you want to use a web resource or "path" if you want to use a texture from a texture pack
      Type
: url
      # The address of the website or the path inside the texture pack
      URL
: https://example.com/example.jpg
    Priority
: 7
Known Issues
Floodgate currently has a bug which throws the following error on some server configurations:
Code (Text):
java.lang.LinkageError: loader constraint violation: loader net.md_5.bungee.api.plugin.PluginClassloader @4c51cf28 wants to load interface org.geysermc.cumulus.util.FormBuilder. A different interface with the same name was previously loaded by net.md_5.bungee.api.plugin.PluginClassloader @29526c05. (org.geysermc.cumulus.util.FormBuilder is in unnamed module of loader net.md_5.bungee.api.plugin.PluginClassloader @29526c05, parent loader 'app') at[/SIZE][/COLOR][/SIZE][/SIZE][/COLOR][/SIZE]
[SIZE=7][COLOR=#000000][SIZE=4][SIZE=7][COLOR=#000000][SIZE=4]org.geysermc.floodgate.api.SimpleFloodgateApi.sendForm(SimpleFloodgateApi.java:111)
There is nothing I can do about it. Only Floodgate self can fix this. Here is the link to the issue on the

Floodgate GitHub. If you have this problem only the normal gui instead of the Bedrock GUI will open. Reinstalling floodgate and Geyser seems to help.
Resource Information
Author:
----------
Total Downloads: 976
First Release: Mar 2, 2022
Last Update: Dec 28, 2024
Category: ---------------
All-Time Rating:
5 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings