This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html"> | |
<link rel="import" href="../paper-tabs/paper-tabs.html"> | |
<link rel="import" href="../paper-tabs/paper-tab.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../topeka-elements/theme.html"> | |
<link rel="import" href="../topeka-elements/topeka-resources.html"> | |
<link rel="import" href="../topeka-elements/topeka-app.html"> | |
<link rel="import" href="../topeka-elements/topeka-datasource.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Käytä scriptiä tällä sivulla https://www.varusteleka.fi/fi/product/sarma-tst-m05-nimilappu-omalla-tekstilla-3-kpl/35030 | |
// Use the script in this page https://www.varusteleka.com/en/product/sarma-tst-m05-name-tag-w-custom-text-3-pcs/35030 | |
// Luo lista tällä (Jos nimet kerätty laskentataulukon sarakkeeseen, copy-paste) https://thdoan.github.io/mr-data-converter/ | |
// Create list with (If you've collected the names into a spreadsheet column, copy-paste) https://thdoan.github.io/mr-data-converter/ | |
// 1. Avaa sivulla sen tyyppinen nimilappu joita haluat tilata | |
// 1. Open the type of name tag you want, in the page | |
// 2. Avaa selaimen konsoli (Win/Linux: Ctrl + Shift + J or F12, macOS: Alt/Option + Cmd + J) | |
// 2. Open the browser console (Win/Linux: Ctrl + Shift + J or F12, macOS: Alt/Option + Cmd + J) | |
// 3. Liitä scripti konsoliin, josta lista korvattu haluamallasi nimillä | |
// 3. Paste the script to the console with your own list of desired names |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
** For setup ** | |
/scoreboard objectives add Sleeping dummy | |
/scoreboard objectives add players trigger | |
/scoreboard objectives add playersCompare trigger | |
/scoreboard objectives add playersDivider trigger | |
/scoreboard players set @a playersDivider 2 | |
Repeat c block >> /scoreboard players set @p[nbt=!{SleepTimer:0s}] Sleeping 1 | |
chain c block | |
always active, conditional |