Minecraft Leaks

StrikePractice 2 Queues, Sumo, Tournaments, PvP Bots, Best of Rounds, MySQL

Submitted by Vakades, , Thread ID: 130553

Thread Closed
Vakades
Novice
Level:
0
Reputation:
0
Posts:
45
Likes:
18
Credits:
312
10-05-2019, 10:26 PM
This post was last modified: 10-05-2019, 10:36 PM by Vakades
#1
Content locked
This content has been locked. Please login or register in order to unlock it.


StrikePractice offers you everything you need for a pvp practice server and much more for very affordable price. The plugin suits any server, no matter how many players you have and will make your server stand out. The plugin is highly configurable and has many features.


Features
Duels, Party vs Party, Party Split and Party FFA, Party vs Bots, Party Playbacks
PvP Bot*
Replay your fights*
Create any ladder (build, combo, spleef, bedwars, skywars, horse, parkour, only bow damage, disable hunger and regen for UHC kits)
Arena regeneration. Chests reset too
Multiple rounds! Best of any number of rounds
Premium matches queue and limit rankeds/unrankeds. Get more donations with this feature!*
Customize almost everything
Arena selector
Fully automatic events: 1v1 Tournament, Sumo, Last Man Standing (FFA Event), King of the hill (KOTH) and Juggernaut (1 vs everyone else)
FFA arenas
Post match inventory view. Includes hits, longest combo, potions thrown, potions missed and potion accuracy (View after fight, can be stored in MySQL)
MySQL support: stats, each kits elo, fights (ELO changes, inventories, kit, arena etc)
Kit Editor
Customizable colored name tags
Spectator mode
Automatically generates a kit with armor and inventory based on the name with only 1 command /battlekit create <name> and create more arenas with 1 command /arena copypaste
Customizable spawnitems (any item, any command)
Player tablist* and Scoreboard with many placeholders and PlaceholderAPI support
Open parties and public parties for streamers, staff, Youtubers and VIPs
Sign stats, /stats command, customizable starting elo
Addons! Leaderboards etc.* (links in More Information)
Multilingual. Add any language. Players can change their language with /language. English, French, Dutch and Finnish already supported
Kill Cam: click the message to replay last 30 seconds of the match.
Premade kits, spawnitems, arenas (Worldedit schematics, you can use for free)
Performance friendly*

[spoiler=More Information] [spoiler=Addons and extensions]
PlaceholderAPI StrikePractice supports
StrikeLeaderboards Show top stats in an inventory
LeaderHeads Supports StrikePractice stats. More informationhere.
PlayerListPlus Free tablist plugin with PlaceholderAPI support
SpigotTablistPlus(Premium) +SpigotTablistPlus StrikePractice extension
Website Leaderboards- Contact LegendEffects#7781 on Discord if you're interested in purchasing the addon.[/spoiler]
[spoiler=1.9+ Versions]
In 1.9+ versions you may have to reset premade kits' armor with /battlekit setinv <kit name>![/spoiler]
[spoiler=Tablist/player list]
Tablist is only available for 1.7 users on a 1.7 server. Use addons or other plugins to make it work on any version. Check "Addons and extensions".[/spoiler]
[spoiler=PvP Bot]
Bot requires working version of Citizens. The bot doesnt yet support combo mode, drinkable potions (splash potions of healing work) or edible things (golden apples for example). You can easily disable PvP Bot with permissions and config.yml or by removing Citizens plugin. With paperspigots, you might need to check the bot knockback in the config.yml before reporting any issues with PvP Bot's knockback.[/spoiler]
[spoiler=Premium Queue and Match Limits]
Premium queue:
Give your players an opportunity to purchase premium matches! Give premium matches with "/premiummatches add/set <player> <number>".

How to give extra ranked/unranked matches:
strikepractice.extrarankeds.(number)
strikepractice.extraunrankeds.(number)

Matchlimit Commands:

/matchlimit - "/matchlimit set/add unranked/ranked <player> <number>" to modify match limits. "/matchlimit update <player>" to manually update their matchlimits (for example, after giving matchlimit permissions).[/spoiler]
[spoiler=Replay]
Replays require a working version of Citizens. The system saves the important actions (swinning, damage, movements etc. The playback mode will replay them) either during ranked or unranked and ranked fights. [/spoiler]

