-
Posts
8 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Blogs
Events
Store
Downloads
Posts posted by JustSeadragon
-
-
My skript keeps messing up because I've tried 2 things.
The first thing was to assign variables to it:
command /basketball <offlineplayer> <offlineplayer>: trigger: player1 = "%arg-1%" player2 = "%arg-2%" send "&d%arg-1% and %arg-2% are playing a basketball match." give stick named "&dTackle" to player1 give stick named "&dTackle" to player2 give stick named "&dPass" to player1 give stick named "&dPass" to player2
Then the second thing was to just do the simple thing:
command /basketball <offlineplayer> <offlineplayer>: trigger: send "&d%arg-1% and %arg-2% are playing a basketball match." give stick named "&dTackle" to %arg-1% give stick named "&dTackle" to %arg-2% give stick named "&dPass" to %arg-1% give stick named "&dPass" to %arg-2%
Nothing worked. Please help!
-
How can I make it in luckperms ranks though or skript ranks?
-
Thanks for helping me!
-
Right now I have got basic color codes (eg. &4, &6, &c, &a etc.) I want it like this:
,
(Images from the minehut server: Products)
-
Thanks Tarna! Helped a lot!
-
For my custom tab list I want to set the header and footer but I can't do it, my skript is:
on join:
set tab header to "&9&lRobo&b&lGens" and footer to "&d----------" for player
Any help? -
Hello, I have a problem. A few seconds after I join the server goes offline for no reason.
I really need help!

,
Having trouble giving a specific player an item. (Basketball Game)
in Discussion
Posted
@Lapzzo