Jump to content

coolguy019

Member
  • Posts

    2
  • Joined

  • Last visited

coolguy019's Achievements

Lurker

Lurker (1/6)

0

Reputation

  1. I have this code, command /newgame: permission: "mini.newgame" trigger: execute console command "/title @a title {"text":"STARTING GAME!","bold":true,"color":"aqua"}" it does not work because there are "" in them, how do i avoid this? like using a raw string?
  2. hi, %player% returns the NAME of the player, not the uuid, on death, you are adding 1 to the attackers UUID. uuid and player names are totally different. code on death of player: add 1 to {kills::%attacker's uuid%} actually sets the value, lets say notch. notch's uuid is "069a79f4-44e9-4726-a5be-fca90e38aaf5" and you are adding 1 to "kills::069a79f4-44e9-4726-a5be-fca90e38aaf5" but the /stats command returns variable "kills:Notch". (player name is Notch) so you should be adding 1 {kills::%attacker's name%}
×
×
  • Create New...