You can easily disable replays by editing the config, removing the permissions or removing the Citizens plugin.[/spoiler]
[spoiler=Performance Settings]
For the maximum performance you should set performance-mode: true in the config. This will override some of your settings and optimize the plugin. You can also only set the scoreboard: enhanced-performance: true to optimize scoreboard performance (automatically done if you have performance-mode: true)[/spoiler] [/spoiler]

Video


[spoiler=Screenshots]
[Image: 2bea518d29ff1de7d5c409413b1c3f8564dbbbff...GziJxq.png]
[Image: 287f2dea7a2f325234a26f182861d768087e4cfe...Z5YzpE.png][Image: 1efe5b260a6d691dc4531bede89b25be5955dedc...b1VXWk.png][Image: a2f7f902e58a6b1d62d593f4812177c02518264d...Xmeggt.png][Image: 65d619ffc95cdac04bfa7cfc3125381c21317f9b...XJjuhV.png]
[Image: c0b7d76322c0bca21efabed7c250fae2a8ba6e7b...cEvBah.png]
[Image: bot-gif.278948]
[Image: hotbar-gif.278949]
[Image: party-fights-gif.278950]
[/spoiler]

More Features
PvP Bot is able to pot and soup and comes with 4 customizable difficulties

Easy Developer API
[spoiler=Developer API with Downloads]
Download API Here



EVERYTHING ISN'T LISTED HERE or in StrikePracticeAPI.jar. Add the plugin in build path if you have purchased it.



ga.strikepractice.StrikePracticeAPI
cancelFight(Player p, String reason)
- cancel player's current fight with the given reason


getPlayerStats(Player p)orgetPlayerStats(UUID uuid, boolean create, boolean async)- get the player's stats. Returns PlayerStats which contains elos and other stats

clear(Player p, boolean lobby, boolean deselect)- Clear player's inventory and everything and possibly teleport to the lobby and deselect their kit if they have one

getSpawnLocation()- get the lobby location as bukkit location

isSpectator(Player p)- get if the player is in spectator mode or not

addSpectator(Player p)oraddSpectator(Player p, Player target)- set player in spectator mode and possibly register as spectating the target's fights. Doesn't teleport anywhere.

removeSpectator(Player p, boolean clearAndTeleport)- remove spectator and possibly clear and teleport

isInFight(Player p)- get if the player is in a StrikePractice fight.

isInEvent(Player p)- get if the player is in a StrikePractice event. All 'waiting' states don't mean they are in an event.

getLanguage(Player p)- get the language player has selected as a String

getKit(Player p)- get the player's current kit (isCombo(), getName() etc methods are there)

getFight(Player p)- get the player's current fight (getArena(), getKit(), hasEnded(), forceEnd(), getDuration(), getStarted() etc)

isRanked(Player p)- get if the player is in ranked queue, ranked match or has a ranked kit

forceWin(Player p)- make the player win the game

isInQueue(Player p)- get if the player is in queue

setLanguage(Player p, String language, boolean message)- set the player's language and possibly message them the 'language changed' message.

getDuelOpponent(Player p)- get the player's 1vs1 opponent or null if not found. Returns Player or null.

getCurrentFightsPlaybackUUID(Player p)- get Unique ID of the player's current fight if it was recorded, otherwise null.

startPlayback(Player p, UUID replayUUID)- start the replay of specified fight

joinQueue(Player p, BattleKit kit, boolean premium)



package: ga.strikepractice.events


BotDuelEndEvent
BotDuelStartEvent
DuelEndEvent
DuelStartEvent
KitDeselectEvent
KitSelectEvent
LanguageSelectEvent
PartyCreatedEvent
PartyDisbandEvent
PartyFFAEndEvent
PartyFFAStartEvent
PartySplitEndEvent
PartySplitStartEvent
PartyVsBotsEndEvent
PartyVsBotsStartEvent
PartyVsPartyEndEvent
PartyVsPartyStartEvent
PlayerStartSpectatingEvent
PlayerStopSpectatingEvent
PlayerHostEvent
PvPEventStartEvent
PvPEventEndEvent - When a pvp event ends, the winner is null when the event completely stops or /<event> stop is used so check if the winner is null first
[/spoiler]


Match link. Send link to your website showing information about the fight

Host events with simple GUI (inventory, /events)

Golden heads, a golden apple named ?golden head or ?goldenhead

Chest access (per kit) to give players access to customize their kits in kiteditor

Players own gamemode they can host party events or duel players (Custom Kit)

Option to not let players with high ping join ranked or premium queue

