Advertisement
Aarozaz

Protect-sponge

Mar 25th, 2020
3,383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Protection Stone Types
  2. stones {
  3.     advanced {
  4.         block-type="minecraft:iron_ore"
  5.         break=true
  6.         chest-access=true
  7.         display-name="Advanced Protection"
  8.         entry=true
  9.         farewell="§cออกจากพื้นที่ <player> "
  10.         # Default Flag
  11.         greeting="§aยินดีต้อนรับเข้าสู่เขตของ <player> "
  12.         place=true
  13.         pvp=true
  14.         range=20
  15.         teleport=true
  16.         use=true
  17.     }
  18.     basic {
  19.         # Material ID
  20.         block-type="minecraft:coal_ore"
  21.         break=false
  22.         chest-access=false
  23.         # ชื่อกลุ่มโพรเทค
  24.         display-name="Basic Protection"
  25.         entry=false
  26.         farewell="§cออกจากพื้นที่ <player> "
  27.         # Default Flag
  28.         greeting="§aยินดีต้อนรับเข้าสู่เขตของ <player> "
  29.         place=false
  30.         pvp=false
  31.         # รัศมีพื้นที่ 10 (5x5)
  32.         range=10
  33.         teleport=false
  34.         use=false
  35.     }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement