Jump to content

pete_parker

Member
  • Posts

    33
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

pete_parker's Achievements

Newbie

Newbie (2/6)

3

Reputation

  1. I wish this worked , but in my case it doesnt It because the on damage event sorta doesnt idk how to explain it but theirs no more victim , so i cant kill the victim if their is no victim
  2. on damage: if attacker is holding a any sword: if "%region at attacker%" contains "boxing": attacker is a player add 1 to {combo::%attacker%} broadcast "&c&l%attacker%'s combo:&a&l %{combo::%attacker%}%" if {combo::%attacker%} is greater than 99: broadcast "&c&l%attacker% has reached 100 and won !" set {combo::%attacker%} to 0 if attacker is holding a gold sword: add 99 to {combo::%attacker%} on death: set {combo::%attacker%} to 0 So this is my code so far ( if anything seems off it isnt the gold sword if just for debugs) So i need it to kill the victim something like on damage: if attacker is holding a any sword: if "%region at attacker%" contains "boxing": attacker is a player add 1 to {combo::%attacker%} broadcast "&c&l%attacker%'s combo:&a&l %{combo::%attacker%}%" if {combo::%attacker%} is greater than 99: broadcast "&c&l%attacker% has reached 100 and won !" set {combo::%attacker%} to 0 // kill victim if attacker is holding a gold sword: add 99 to {combo::%attacker%} on death: set {combo::%attacker%} to 0 Any help on this?
  3. Thank you for trying to help but i got it lol my error was where it said if {_waited} is less then a 2 minutes: instead of "then a" you put "than 2 mins" then i fixed it up and here is the full code : command /refill: permission: pot.refill permission message: no perms lol trigger: set {_waited} to difference between {refill.%player%.lastused} and now if {_waited} is less than 2 minutes: send "&7&l[&4&l ✟&7&l ]&c Wait &d&l%difference between 2 minutes and {_waited}%&c til using again" stop set {_filler} to 0 set {_gui} to a new chest inventory with 6 row with name "Pot refill" loop 54 times: set slot {_filler} of {_gui} to splash potion of healing add 1 to {_filler} open {_gui} to player set {refill.%player%.lastused} to now
  4. So this is my gui and my cooldown command /refill: permission: pot.refill permission message: no perms lol trigger: set {_waited} to difference between {a_use.%player%.lastused} and now if {_waited} is less then 2 minutes: send "&7&l[&4&l ✟&7&l ]&c Wait %difference between 2 minutes and {_waited}% til using again" if {_waited} is greater then 2 minutes: set {_gui} to a new chest inventory with 6 row with name "Pot refill" set {_filler} to 0 loop 54 times: set slot {_filler} of {_gui} to splash potion of healing add 1 to {_filler} open {_gui} to player see idk why it wont work , but it might becuase im to tired i just need to someone to proof check my work Error: Plugins : Ik holograms isnt working but isnt the problem atm , idk what i should do diffly
  5. Okay so im making my server networks , and i need some help on to run a player to the hub Video : https://imgur.com/a/7nj2NW7 So basically rn i have it running "/kick %player%" which just brings me to one of my other servers I tired this skript : command /hubtwo: permission: hub.lol permission message: no perms LOSER trigger: execute console command "sudo %player% hub" which didnt work , guess /sudo doesnt work for /hub either Any help on this ? im dumbfouned on what to do
  6. on place of obsidian: if "%region at player%" contains "cpvp": set {blockplace} to obsidian set {pos} to location of placed block broadcast "%{pos}% lol" wait 10 seconds set event-block to air so im trying to get it where it would broadcast the cords of a fight in chat ? but idk how i would do so , any help would be great !
  7. kinda worked look below for video : also some context on this : Making a region for cpvp only , so say my west side of my map is all cpvp , but my east side of the map is no cpvp , so in the west side of the map you can only place obi down , bc its a hcf and you cant normally place obi around , but in cpvp you need to place obi , so idk i need help with this , idk why its not working , i only have some knowledge of skript , so just asking around here is my code now i kinda fix it up to represent how i want it to work , but it wont cancel the block place outside the region let alone broadcast "working2" on place of obsidian: if "%region at player%" contains "cpvp": set {blockplace} to obsidian broadcast "working" wait 10 seconds set event-block to air if {blockplace} is not set to obsidian: cancel event broadcast "working2" Video of it not working right: https://imgur.com/sc7EhM8
  8. nah it doesnt need it like how in this skript on place : player is holding tnt cancel event snice their is no "if" statement it doesnt need a colon
  9. on place: player is holding obsidian if "%region at player%" contains "cpvp": set {blockplace} to obsidian if {blockplace} is not set: cancel event it doesnt work at all , and i get no errors some help would be nice lol
  10. So im trying to make a hcf skript for my sever but everytime i put it in it crashes , same with any other typa script like this i have no idea why Logs : https://hastebin.com/aziwoyixik.yaml The skript : https://hastebin.com/egubiyelog.sql My plugins ! https://imgur.com/a/guDlFsM So if anyone could help me that would be great
  11. Welcome to one of the next biggest hits and never seen before on minehut ! Hcfdupe , a cooldown duping server , with insane pvp ! What we have to offer Custom keydrop events ! Payouts for top kills ! Crates ! In game events ! Npc shops ! Dtr system of facitons Cooldown duping ! Hardcore Factions ! Deathban ! Very reablie staff And much more ! Where are in need of devs , we pay our devs for their help , So if you wanna become a full time dev for us we can pay you If you want ! We need a lot more and looking to release this july , we just need a dev to fix up some of our skripts , and make some new ones that we need any dev will get paided if so wanted , payment can be discuss For anyone wondering if they can become a builder / dev / mod / staff / admin or anything else please either reply to this post or Dm me on discord : Scoobs#4238 Or feel free to join the server ! https://discord.gg/Cxe4gS2DHb
  12. command /disableores [<text>]: permission: hcf.admin.ore permission message: &cYou lack permission! trigger: if arg 1 is "true": if {ore} is true: send "&7Disableores is already &aEnabled" else: set {ore} to true send "&7Disableores is &aEnabled" if arg 1 is "false": if {oreregen} is false: send "&7Disableores is already &aDisabled" else: set {oreregen} to false send "&7Disableores is &aDisabled" if arg 1 is not set: send "<enable/disable>" on place: if {ores} is true: player is holding ancient debris cancel event send "&e&l(!) &eThis item cannot be placed" So if i run this command this happends https://imgur.com/a/Vz9Get8 Any help on this?
  13. goto the https://minehut.com/dashboard/appearance Then goto Server Command Click above the line you see a blinking line if you do then type : "op (your username)" as (your username) being in your username for minecraft then you press the blue button that saids send !
×
×
  • Create New...