Option to not let players without enough kills join ranked queue

Disable/Allow hunger with UHC kits (any kit which name contains ?uhc)

Disable/Allow crafting in fights, building without build kit, dropping items in spawn

Disable/Allow instant void (for spleef and skywars), rain, grass spread, fire spread, remove arrows

Elo rewards

Build limit for build kits

Rematch item (to duel the same player again)

Fight duration limit

Per player settings: toggle scoreboard, player hiding, duel requests and language

Option to disable death messages and add lightning effect when a player dies

Kit Preview, preview kits before joining queue or before accepting custom kit requests

Disable any party gamemode, permissions for party playback and Party vs Bots

Change combo delay, combo and PvP Bots knockback, default and combo knockback

Change starting elo, revive elo

Elo ranks! Also /ranks

Some basic commands (/night, /day, /report, /ping), can be disabled

Spectator teleport and leave items



config.yml



messages.yml



You can edit and add new languages and players can change them with "/lang". English, French, Spanish, Dutch, Finnish, Chinese (partly) are already supported.



Still not convinced? There are already many servers using this plugin and here are some with good number of players.



premium.blocksmc.com(orblocksmc.com)

[b]omegacraft.cl[/b](Spanish)

mc.emeraldcraft.com.ar
play.betacraft.org
(Turkish) (Requires registeration on their website)

server.mycraft.es
play.skycraftmc.us

and many more...


PlaceHolders
This plugin supportsPlaceholderAPI.You can use %strikepractice_placeholder% (For example: %strikepractice_global_elo%) or you can add more placeholders.


You may use [display=false/true] function in scoreboard. For example, a scoreboard line with [display=<sumo_started>] will only be displayed if the sumo has started. Use display=! to display when its false and not display when its true. For example [display=!<sumo_started>] will only display the line when sumo hasnt started.

[spoiler=Leaderboards/Top Stats]Placeholders for top 10: <top_[stats][number]> and <top_[stats][number]_value>.



MySQL must be enabled for this or "top-placeholders-require-mysql: false" in your config!



Example: Top 3 with "debuffelo" kit

- #1<top_elo_nodebuffelo1>: <top_elo_nodebuffelo1_value>

- #2<top_elo_nodebuffelo2>: <top_elo_nodebuffelo2_value>

- #3<top_elo_nodebuffelo3>: <top_elo_nodebuffelo3_value>




With PlaceholderAPI:



- #1%strikepractice_top_elo_nodebuffelo1%: %strikepractice_top_elo_nodebuffelo1_value%



- #2%strikepractice_top_elo_nodebuffelo2%: %strikepractice_top_elo_nodebuffelo2_value%


- #3%strikepractice_top_elo_nodebuffelo3%: %strikepractice_top_elo_nodebuffelo3_value%[/spoiler]

You can see a list of placeholders here (PlaceholderAPI is not required):


Code:
Common placeholders:

<players>  Players online
<next_event_name>  Name of next automatic event
<next_event_time>  When next automatic event will start
<in_fight>  Players fighting
<in_queue>  Players in queue
<in_ranked_queue>  Players in ranked queue
<in_unranked_queue>  Players in unranked queue
<online_staff>  Staff online
<tps>  Current ticks per second
<time>  Current server time

Per player (or event) placeholders:

