Jump to content

Hello123456

Member
  • Posts

    16
  • Joined

  • Last visited

Recent Profile Visitors

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

Hello123456's Achievements

Newbie

Newbie (2/6)

0

Reputation

  1. Made this script relying on what you said, no error, doesn't work tho on step on gold block: if event-block's location = location(15, 4, 63, world "ul_ColoMiners"): teleport the player to location(15, 4, 50, world "ul_ColoMiners")
  2. Ok I changed the skript a bit following Tarna's exact format and it gives no errors but doesnt work. on walk on gold block: if event-block's location = location at 15, 4, 63 in world "ul_ColoMiners": teleport the player to location(15, 4, 50, world "ul_ColoMiners") I also made sure to go onto the direct coordinates by changing it to .5 for everything (except 4) and teleport to 15.5 4 63.5. Still doesnt work. Then there was this one that said numeric id's arent supported and didnt work on walk on gold block: if event-block's location = location at location(15, 4, 63 in world "ul_ColoMiners"): teleport the player to location(15, 4, 50, world "ul_ColoMiners") And this one that gives a function error: on walk on gold block: if event-block's location = location(15, 4, 63 in world "ul_ColoMiners"): teleport the player to location(15, 4, 50, world "ul_ColoMiners")
  3. Wait, it works but it works for all gold blocks which is not what i want.
  4. Ok this is THE LAST time i am making a forum on this skript. I just want to teleport the player when the hit a gold block on a certain location. I have two variants that I tested, both reload successfully, but none of them work. on walk on gold block: if location of event-block is location(15, 4, 63, world "ul_ColoMiners"): teleport the player to location(15, 4, 50, world "ul_ColoMiners") on walk on gold block: if event-block's location is location(15, 4, 63 world "ul_ColoMiners"): teleport the player to location(15, 4, 50, world "ul_ColoMiners") I CHECKED EVERYTHING, CHECKED COORDS, CHECKED WORLD, STILL DOESNT WORK.
  5. Hi, so I'm making a skript that teleports you when you stand on the gold block (I swear this is the last post about it.) So I got as far as finishing the teleport and the on step on gold block part but the problem is there are many gold blocks in my world so I only want one at a specific location to work. So here is the skript I wrote. ul_ColoMiners is the world name. I quadra checked for the coordinates and made sure that they were the ones that I was stepping on. on walk on gold block: if event-block's location is location(15, 4, 63, world "ul_ColoMiners"): teleport the player to location(15, 4, 50, world "ul_ColoMiners") Help would be appreciatd. OK, this is the last time I post about this stupid teleport situation I swear!
  6. It gives no error but it doesnt work. Here is the skript. on walk on gold block: if event-block's location is location(15, 4, 63, world "ul_ColoMiners"): teleport the player to location(15, 4, 50, world "ul_ColoMiners")
  7. Hi, so I wanted to make a skript that basically teleports the player if they stand on a block at 15, 4, 63. I got down where to teleport the player but I dont know which event checks where the player is at. The code I am looking for is something like the line mentioned below if block at player location is block at location(0, 0, 0, world "Example"): (This is 100% example and not what I put) Teleport them (I already got this part working and tested it with commands only) Help would be appreciated. P.S. Tarna if you are reading this sry for the copious amount of posts on this one stupid teleport skript lol. REPOST: THIS IS A REPOST OF MY OLD POST BECAUSE I DID NOT GET ANY ANSWER. PLEASE DO NOT LOCK THIS FORUM BECAUSE IA M REPOSTING A POST THAT DID NOT GET ANY ATTENTION AND NECROPOSTING IS AGAINST THE RULES Anyways, have a good day Quote Edit Reply to this topic... Moderation Actions GO TO TOPIC LISTING NEXT UNREAD TOPIC
  8. Hi, so I wanted to make a skript that basically teleports the player if they stand on a block at 15, 4, 63. I got down where to teleport the player but I dont know which event checks where the player is at. The code I am looking for is something like the line mentioned below if player is at location(0, 0, 0, world "Example"): Teleport them (I already got this part working) Help would be appreciated. P.S. Tarna if you are reading this sry for the copious amount of posts on this one stupid teleport skript lol.
  9. Hi, so I wanted to make a code for my server that teleports someone whenever they trigger the condition. I changed it to a command to make it simpler, but even then I cannot figure out the code. Here is the code: command /teleporttest: trigger: teleport the player to location(x: 15, y: 4, z: 63, world: ul_ColoMiners): (ColoMiners is the world name) I tried looking on every forum and documentation website and I couldn't find anything. I am fairly new to skript, so please try to answers simple. Help would be appreciated
  10. Hi! So I wanted to make a skript code that makes it so that if you step at a certain coordinate (15, 4, 63) it would teleport you to 137, 10, -10. The block that was at 15, 4, 63 was a gold block. In addition, I wanted the player to be holding a trip wire hook enchanted protection 1 in order for them to be teleported. So here was the code I wrote on step on gold block: if player's location is {15, 4, 63}: player is holding a Tripwire Hook of protection 1 teleport the player to {9, 3, 63} It didn't work, and I didnt expect it to but even after tinkering and searching through forums, I couldn't create a solution. Please note that this is my first MineHut server and I am fairly new to Skript (I only made a few skripts). Help would be appreciated!
  11. So i want to make a /start command that gives the player a wooden pickaxe enchanted with unbreaking 1000. So i tried running this but it didn't work. command /start: trigger: minecraft:give player minecraft:wooden_pickaxe I dont know if this will even give me an UNENCHANTED wooden pickaxe because I tried doing /start and nothing pops up (even tho i saved the file) and i did /sk reload start.txt and /sk reload start (that's the name of the file in the file folder) and it says couldn't find skript.txt/skript. Can somebody help me.
  12. Nice rickroll very funny
  13. Its in my files, still not showing up tho. Even the mines are in the files, its just not resetting, and it isn't in lists.
×
×
  • Create New...