Essentials Kits Not Working?

Status
This thread has been locked.

ItzFluffy

Feedback score
0
Posts
128
Reactions
19
Resources
0
Hello!
I am currently setting up kits for my server (I am not very good at kits xD) and the 3 I have been seem to not be working?
This is the layout
vip:
delay: 86400
items:
- 306 protection_enviromental:1 durability:1
- 307 protection_enviromental:1 durability:1
- 308 protection_enviromental:1 durability:1
- 309 protection_enviromental:1 durability:1
- 267 damage_all:1 durability:1
- 257 dig_speed:1 durability:1
- 268 dig_speed:1 durability:1
- 256 dig_speed:1 durability:1
wither:
delay: 86400
items:
- 310 protection_enviromental:1 durability:1
- 311 protection_enviromental:1 durability:1
- 312 protection_enviromental:1 durability:1
- 313 protection_enviromental:1 durability:1
- 276 1 damage_all:1 durability:1
- 278 1 dig_speed:1 durability:1
- 277 1 dig_speed:1 durability:1
- 279 1 dig_speed:1 durability:1
legend:
delay: 86400
items:
- 310 1 protection_enviromental:3 durability:3
- 311 1 protection_enviromental:3 durability:3
- 312 1 protection_enviromental:3 durability:3
- 313 1 protection_enviromental:3 durability:3
- 276 1 damage_all:3 durability:3 fire_aspect:1
- 278 1 dig_speed:3 durability:3 loot_bonus_blocks:3
- 277 1 dig_speed:3 durability:3 loot_bonus_blocks:3
- 279 1 dig_speed:3 durability:3 loot_bonus_blocks:3
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Satan

Devil#0666
Supreme
Feedback score
52
Posts
3,667
Reactions
1,442
Resources
0
pls learn to paste in pastebin.com or hastebin.com or use the code tag. you most likely made a spacing error
 

Satan

Devil#0666
Supreme
Feedback score
52
Posts
3,667
Reactions
1,442
Resources
0
Code:
  vip:
    delay: 86400
    items:
      - 306 protection_enviromental:1 durability:1
      - 307 protection_enviromental:1 durability:1
      - 308 protection_enviromental:1 durability:1
      - 309 protection_enviromental:1 durability:1
      - 267 damage_all:1 durability:1
      - 257 dig_speed:1 durability:1
      - 268 dig_speed:1 durability:1
      - 256 dig_speed:1 durability:1
  wither:
    delay: 86400
    items:
      - 310 protection_enviromental:1 durability:1
      - 311 protection_enviromental:1 durability:1
      - 312 protection_enviromental:1 durability:1
      - 313 protection_enviromental:1 durability:1
      - 276 1 damage_all:1 durability:1
      - 278 1 dig_speed:1 durability:1
      - 277 1 dig_speed:1 durability:1
      - 279 1 dig_speed:1 durability:1
  legend:
    delay: 86400
    items:
      - 310 1 protection_enviromental:3 durability:3
      - 311 1 protection_enviromental:3 durability:3
      - 312 1 protection_enviromental:3 durability:3
      - 313 1 protection_enviromental:3 durability:3
      - 276 1 damage_all:3 durability:3 fire_aspect:1
      - 278 1 dig_speed:3 durability:3 loot_bonus_blocks:3
      - 277 1 dig_speed:3 durability:3 loot_bonus_blocks:3
      - 279 1 dig_speed:3 durability:3 loot_bonus_blocks:3
 

Satan

Devil#0666
Supreme
Feedback score
52
Posts
3,667
Reactions
1,442
Resources
0
Works now, Thank you very much!
Np. I recommend using a program like Sublime Text that has a yaml option and color codes your text. that way you can easily see if something is off indented
 
Status
This thread has been locked.
Top