Robots
Robots configuration
Tier1Robot:
type: tokens // TOKENS | GEMS | CRYSTALS
timer: 2
amountToGive: 1000
head-texture: // YOUR HEAD TEXTURE
name: '&e&lTOKEN ROBOT'
lore:
- '&3'
- '&fThis is a token robot, it will give'
- '&fyou &e1000 &ftokens every second'To create a new robot only add those lines of code and that's it!
type
typeThe currency you want the robot give
timer
timerThe time in SECONDS you want the robot give X tokens/gems/crystals
amountToGive
amountToGiveThe amount it will be every seconds in Timer
name
nameThe robot name
lore
loreThe lore you want for the booster
Robot types
tokens
tokensThe robot will give tokens
gems
gemsThe robot will give gems
crystals
crystalsThe robot will give crystals
Last updated