Jump to content

Pryzmm

Moderator
  • Posts

    1,907
  • Joined

  • Last visited

  • Days Won

    33

Everything posted by Pryzmm

  1. Pryzmm

    world Border

    @RedstoneGamer54 can you please explain? i do have skQuery. Also @quick007 i did what u said and it didn't work
  2. Pryzmm

    world Border

    I've tried this already, but it still dosen't work.
  3. Pryzmm

    world Border

    i'm making a gamemode where the world border moves with the pig. Yeah, that's it. Here is the skript: function spawnmob(loc: location, entity: entity type): spawn {_entity} at {_loc} on death: if victim is pig: if victim's name is "World Border": cancel event command /pig: trigger: spawnmob(location of player, pig) set name of last spawned entity to "World Border" set {_entity} to last spawned entity every 0.1 seconds in world "world": set {_x} to x-position of {_entity} set {_z} to z-position of {_entity} make console execute command "worldborder center {_x} {_z}" I don't get any errors at all, but the border does not move at all. I know this because i set the border to 50 or smth
  4. Please dont necropost on a post thats already been necroposted on (... yeah i think i said that right) This looks like a job for... @DeltaRays!!!
  5. @MCXPStudios78 /carrot Why am i getting banned from every server?
  6. I'm making something like worldedit, but not at the same time. Anyway, for some reason i can't set blocks in a variable. No errors, but it just don't work. Part 1 of skript: Part 2 of skript: I am very confused on this. Anyone that can, please help, i appreciate anything i can get.
  7. Try using Stop like this: on damage of a player: {hp.%victim%} isn't 0: remove 10 from {hp.%victim%} cancel event stop else: kill the victim set {hp.%victim%} to {maxhp.%victim%} stop
  8. make minecraft in minecraft
  9. Find the pro secret at X30mil, Y200, Z30mil in a survival world on mh. How do i become Cool?
  10. Thanks for helping me out and sticking around for one, and two I just can't figure this out. I don't want it to be a command since I want this to be as automatic as possible. I've never really used loop players and i've still got a lot to learn about skript. Sorry if im bothering you with this (if im not, im just socially awkward).
  11. What does it mean by "Variables can not be used here" or "There's no player in a periodical event"? (sorry i'm not that good at this kind of skripting) Here is my code: every 3 seconds in world "manhunt": loop all players: set the loop player's compass target to location of {MH.hunted%player%}
  12. that's good, but this "certain person" in going to be in a variable {MH.hunted} and will be changing a lot. How would i put something like this in a skript?
  13. (i know i already did the previous one but... shush) Deop yourself and give away your minehut password Why is my server not starting?
  14. Deep in a cavern How do I whitelist my server?
  15. this has happened to me before. With no plugins, make sure you are both on the latest version of minecraft. This worked for me
  16. @DeltaRaysLock for necroposting
  17. This Post has been solved! I'm making a manhunt skript and the only thing I have to work on is the compass. I want it to follow a specific person (changes every round) but I don't know how to do that. every 3 seconds in world "manhunt": set the spawn point of "manhunt" to {MH.hunted} location
  18. Grab the link rom file.io. should appear next to the upload another button after you click upload. Then type /dl world "Paste link here" For the file size, i'm not sure of the fix.
  19. I'm making a skript rn and it would be really helpful if I could see the arguments e.g. | Help | | Join | |Leave | /Manhunt Help Idk if that made sense or not
  20. Go to file.io and upload your world file there. Copy the link. Then, in your minecraft server, type /dl world (link). If you did it correctly, you should have everything good and ready to go. I don't know If you have to download world by world or not.
  21. Try this skript. idk if it works i havent tested it If player steps on water block: give player speed 2 for 10 seconds
  22. I think when i tried to replace (colored text) with (message) it crashed my server @_Tarna_ Here is the whole skript: What I Changed Is On The Last Line:
  23. I'm trying to make a command that toggles rainbow chat (i already have the skript) but it wont work. please help. The Error: The 1st argument given to the function 'rainbow' is not of the required type text. Check the correct order of the arguments and put lists into parentheses if appropriate (e.g. 'give(player,(iron ore and gold ore))'). Please note that storing the value in a variable and then using that variable as parameter will suppress this error, but it still won't work. (Rainbow Chat.sk, line 169: make player say colored rainbow(colored text)') The Skript: command /rbctoggle: permission: Skript.Rbc permission message: &8&l[&6&lColor&8&l] &c&lError: &4You don't have the required permission to perform this command trigger: if {RBC} is not set: set {RBC} to true send "&aRainbow Chat Has Been Enabled!" else: clear {RBC} send "&cRainbow Chat Has Been Disabled!" on chat: if {RBC} is true: set {text} to text make player say colored rainbow(colored text)
  24. Just something so mention, there is already a plugin called crackshot with guns @CraftE_C
×
×
  • Create New...