Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Protection Stone Types
- stones {
- advanced {
- block-type="minecraft:iron_ore"
- break=true
- chest-access=true
- display-name="Advanced Protection"
- entry=true
- farewell="§cออกจากพื้นที่ <player> "
- # Default Flag
- greeting="§aยินดีต้อนรับเข้าสู่เขตของ <player> "
- place=true
- pvp=true
- range=20
- teleport=true
- use=true
- }
- basic {
- # Material ID
- block-type="minecraft:coal_ore"
- break=false
- chest-access=false
- # ชื่อกลุ่มโพรเทค
- display-name="Basic Protection"
- entry=false
- farewell="§cออกจากพื้นที่ <player> "
- # Default Flag
- greeting="§aยินดีต้อนรับเข้าสู่เขตของ <player> "
- place=false
- pvp=false
- # รัศมีพื้นที่ 10 (5x5)
- range=10
- teleport=false
- use=false
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement