• Chào bạn, hãy đăng ký hoặc đăng nhập để tham gia cùng bọn mình và sử dụng được đầy đủ chức năng của diễn đàn :).
VerCosTa

Hướng dẫn Hướng Dẫn Về Plugins Deluxemenus (Cơ Bản) Cho Người Mới Bắt Đầu Dùng Deluxemenus

Cho tui xin mẫu đc k :)))
Playerpoint config by Google :))

items:
'0':
material: GRANITE
slot: 0
display_name: '&fGranite'
lore:
- ''
- "&8• &7Buy for: &f100 &cPoints"
- "&8• &7Sell for: &f25 &aPoints"
- ''
- '&8Left click to buy'
- '&8Right click to sell'
- ''
left_click_requirement:
requirements:
anything_here:
type: '>='
input: '%playerpoints_points%'
output: '100'
deny_commands:
- '[message] &6Shop &8> &7You need &c100 Points &fto buy &c1 x Granite&f.'
right_click_requirement:
requirements:
anything_here:
type: has item
material: 'GRANITE'
strict: true
deny_commands:
- '[message] &6Shop &8> &7You don''t have &c1 x Granite &fto sell.'
left_click_commands:
- '[console] points take %player_name% 100'
- '[console] minecraft:give %player_name% granite 1' # By adding "minecraft:" we avoid accidentally using a command from a plugin like Essentials
- '[message] &6Shop &8> &fYou bought &a1 x Granite &ffor &a100 Points&f.'
right_click_commands:
- '[console] points give %player_name% 25'
- '[console] minecraft:clear %player_name% granite 1' # By adding "minecraft:" we avoid accidentally using a command from a plugin like Essentials
- '[message] &6Shop &8> &fYou sold &a1 x Granite &ffor &a25 Points&f.'
 
Similar content Most view Xem thêm
Back
Top Bottom