-
Content Count
21 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout HunterLux
-
Rank
Newbie
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
You can't do that in Minehut.
-
If the script is simple than why not search it online?
-
command /shop: trigger: broadcast "skript" Here you go, one shop script =D
-
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}.
-
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..
-
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..
-
You should try Google, it's a really good search engine.
-
If you want someone to make a script for you, then go to Marketplace
-
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
-
"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?
-
command /bruh <text>: trigger: if arg 1 = "bruh": message "moment"
-
How do i make a kills and balance system compatible with essentials x?
HunterLux replied to HouseOfPvP's topic in Discussion
skRayFall scoreboard -
Fix Efficiency enchantment.level.20 to Efficiency 20
HunterLux replied to WithqutMe's topic in Discussion
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. -
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%"