PuerkasPartySpigot + Api - Free Party Plugin (Abandoned) icon

PuerkasPartySpigot + Api - Free Party Plugin (Abandoned) -----

This is a party extension for Spigot of my PuerkasParty plugin + Includes API



[​IMG]

This is a Party Extension for Spigot of my
PuerkasParty plugin. Includes API
[​IMG]
  • Works with Multiarena Minigames
  • A lot of Configuration options
  • Includes API
[​IMG]
Code (Java):
@Override
    public boolean onCommand (CommandSender sender, Command arg1, String arg2, String [ ] arg3 ) {
        if ( ! (sender instanceof Player ) ) {
            return true ;
        }
        Player player = (Player )sender ;
        if (PuerkasPartyAPI. isInParty (player ) ) {
            player. sendMessage ( "§7[§dParty§7] §aYou are in a party :)" ) ;
        } else {
            player. sendMessage ( "§7[§dParty§7] §cYou are not in a party :(" ) ;
        }
        if (PuerkasPartyAPI. isInParty (player ) ) {
            if (PuerkasPartyAPI. getPartyLeader (player ) == player ) {
                player. sendMessage ( "§7[§dParty§7] §aYou're the leader of this party :D" ) ;
            } else {
                player. sendMessage ( "§7[§dParty§7] §aThe leader of this party is §b" + PuerkasPartyAPI. getPartyLeader (player ). getName ( ) ) ;
            }
            player. sendMessage ( "§3Members:" ) ;
            for (Player players : PuerkasPartyAPI. getPartyMembers (player ) ) {
                player. sendMessage ( String. join ( ", ", players. getName ( ) ) ) ;
            }
        }
        return false ;
    }
[​IMG]

Database:
hostname: localhost
database: PuerkasParty
username: root
password: password

#If you have a MultiArena minigame, you can activate this option. When the leader of a party joins an arena of the "ArenasWorld" selection, the party members will automatically enter the same arena.
Options:
enabled: false
LobbyWorldName: LobbySW
Commands:
joincommand: sw join %arena%
leavecommand: sw leave
ArenasWorld:
- SWMap1
- SWMap2

HOST:

[​IMG]
Discord-HolesNodes: https://discord.com/invite/N2YtSGyE54
Web-Site: https://holenodes.com
discount code: Luisito32



[​IMG]
  • You are not authorized to decompile the plugin​
  • You cannot upload this plugin to any platform​
Resource Information
Author:
----------
Total Downloads: 165
First Release: Jun 12, 2021
Last Update: Apr 22, 2022
Category: ---------------
All-Time Rating:
7 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings