Jump to content

JustSeadragon

Member
  • Posts

    8
  • Joined

  • Last visited

About JustSeadragon

  • Birthday July 7

Recent Profile Visitors

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

JustSeadragon's Achievements

Lurker

Lurker (1/6)

0

Reputation

  1. 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!
  2. How can I make it in luckperms ranks though or skript ranks?
  3. 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)
  4. Thanks Tarna! Helped a lot!
  5. 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?
  6. Hello, I have a problem. A few seconds after I join the server goes offline for no reason. I really need help!
×
×
  • Create New...