<ping>  Players current ping
<kills>  Players kills
<deaths>  Players deaths
<premiummatches>  Premium matches left
<brackets_wins>  Players brackets event wins
<lms_wins>  Players last man standing event wins
<party_vs_party_wins>  Players Party vs Party winsplayer>  Players name
<custom_name>  Players custom name
<display_name>  Players display name
<world>  Players current world
<global_elo>  Players current global elo
<elo_rank>  Player's elo rank
<elo_kit>  Players elo of the kit (for example <elo_rankedbuilduhc>)
<party_members>  Number of members in the players party
<party_owner>  Owner of the players party or ?None if not found
<enderpearl_cooldown>  Players current enderpearl cooldown or ?-- if the player is no longer on cooldown
<is_enderpearl_cooldown>  true if the player is on cooldown, otherwise false
<arena>  Players current arena or ?None if the player is not fighting
<kit>  Players current kit or ?None if the player is not fighting
<raw_arena>  Raw name of the players arena (not display name)
<raw_kit>  Raw name of the players kit (not icon name)
<ranked>  ?true if the players current queue/fight is ranked, otherwise ?false
<is_cooldown_(tag)>  true if the player is on cooldown. Tag can be sumo or ?brackets for example
<cooldown _(tag)>  Duration left of the cooldown. Tag can be sumo or ?brackets for example.
<duration>  Duration of the players current fight or brackets 1v1
<total_duration>  Total duration of the players current event or ?--:-- if the event hasnt started
<opponent>  Players 1v1 opponent.
<opponent_ping>  Opponent's ping
<cps>  Clicks per second
<opponent_cps>  Opponents clicks per second
<total_rounds>  Total rounds of the fight
<round> - current round  Current round
<own_wins>  Rounds won
<opponent_wins>  Opponents rounds won
<is_bestof>  true/false whether the match is best of x rounds
<build>  true if the kit is build
<is_ffa>  true if the player is in a ffa arena, otherwise false
<is_party>  true if the player is in a party, otherwise false
<ended>  true if the current fight has ended, otherwise false
<ffa_players>  Number of players in the ffa arena
<ffa_rollback>  Time till next ffa arena rollback
<sumo/juggernaut/koth/lms/brackets_started>  Event has started , true or false
<enemy_team_members>  Number of the players enemy team members in Party Vs Bots, Party Vs Party or Party Split
<own_team_members>  Number of the players own team members in Party Vs Bots or Party Split
<enemy_team_left>  Number of alive members in the players enemy team in Party Vs Bots, Party FFA, Party Split or Party vs Party
<own_team_left>  Number of alive members in the players own team in Party Vs Bots, Party FFA, Party Split or Party Vs Party
<search_range1>  Players current queue search starting range or ? if its an unranked kit
<search_range1>  Players current queue search end range or ?- if its an unranked kit
<queuetype>  "Ranked" or "Unranked" while in queue.
<wait_time>  Time the player has waited in queue
<current_fight_player1>  Player in the current brackets or sumo, or ?-- if the event hasnt started yet
<current_fight_player2>  The other player in the current brackets or sumo, or ?--...
<player1_ping> and <player2_ping>  The brackets or sumo players' pings.
<player1_cps> and <player2_cps>  The brackets or sumo players' clicks per second.
<players_left>  Players left in the tournament
<total_players>  Total players in the tournament
<estimated_time_left>  Estimated duration of the tournament
<alive>  Players alive in brackets or last man standing event
<timer>  KOTH current capping time
<capper>  The capper in KOTH event
<capper_team>  The capping team in KOTH event
<juggernaut>  The juggernaut in Juggernaut event
<limits_update>  When match limits will update again (HH:mm)
<rankeds_left>  Number of ranked matches left
<rank>  Player's elo rank (if enabled)
<unrankeds_left>  Number of unranked matches left





Permissions



If youre looking for permissions check?Permissions Command Permissions.



[spoiler=Commands]command - (aliases) - description

/language - (/lang) -change your language
/languageitem - (/li) - Admin command to manage language inventory items.
/spawnitem - Admin command to manage spawnitems.
/stats - (/statistics, /elo) - See your stats and elos.
/strikepractice - (/sprac, /practice) - Check this command before asking ?Whats the command to do something Many useful admin commands. For example fight cancellation, renaming items, saving data manually, /sprac setlobby, stats resetting.
/playersettings - (/psettings, /settings) - Change your settings: toggle scoreboard, player hiding at spawn, duel requests and more.
/playback - (/previousfights) - See your previous fights if they were recorded.
/customkit - Manage your custom kit. Use admin command ?/customkit items? to manage what items players can add to their custom kit.
/arena - (/battlearena) - Manage arenas. Check ?Arena Creation for more information.
/battlekit - Manage kits. Check ?Kit Creation for more information.
/previewkit - (/preview, /kitpreview) - Command to preview kits.
/lms - (/lastmanstanding) - Command to participate and manage LMS (FFA) events.
/juggernaut - Command to participate and manage juggernaut events.
/brackets - Command to participate and manage brackets (1v1 tournament) events.
/koth - Command to participate and manage KOTH (king of the hill) events.
/spectate - (/spec, /spectator) - Command to spectate current fights.
/party - (/team) - Command to create and manage your party.
/duel - (/1v1) - Duel someone, accept duels or manage your duel settings.
/togglescoreboard - (/sbtoggle, /scoreboardtoggle) - Enable or disable scoreboard.
/queue - (match, anon, battle, unranked, ranked) - Command to join ranked or unranked queue. If the inventories are separated ?/unranked will open the unranked queue and ?/ranked will open the ranked queue, "/premiumqueue" will always open the premium queue.
/kiteditor - (/editkits) - Command to edit your kits.
/matchlimit - "/matchlimit set/add unranked/ranked <player> <number>" to modify match limits. "/matchlimit update <player>" to manually update their matchlimits (for example, after giving matchlimit permissions).
/premiummatches - give or set the number of player's premium matches
/botduel - (/pvpbot) - Fight against the PvP Bot.
/fightinfo - (/fightinventory, /clickablefightinventory) - Clickable inventory messages use this.
/hostevent - Host an event automatically (with broadcast), good for donators and simple to use
/events Open GUI to host events
/ranks - See your current rank & all ranks[/spoiler]

