Lệnh người chơi
Các lệnh người chơi có thể sử dụng trong SimpPay.
Lệnh nạp tiền
/napthe
Mở menu GUI nạp thẻ cào.
| Cú pháp | /napthe |
| Permission | simppay.napthe |
| Mô tả | Mở menu chọn loại thẻ và mệnh giá |
Ví dụ:
/napthe/napthenhanh
Nạp thẻ cào nhanh không cần GUI.
| Cú pháp | /napthenhanh <card_type> <amount> <serial> <pin> |
| Permission | simppay.napthenhanh |
| Mô tả | Nạp thẻ trực tiếp qua lệnh |
Tham số:
<card_type>- Loại thẻ:VIETTEL,MOBIFONE,VINAPHONE<amount>- Mệnh giá:10000,20000,50000, …<serial>- Serial thẻ<pin>- PIN thẻ
Ví dụ:
/napthenhanh VIETTEL 50000 12345678901 123456789012345/bank
Tạo QR code thanh toán banking.
| Cú pháp | /bank <amount> |
| Permission | simppay.banking |
| Mô tả | Tạo QR code để chuyển khoản |
Tham số:
<amount>- Số tiền (VNĐ), tối thiểu 10,000
Ví dụ:
/bank 50000/bank 100000Lệnh xem thông tin
/lichsunapthe
Xem lịch sử nạp tiền của bản thân.
| Cú pháp | /lichsunapthe [player] |
| Permission | simppay.lichsunapthe |
| Mô tả | Hiển thị lịch sử giao dịch |
Tham số:
[player]- Tên người chơi (optional, mặc định là bản thân)
Ví dụ:
/lichsunapthe/lichsunapthe player123/streak
Mở menu streak nạp liên tiếp.
| Cú pháp | /streak |
| Permission | simppay.streak |
| Mô tả | Hiển thị streak hiện tại và milestone rewards |
Ví dụ:
/streakPermissions
| Permission | Mô tả | Mặc định |
|---|---|---|
simppay.napthe | Sử dụng lệnh /napthe | true |
simppay.napthenhanh | Sử dụng lệnh /napthenhanh | true |
simppay.banking | Sử dụng lệnh /bank | true |
simppay.lichsunapthe | Xem lịch sử nạp tiền | true |
simppay.streak | Xem streak menu | true |
Cấu hình permissions
LuckPerms
# Give tất cả permissions cho group defaultlp group default permission set simppay.napthe truelp group default permission set simppay.napthenhanh truelp group default permission set simppay.banking truelp group default permission set simppay.lichsunapthe truelp group default permission set simppay.streak true
# Hoặc give wildcardlp group default permission set simppay.* truePermissionsEx
groups: default: permissions: - simppay.napthe - simppay.napthenhanh - simppay.banking - simppay.lichsunapthe - simppay.streakXem thêm
- Lệnh admin - Lệnh dành cho admin
- Placeholders - PlaceholderAPI placeholders