Jump to content

jeep2729

Member
  • Posts

    33
  • Joined

  • Last visited

Everything posted by jeep2729

  1. There are two ways to do this but this is the best way is this: every 5 minutes: loop all players: if “%region at loop-player%” contains “afk”: send “yes” to loop-player else: send “no” to loop-player
  2. There are two scripts you could be talking about, when any player joins or when any player joins for the first time. if you mean any join just substitute on first join for on join on first join: broadcast “%player% has joined for the first time”
  3. Do you mean visible laser beams or just where you are looking? If it’s just where you looking then do target location
  4. I think there is a slot number for the offhand, you could make a script where when you click an inventory slot it will tell you the slot number than use that.
  5. Hello there, Recently on minehut I felt like the server creativity has just been horrible. Every server I join is either a box server, a gen server, or another server identical to 2000 other severs. So I’ve decided to make a fun server that’s unique, if you call cooking custom food in a McDonald’s kitchen to earn money, upgrade, and become the ultimate chef interesting. So basically I’ve started development and I was interested in community feedback on whether to continue and finish the server for release or if I should pave the development. So if you need a refresh on what the server is, you start as a McDonald’s chef cooking burgers, chicken sandwiches, chicken nuggets, fries, etc. every order you successfully complete you will earn money and impact you rating, messing up an order will negatively impact you rating. You must have a certain amount of money and high enough stars (rating) to upgrade you restaurant all the way to the sandbox kitchen. So thoughts on my server?
  6. Here command /tpto [player]: Permission: tp.mod Trigger: teleport player to arg-1
  7. Custom entity ai where a hoglin jumps back then strait at the enemy and deals damage. I have already made this script but I would like to see how you do it
  8. It could be literally anything, could you provide the script
  9. Bro just do //cut
  10. jeep2729

    On fall

    Try something like if block below player is not air:
  11. Is it possible to add pov/zoom without slowing down the player, My quest isnot the animation of the zoom, just make you zoom in even without a animation but thanks, it will work
  12. Idk if this is even possible
  13. Hey, its me again. I was wondering if there was any skript code that allows you to zoom in with the spyglass zoom Idea: when player is shifting and holding right click and If player has a lead on there head (monocle) then It will zoom in with spyglass zoom I dont have a skript currently because idk where to start so please tell me if my idea is possible
  14. on rightclick on sign: 1st line of clicked block is "right click to" 2nd line of clicked block is "warp to prestige" 3rd line of clicked block is "3 zone" 4th line of clicked block is "(requires p.3)" if {prestige.%player%} < 2: send "works" to player also can anyone tell me why this is not working?
  15. Thanks this did the trick
  16. Hi I am making a skymining/prison server I am trying to make it so they cant walk past a certain erea unless they have their first prestige so far I dont even know where to start, please help
  17. i need more info on what you want to make to help you
  18. hey yall can you help me make a skript using on craft: that will enchant the item on craft of any kind of pickaxe: #enchant code using event-slot
  19. jeep2729

    iam bored

    i am sooo bored send me your skript ideas please and ill work on them asap
  20. Ez every 1 minute: set {SMP.%player%} to a random integer between 1 and 30 if {SMP.%player%} is 1: give a gold sword of sharpness 5 named "&e&lLucky Sword" to the player stop if {SMP.%player%} is 2: give a bow of power 5 named "&e&lLucky Bow" to the player stop if {SMP.%player%} is 3: spawn 10 sheep at the event-block stop if {SMP.%player%} is 4: create an explosion of force 4 at the player stop if {SMP.%player%} is 5: poison the player for 30 seconds stop if {SMP.%player%} is 6: push the player upwards at speed 5 stop if {SMP.%player%} is 7: ignite the player for 10 seconds stop if {SMP.%player%} is 8: strike lightning at the player stop if {SMP.%player%} is 9: set block above the player to anvil stop if {SMP.%player%} is 10: give a gold chestplate of protection 3 named "&l&eLucky chestplate" to the player stop if {SMP.%player%} is 11: spawn 5 zombies at the event-block stop if {SMP.%player%} is 12: spawn 5 creepers at the event-block stop if {SMP.%player%} is 13: spawn 2 tnt at the event-block stop if {SMP.%player%} is 14: spawn 5 squid stop if {SMP.%player%} is 15: give 15 stone to the player stop if {SMP.%player%} is 16: give 4 carrot to the player stop if {SMP.%player%} is 17: give 2 ender pearl to the player stop if {SMP.%player%} is 18: give a iron leggings to the player stop if {SMP.%player%} is 19: give stone sword of knockback 1 to the player stop if {SMP.%player%} is 20: give iron helmet of protection 1 to the player stop if {SMP.%player%} is 21: give diamond chestplate to the player stop if {SMP.%player%} is 22: give iron boots to the player stop if {SMP.%player%} is 23: spawn giant at the event-block stop if {SMP.%player%} is 24: give a gold sword of sharpness 5 named "&e&lLucky Sword" to the player stop if {SMP.%player%} is 25: give 10 snowball named "&l&2Shuriken" to the player stop if {SMP.%player%} is 26: give a gold hoe named "&4POOP" to the player stop if {SMP.%player%} is 27: give a netherite chestplate of protection 5 and unbreaking 5 named "&e&lOP" to the player stop if {SMP.%player%} is 28: give a dirt to the player stop if {SMP.%player%} is 29: give a stone button to the player stop if {SMP.%player%} is 30: spawn 20 skeleton at event-block stop
  21. jeep2729

    codes

    hey i need help making a code system so if i do /codes it will open a costum anvil gui and if you input the correct text it will give you a rank
×
×
  • Create New...