Permissions



Use strikepractice.* to give all StrikePractice permissions.

By default players should have permission to all commands they need. If you want to remove their access to something simply give them a negative permission.

Command Permissions:

[spoiler=Command permissions]strikepractice.stats /Stats

strikepractice.language /language

strikepractice.playersettings /playersettings

strikepractice.playback /playback

strikepractice.fightinfo /fightinfo (clickable inventories)

strikepractice.previewkit /previewkit

strikepractice.togglescoreboard /togglescoreboard

strikepractice.party /party

strikepractice.spectate /spec or /spectate

strikepractice.kiteditor /kiteditor (access to kit editor)

strikepractice.duel /duel

strikepractice.botduel /botduel (access to pvp bot)

strikepractice.customkit /customkit

strikepractice.premiumqueue /premiumqueue

strikepractice.queue /queue (/ranked and /unranked)

strikepractice.lms.command /lms (only join and leave)

strikepractice.juggernaut.command /juggernaut (only join and leave)

strikepractice.brackets.command /brackets (only join and leave)

strikepractice.koth.command /koth (only join and leave)

strikepractice.admin /spawnitems, /languageitem, full access to /strikepractice, /arena, /battlekit

strikepractice.hostevent Permission to use /hostevent, all events have own permissions (strikepractice.hostevent.{event name} or strikepractice.hostevent.*)

strikepractice.hostevent.anykit Permission to use "/hostevent {event} [kit name]" (only lms, brackets and koth)

strikepractice.hostevent.brackets Permission to host brackets with ?/hostevent brackets.

strikepractice.hostevent.juggernaut Permission to host juggernaut with ?/hostevent juggernaut {random or player name}.

strikepractice.hostevent.lms Permission to host lms with ?/hostevent lms.
strikepractice.hostevent.koth Permission to host koth with ?/hostevent koth.[/spoiler]


[b]Other Permissions:
[/b]


[b][spoiler=Command permissions]strikepractice.staff Basic staff member permission (e.g. <staff_online> placeholder)
[/b]

strikepractice.admin Basic admin permission (kit, arena creation, admin commands, /sprac)

strikepractice.cooldownbypass Bypass queue cooldowns (if enabled)

strikepractice.brackets.host Permission to host a brackets event

strikepractice.juggernaut.host Permission to host a juggernaut event

strikepractice.lms.host Permission to host an LMS event

strikepractice.koth.host Permission to host a KOTH event

strikepractice.publicparty Permission to host a public party

strikepractice.partylimit Permission to change the party player limit

strikepractice.openparty Permission to make your party open for anyone to join

strikepractice.customkit.armor Permission to change armor of the player's custom kit/gamemode

strikepractice.customkit.combo Permission to toggle combo mode of the player's custom kit

strikepractice.customkit.horse Permission to toggle horse mode of the player's custom kit

strikepractice.customkit.build Permission to toggle build mode of the player's custom kit

strikepractice.customkit.bow Permission to toggle only bow mode of the player's custom kit

strikepractice.update Notify updates

strikepractice.partyplayback Permission to host party playbacks

strikepractice.partybots Permission to host party vs bots
[b]strikepractice.extrarankeds.<number> and strikepractice.extraunrankeds.<number> Add ranked or unranked matches[/spoiler][/b]



Arena Creation




Type ?/arena to see all arena commands.



