Jump to content

booawe

Member
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

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

booawe's Achievements

Lurker

Lurker (1/6)

0

Reputation

1

Community Answers

  1. Just use the 2 variables for how many gens they have placed and what their gen cap is. Looking at the skript, it should look something like this: set score "&2Gens: %{gc::%{_uuid}%}%/%{gencap::%{_uuid}%}%" in sidebar of {_plr} to 4
  2. command /example: trigger: send "Hi" When someone executes /example it sends the message "Hi" to them.
  3. booawe

    Login question

    I want to know what I should do because I tried to login to Minehut for console on my server and got the password wrong a couple times and now I can't login anymore because its blocked. What should I do?
  4. Does anyone know how to make it so it reads a channel in discord gets the name and uses that name and gives the reward in game.
  5. Hello person viewing this. im stuck on this and how do i make it so when you link on one account you cant link with a other discord account with the same minecraft username. please help me discord command ;link [<text>]: trigger: if arg-1 is not set: reply with "Please enter in a valid link code (You can do this in game by /link)!" else if {code::%arg-1%} is not set: reply with "Your link code is not set. Please link your account with /link ingame!" else if {code::%arg-1%} is set: if {discord::%discord id of event-member%::player} is not set: set {_p} to "%{code::%arg-1%}%" parsed as an offline player set {_u} to {_p}'s uuid if {linked::%{_u}%} is set: reply with "This account is already linked!" stop set {discord::%discord id of event-member%::player} to {code::%arg-1%} set {discord::%discord id of event-member%::uuid} to {uuid::%arg-1%} set {discord::%discord id of event-member%} to discord id of event-member reply with "%{code::%arg-1%}% has been linked to your Discord account!" execute console command "goldencrates givekey %{code::%arg-1%}% daily 3" add role with id "843273993699065876" to roles of event-member in event-guild set the discord nickname of event-member to "%{code::%arg-1%}%" with event-bot delete {code::%arg-1%} delete {uuid::%arg-1%} else: reply with "This account is already linked."
×
×
  • Create New...