Scripts
Configurar scripts del menú
Icons:
'A':
update: 20
display:
material: 'STONE'
name: '&c&lBotón A'
lore:
- '&7Texto que desaparece'
- '&7cada segundo:&f ${flash_Texto}'
Functions:
flash: |-
function flash() {
var display = new Date().getSeconds() % 2 == 0
return display ? "{0}" : " "
}
flash()Last updated
Was this helpful?