Use all commands without ?, ?{ and ?}


  • Type ?/arena create {arena name} to create a new arena.

  • You must set the pos1, pos2 and center.

  • Use ?/arena pos1 {arena name} to set the first spawn position at your current position.

  • Use ?/arena pos2 {arena name} to set the second spawn position at your current position.

  • Use ?/arena center {arena name} to set the center position at your current position.


  • Build arena creation: Use ?/arena build {arena name} to toggle the build mode. Build kits will only go to build arenas and non build kits will only go to non build arenas by default

    [spoiler=Advanced]Advanced, not required:Use ?/arena kits {arena name} {kit name} to specify a kit. After doing this only specified kits will go to this arena and no other kit will lead there and the specified kits will only go to arenas that have the kit specified. To make a spleef arena type ?/arena kits {arena name} {spleef kit name}.You can also set ?/arena corner1 {arena name} and ?/arena corner2 {arena name}. The corners are used for some features but are not required. These locations should be in opposite corners and the other should be at bottom of the arena and the other at build limit or at the top of the arena.[/spoiler]

[b][spoiler=FFA Setup][/b]

[b]1. Create a normal arena (follow the arena creation tutorial)
[/b]

2. Use /arena kits to specify the kit.

3. Use /arena ffa. The arena will no longer be used for other fights.
[b]4. Restart the server and use /<arena name> to join the arena. If the command doesn't work be sure it's not being blocked by other plugins and check console.[/spoiler][/b]



Kit Creation

[b]Type ?/battlekit to see all kit commands.
[/b]



Use all commands without ?, ?{ and ?}


  • Use?/battlekit create {kit name}to create a new kit. If possible, the system willautomatically create a kitwith inventory and armor based on the kit's name. You can add ?uhc in the name to disable health regeneration.

  • If you don't like the kit it created automatically use the following commands:

  • Use ?/battlekit setinv {kit name} to set the inventory, armor and potion effects.

  • Use ?/battlekit seticon {kit name} to set the kits icon. Hold the item in your hand. You can rename the item in your hand with ?/sprac rename &cExample_name. ?_ will be replaced with a whitespace.

  • Use ?/battlekit build {kit name} to toggle whether the kit is a build kit.

  • You can easily create a ranked kit from unranked kit with ?/battlekit rankedcopy {kit to copy} 1v1.
Premium Queue: Use "/battlekit types premium {kit name}" to add the kit to the premium queue inventory.



In 1.9+ versions you may have to reset premade kits' armor with /battlekit setinv <kit name>!


[b][b]Advanced, not required:[/b][/b]

[b][b][spoiler=Advanced][/b][/b]
  • "/Battlekit bedwars {kit name}" to enable bedwars. Place a bed near both spawn points

  • "/Battlekit healthbar {kit name}" to enable health bar under nametags.

  • You can use ?/battlekit combo {kit name} (players can be hit a lot faster).

  • You can use ?/battlekit horse {kit name} (players will spawn with a horse).

  • You can use ?/battlekit bow {kit name} (players cant pvp, only projectiles are allowed, good for spleef kits).

  • If you want you can make the kit editable with ?/battlekit editable {kit name}

  • Use "/battlekit stickspawn {kit name}" if you don't want players to leave spawn before countdown has ended (for examplesumo).

  • Use ?/battlekit chestaccess {kit name} to toggle whether people can add new items when editing the kit.

  • Use ?/battlekit types {kit name} {type} to specify types. {type} can be: any, duel, bot, queue, party-ffa, party-split or party-vs-party. You can also use "/battlekit types {kit name} !bot" to add all types except bot.

  • To allow breaking more blocks (spleeffor example) type ?/battlekit extramaterial {kit name}? and hold the item in your hand. For example ?/battlekit extramaterial spleef and hold a snowblock.

  • Use /battlekit rankedcopy instead!(Or use ?/battlekit mergeeditedkits {kit name} {some editable kit} if you want to have one editable kit for two or more kits. When giving {kit name} the {some editable kit}s edited version will load (or default if the player hasnt edited the kit). Example: ?/battlekit mergeeditedkits potionelo potion and be sure ?potion is editable. This will result with one editable kit for both ranked and unranked kits.)

  • (You can use ?/battlekit anticheat {kit name} to enable CheatBreaker only mode).
[b][b][/spoiler][/b][/b]



Kit Editor

[b][spoiler=Kit Editor][/b]

[b]You can change the lines in the config.
[/b]

  1. Use ?/sprac setediting to set the kit editing place.

  2. Place a sign and type ?[Save Kit] in the first line. Players can click this sign to save their kit.

  3. Place a sign and type ?[Reset Kit] in the first line. Players can click this sign to reset their kit.

  4. Place a sign and type ?[Leave Editor] in the first line. Players can click this sign to teleport to the spawn.

  5. You can place a chest at the editing place to give players access to take more items (for example more speed potions). This requires that the kit has ?chestaccess (?/battlekit chestaccess {kit name}).
