Jump to content

HunterLux

Member
  • Posts

    21
  • Joined

  • Last visited

Recent Profile Visitors

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

HunterLux's Achievements

Newbie

Newbie (2/6)

2

Reputation

  1. If the script is simple than why not search it online?
  2. command /shop: trigger: broadcast "skript" Here you go, one shop script =D
  3. I've noticed several mistakes in your script, but the main thing I want to point out is your misuse of variables. You see, if you set for example the {x} variable to the player's variable, then the player's variable would be the same for everyone, and would change constantly. Use local variables instead, {_x}, {_y}, {_z}.
  4. Yeah, that won't work. Instead use: on first join: add 1 to {totaljoins} set join message to "&2&l(SERVER NAME) &8» &a%player% &7has joined the server for the first time! &8##%{totaljoins}%" I suggest learning basic Skript before releasing scripts to the community..
  5. Yeah, that won't work. Instead use: on first join: add 1 to {totaljoins} set join message to "&2&l(SERVER NAME) &8» &a%player% &7has joined the server for the first time! &8##%{totaljoins}%" I suggest learning basic Skript before releasing scripts to the community..
  6. You should try Google, it's a really good search engine.
  7. If you want someone to make a script for you, then go to Marketplace
  8. You could track the y-coord of the player and if their y-coord is greater or equal to the one you proposed, do whatever you want to them. I made a script for that purpose but it's right out of my head so I haven't tested it for errors yet: #You can change the number of seconds this event happens, but I made it 5 to prevent lag. every 5 seconds: loop all players: if loop-player's world = "name of the nether world": if loop-player's y-coord >= 127: kill loop-player
  9. "Hello there. I am in search of a large team of builders, programers, and writers for my server." So people who'll make the server for you?
  10. command /bruh <text>: trigger: if arg 1 = "bruh": message "moment"
  11. As said above me, this is a problem relating to Minecraft, not Skript. However, what I'd suggest doing is hiding the enchantments of the item using flags and create a custom lore.
  12. Do yourself a favor and read the docs. Anyways, try on chat: set chat format to "%coloured player's prefix% &f%player% &8&l» &7%message%"
×
×
  • Create New...