Search the Community
Showing results for tags 'kitpvp'.
-
Jump in and fight in a large KitPvP arena, or play in our events (When they're hosted) You can also win stuff from our crates!
-
eumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.ggeumcpvp.minehut.gg
-
Hey there! I’m looking for things for my kit pvp server, I have a, PvP on/off and a temp blocks. I also just have the basics that you would need, I don’t use plugins so please recommend things that are possible with skript
-
We're coming back, better than ever! The new UHC-Pie will include: Duels Arena (KitPvP) A better UHC Deathmatch (at the end of the UHC) Custom crafting recipes Custom scenarios More scenarios!
-
Hey people, I need help figuring out what skripts I should make and add to my kitpvp. I have a level up, scoreboard and tab skript. So what other skripts should make to make my server better?
-
So I made a script that allowes you to change speed of another player SCRIPT: command /speed [<number>] [<text>] [<player>]: permission: e trigger: if arg 1 is not set: send "Change your speed limits." to player send "/speed <speed> [type] [player]" to player stop if arg 2 is set: if arg 2 is "walk": if arg 3 is set: if arg 1 is greater than 10: send "&6Set &cwalking &6speed to &c10 &6for %arg 3's prefix%&c%arg 3%&6." to player set arg 3's walking speed to 0.2 * 10 stop send "&6Set &cwalking &6speed to &c%arg 1% &6for %arg 3's prefix%&c%arg 3%&6." to player set arg 3's walking speed to 0.2 * arg 1 stop if arg 1 is greater than 10: send "&6Set &cwalking &6speed to &c10 &6for %player's prefix%&c%player%&6." to player set player's walking speed to 0.2 * 10 stop set player's walking speed to 0.2 * arg 1 send "&6Set &cwalking &6speed to &c%arg 1% &6for %player's prefix%&c%player%&6." stop if arg 2 is "walking": if arg 3 is set: if arg 1 is greater than 10: send "&6Set &cwalking &6speed to &c10 &6for %arg 3's prefix%&c%arg 3%&6." to player set arg 3's walking speed to 0.2 * 10 stop send "&6Set &cwalking &6speed to &c%arg 1% &6for %arg 3's prefix%&c%arg 3%&6." to player set arg 3's walking speed to 0.2 * arg 1 stop if arg 1 is greater than 10: send "&6Set &cwalking &6speed to &c10 &6for %player's prefix%&c%player%&6." to player set player's walking speed to 0.2 * 10 stop set player's walking speed to 0.2 * arg 1 send "&6Set &cwalking &6speed to &c%arg 1% &6for %player's prefix%&c%player%&6." stop if arg 2 is "fly": if arg 3 is set: if arg 1 is greater than 10: send "&6Set &cflying &6speed to &c10 &6for %arg 3's prefix%&c%arg 3%&6." to player set arg 3's flyingspeed to 0.2 * 10 stop send "&6Set &cflying &6speed to &c%arg 1% &6for %arg 3's prefix%&c%arg 3%&6." to player set arg 3's flying speed to 0.1 * arg 1 stop if arg 1 is greater than 10: send "&6Set &cflying &6speed to &c10 &6for %player's prefix%&c%player%&6." to player set player's flying speed to 0.1 * 10 stop set player's flying speed to 0.1 * arg 1 send "&6Set &cflying &6speed to &c%arg 1% &6for %player's prefix%&c%player%&6." stop if arg 2 is "flying": if arg 3 is set: if arg 1 is greater than 10: send "&6Set &cflying &6speed to &c10 &6for %arg 3's prefix%&c%arg 3%&6." to player set arg 3's flyingspeed to 0.2 * 10 stop set arg 3's flying speed to 0.1 * arg 1 send "&6Set &cflying &6speed to &c%arg 1% &6for %arg 3's prefix%&c%arg 3%&6." to player stop if arg 1 is greater than 10: send "&6Set &cflying &6speed to &c10 &6for %player's prefix%&c%player%&6." to player set player's flying speed to 0.1 * 10 stop set player's flying speed to 0.1 * arg 1 send "&6Set &cflying &6speed to &c%arg 1% &6for %player's prefix%&c%player%&6." stop if arg 2 is not set: if player is flying: if arg 1 is greater than 10: send "&6Set &cflying &6speed to &c10 &6for %player's prefix%&c%player%&6." to player set player's flying speed to 0.1 * 10 stop set player's flying speed to 0.1 * arg 1 send "&6Set &cflying &6speed to &c%arg 1% &6for %player's prefix%&c%player%&6." to player stop if arg 1 is greater than 10: send "&6Set &cwalking &6speed to &c10 &6for %player's prefix%&c%player%&6." to player set player's walking speed to 0.2 * 10 stop set player's walking speed to 0.2 * arg 1 send "&6Set &cwalking &6speed to &c%arg 1% &6for %player's prefix%&c%player%&6." to player
-
I need a free kit skript long story but i accidently deleted it and I really need it for my kitpvp can anyone help me? please I would be really thankful.
-
..
-
Hey guys I never actually knew that my Server has still been up and running! Because I have been inactive I have been working on a new project. I’m creating a new Minecraft StarUltra Server! MinePvP will have actual working crates with custom enchants and more shops! There will also be KOTHS!! There will be a starcity Roleplay and KitPvP! Join the Discord server here! We need you to join this! Old StarUltra will now be taken down! The new one will have a Beta Version July 4th! https://discord.gg/AxjDwc8
-
Hey guys sadgraphics here with a 144hz monitor smh. Anyways im starting a new pvp server called length and I would need some developers and a owner to help me with this server. The things I need to will be listed below - Custom Kits with abilites - Very very good developers that dont already own a server - Another owner - Eco system skript - More stuff will be listed If you wanna take this chance to help add me on discord SadGraphics#0001 and we can talk about things! hopefully people decide to help me as I really wanna take this chance on owning a very good kitpvp server with another person! Discord: SadGraphics#0001 if you decide to help thank you very much, love all of y'all (no homo)
-
🔥 /join SETE 🔥 Amazing KitPvP and Parkour 🔥
chrisilyOfficial posted a topic in Server Advertisements
SETE - KITPVP REIMAGINED Sete is a KitPVP server, with awesome features such as Bosses, Tags, Special Abilities, Referrals and more! Challenge winners get ranks, keys and more! Bosses which give great rewards when killed Hackers are banned quickly and fairly Parkour, if PVP isn't your favourite Great rewards for low prices - /buy Website - https://bit.ly/joinsete/ Store - https://sete.tebex.io/ -
GalaxyMSC : An Creative, Survival and KitPVP server. Play now at Minecraft Java edition ! Server IP:GalaxyMSC.minehut.gg or go to mc.minehut.gg and do /join GalaxyMSC Click for our server's Discord
-
- creative server
- survival server
-
(and 1 more)
Tagged with:
-
Join Red Mountain today for awesome staff, KitPVP and more games coming soon. Server Address RedMount.Minehut.gg or /join RedMount Join our club!
-
Since the new minehut update. I can't run my server unless I vote 2 days in a row. So the server is dead... Rip Jetie, Jan 17th 2019 - April 25th 2020 But, I had a second server I never used until now. It's called Fishiewe Why is it called Fishiewe? Because Fishie and Fish are taken. It's a fishing server and that is not a joke.
-
please join my minehut server I need two more staff.
-
Hello! We are StealthcraftMC, a newly opened server that features KitPvP. It is nearly complete, we are mainly looking for an active community! Our staff are always active and trying to bring players the best experience possible! Discord: https://discord.gg/4374gzW Server IP: stealthcraftmc.xyz Store: stealthcraftmc.tebex.io/ We are hoping that you can join us on our incredible journey!
-
KITPVP (1.8 pvp), SKYBLOCK, Survival, and Parkour! (can you win the prize??) Available ranks are VIP, MVP, and MVP+. These ranks have exclusive permissions to do more than other players. This includes bonus's in SkyBlock, AND permission to access six extra kits in KitPvp! Join now! DCmax1k.minehut.gg
-
Join the club: https://forums.minehut.com/clubs/365-kanga/?do=overview
-
I made my own minehut server. Please play with the IP (pingmc.minehut.gg) or just do /join pingmc in the Minehut Lobby.
-
WarMC The original KitPvP server on Minehut returns! Custom Made Skripted kits, shop, daily rewards, redeemable secret codes, and leaderboards! 1.8 Combat Nobody likes the new combat, so this server uses 1.8 Combat. Easy to Suggest Simply join our Discord or do /suggest in game to get your suggestions heard! Compete in the Leaderboards Leaderboard holograms at spawn show off your top kills! And that's just the features on release! Soon to come: crates, duels, boosters, cosmetics and more! Join now at: WarMC.minehut.gg OR join minehut.com and type /join WarMC Minecraft Version 1.14.2 only
-
I need some ideas for kits, i am making a kitpvp menu with a anti-kitmixer, levels, coins, k/d, ect I was wondering if anyone could provide some ideas for new kits to be added: Just list the kit name, price, items, and any buffs or special effects. If you want me to release this skript once it is done I will gladly do so just reply if you would like it to be!