[b][/spoiler][/b]

Statistics

[b][spoiler=Sign Stats][/b]
  1. Place a sign.

  2. The first line must always be '[stats]'.

  3. Choose other line:
  • ?kills for kills

  • ?deaths' for deaths

  • ?lms' for last man standing event wins

  • ?party for party vs party wins

  • ?brackets for brackets event wins

  • ?elo and third line: the name of the kit
[b]NOTE: You can only have one sign for each statistic[/spoiler][/b]

[b]
[b]Website Leaderboards
[/b]
[/b]



PvP Events


Replace {event} with the event you are hosting. (lms, brackets, juggernaut or koth).



EASY:

Use "/hostevent {event}" to automatically open the event, broadcast and start the event. If you have "strikepractice.hostevent.anykit" permission you can use "/hostevent {event} [kit name]" (only lms, brackets and koth)



Players:

Players can join an open event with ?/{event} join and leave it with ?/{event} leave



Manually host events:
[b][b]You can also host events manually too. Use ?/{event} open to open the event. This allows players to join the event. Use ?/{event} start to start the event. You can manually stop the event with ?/{event} stop.[/b][/b]

[b][b][spoiler=How to setup & Automatic Events][/b][/b]

[b][b][b]Automatic Events
[/b]
[/b]
[/b]


[b][b]Setting up automatic events should not be difficult, here's a copy from the config.yml. You can add events and change the messages, and specify the kits that will be used in automatic events.[/b][/b]
Code:
automaticevents:
broadcast:
#How often should the message be sent
delay: 10
#How many times should the message be sent
times: 5
#The messages for all events
lms: '&cLMS event is starting soon! Type /lms join!'
brackets: '&cBrackets event is starting soon! Type /brackets join!'
juggernaut: '&cJuggernaut event is starting soon! Type /juggernaut join!'
koth: '&cKoth event is starting soon! Type /koth join!'
#Default kits when hosting an automatic event
juggernaut-kit: gapple
juggernaut-player-kit: potion
koth-kit: potion
lms-kit: soup
brackets-kit: potion
sumo-kit: sumo
times:
#Format like this: time:lms (for example 15:30:lms)
#LMS, koth, brackets, juggernaut
- '15:30:lms'

Had problems with the BB code. Don't know why. I tried fixing it and it didn't work.

RE: StrikePractice 2 Queues, Sumo, Tournaments, PvP Bots, Best of Rounds, MySQL

Cleverly
Closed Account
Level:
0
Reputation:
0
Posts:
5
Likes:
0
Credits:
4
04-10-2019, 02:12 AM
This post was last modified: 04-10-2019, 03:16 AM by Cleverly
#2
can someone just give me the download link please i dont have 15 posts and cant be bothered to post anything

oowowowowowo o wo owo wo owowo owo owo ow owo oowo owo owo wo owo wo owo ow owo w

RE: StrikePractice 2 Queues, Sumo, Tournaments, PvP Bots, Best of Rounds, MySQL

adminadmina
Novice
Level:
2
Reputation:
0
Posts:
28
Likes:
0
Credits:
0
24-07-2021, 04:39 PM
#3
I need a key for the Dowload!!

RE: StrikePractice 2 Queues, Sumo, Tournaments, PvP Bots, Best of Rounds, MySQL

Opendos
Novice
Level:
2
Reputation:
0
Posts:
22
Likes:
0
Credits:
6
02-08-2021, 04:26 PM
#4
omg this what i need for my server ty sm

RE: StrikePractice 2 Queues, Sumo, Tournaments, PvP Bots, Best of Rounds, MySQL

shedusha
Newbie
Level:
1
Reputation:
0
Posts:
14
Likes:
1
Credits:
15
03-09-2021, 01:53 PM
#5
You can update this for 1.12? i need this

RE: StrikePractice 2 Queues, Sumo, Tournaments, PvP Bots, Best of Rounds, MySQL

lolrage
Newbie
Level:
1
Reputation:
0
Posts:
15
Likes:
0
Credits:
15
26-09-2021, 01:54 PM
#6
been looking for this for a while danke

Users browsing this thread: 2 Guest(s)