-
Posts
147 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Gallery
Blogs
Events
Store
Downloads
Posts posted by Invislol
-
-
3 minutes ago, JustDogYT said:
This one makes the more sense out of all of them tho and techniquely i am asking for help
-
Looks really helpful! Would recommend
-
-
MHMGens
(I don't know your name inspired me minehutmanager gens) -
15 minutes ago, Skray said:
How can I test it?
You could reset player data or...
on join: if {deaths.%player's uuid%} is not set: set {deaths.%player's uuid%} to 0-
1
-
-
8 minutes ago, Skray said:
How to do on first join set it to 0?
on first join: set {deaths.%player's uuid%} to 0 # I meant to put deaths but misspelled # So change the one above to deaths instead of deats -
There should be, Just to test try to /locate a villager!
If that does not work go to spigot.yml and make sure they are enabled.
Please also send a list of your plugins if the /locate doesn't work!
(NOTE: If this fixes your problem please respond so I know its fixed and I don't have to check here again)1 hour ago, Tr1stoelle said:i cant find any villages in my minehut server are there villages
-
59 minutes ago, Skray said:
I chanced to this: But the deaths dosn't work
on join:
clear player's scoreboardon script load:
loop all players:
clear loop-player's scoreboardevery tick:
loop all players:
toggle loop-player's scoreboard to true
set title of loop-player's scoreboard to "SERVER NAME"
set line 12 of loop-player's scoreboard to "Deaths: %player's deaths%"
set line 11 of loop-player's scoreboard to "&b"
set line 10 of loop-player's scoreboard to "&b&lYou"
set line 9 of loop-player's scoreboard to " &7Name: &f%loop-player's displayname%"
set line 8 of loop-player's scoreboard to " &7Ping: &f%loop-player's ping%ms"
set line 6 of loop-player's scoreboard to "&b"
set line 5 of loop-player's scoreboard to "&b&lInformations"
set line 4 of loop-player's scoreboard to " &7TPS: &f%rounded 1st element of tps%"
set line 3 of loop-player's scoreboard to " &7Online: &f%number of all players%&7/&f%max players%"
set line 2 of loop-player's scoreboard to "&b"
set line 1 of loop-player's scoreboard to "SERVER NAME.Minehut.gg"on death:
add 1 to %player's deaths%
Here
on join: clear player's scoreboard on script load: loop all players: clear loop-player's scoreboard every tick: loop all players: toggle loop-player's scoreboard to true set title of loop-player's scoreboard to "SERVER NAME" set line 12 of loop-player's scoreboard to "Deaths: %{deats.%loop-player's uuid%}%" set line 11 of loop-player's scoreboard to "&b" set line 10 of loop-player's scoreboard to "&b&lYou" set line 9 of loop-player's scoreboard to " &7Name: &f%loop-player's displayname%" set line 8 of loop-player's scoreboard to " &7Ping: &f%loop-player's ping%ms" set line 6 of loop-player's scoreboard to "&b" set line 5 of loop-player's scoreboard to "&b&lInformations" set line 4 of loop-player's scoreboard to " &7TPS: &f%rounded 1st element of tps%" set line 3 of loop-player's scoreboard to " &7Online: &f%number of all players%&7/&f%max players%" set line 2 of loop-player's scoreboard to "&b" set line 1 of loop-player's scoreboard to "SERVER NAME.Minehut.gg" on death: add 1 to {deats.%player's uuid%} -
55 minutes ago, mateiop4 said:
#Fixed version of your skript on right click with prismarine shard: name of player's item is "Key 1" add player's uuid to {checkArea1::*} on region enter: if "%region at player%" contains "Area1": if {checkArea1::*} contains player's uuid: send "yes" else: cancel event send "no"
There!
Sorry working on my discord (In my sig) I sell skripts and give out a lot of free skripts (You can see some)
-
1
-
-
Indention errors (Skript doesn't read it how you want it to read it when you indent like that )
-
function updateBoard(p: player, prefix: player's prefix): set {_uuid} to {_p}'s uuid set line 4 of player's scoreboard to "&4Rank: &f %{_prefix}% " set line 3 of {_p}'s scoreboard to "&4Name: &f%{_p}%" set line 2 of {_p}'s scoreboard to "&6Kills: &f%{kills::%{_uuid}%} ? 0%" set line 1 of {_p}'s scoreboard to "&6Deaths: &f%{deaths::%{_uuid}%} ? 0%" on join: set title of player's scoreboard to "&3Skray" updateBoard(player, player's prefix) on death of player: add 1 to {deaths::%victim's uuid%} if attacker is a player: add 1 to {kills::%attacker's uuid%} updateBoard(victim) updateBoard(attacker) on disconnect: clear scoreboard of playerTry that. Not tested so that may not work
-
3 minutes ago, mateiop4 said:
No wait it is not! Because now it says no when i try to use mvtp or other stuff when i go in other regions! I want this to happen only in that region!
#Fixed version of your skript on right click with prismarine shard: name of player's item is "Key 1" add player's uuid to {checkArea1::*} on region enter: if "%region at player%" contains "Area1": if {checkArea1::*} contains player's uuid: send "yes" else: cancel event send "no" -
Hope that helps, Have a good day!
-
Just now, Skray said:
How to use it in here, it dosn't work
set line 4 of player's scoreboard to "&4Rank: &f %player's prefix% "
Use
set line 4 of player's scoreboard to "&4Rank: &f %loop-player's prefix% " -
I guess this is solved. Have a good day!
-
Just now, mateiop4 said:
HEY i actually changed the contains into is and it works! But i cannot go in any region only if i have the uuid
Oh lol you got it at the same time I remembered (I had to look throught my old skripts)
-
OMFG JUST REALIZED WHY
try :if "%region at player%" does not contain "region":6 minutes ago, mateiop4 said:Yes, i have TuSke and also worldguard for regions
-
Not sure whats the issue then post a post in the help section of the forums!
5 minutes ago, mateiop4 said:Yes, i have TuSke and also worldguard for regions
-
-
1 minute ago, mateiop4 said:
Yeah I think you should try %region% That seams to be the issue!
-
13 minutes ago, mateiop4 said:
Found the issue try
%region% (:D) -
12 minutes ago, mateiop4 said:
Please send the skript reload error and send the full skript.
EDIT: this may be to you not having the required skript addons -

Please download this skript then you can make it
# make your skript set ` %baltop-1% ` # to the top person then, put %baltop-1% on a hologram
If you do not know how to make a skript please request it in:
the marketplace https://forums.minehut.com/forum/12-marketplace/ -
/Wild skript
in Help
On 5/4/2021 at 9:06 AM, Stan_erd said:I have the luck perms plugin and vault already, but I'm unsure how to change it so than unopped players can play.
What plugin are you using so I can tell you the command to execute.


it says the same thing
adrewards
in Help
Posted
It cost money per month So, sorry I can.