PlayerPoints——点券插件

点券。可以作为服务中第二种货币系统或者VIP货币系统使用。

timg (1)

相关指令
/points pay <name> <amount>   支付别人点券【名字】【数量】
/points give <name> <amount>  给予别人点券【名字】【数量】
/points take <name> <amount>  扣除某玩家点券[名字][数量]
/points set <name> <amount>   设置某玩家的点券数量
/points reset <name>  清空某玩家的点券
/points look <name>   查看别人有多少点券
/points me    查看自己有多少点券
/points lead [next/prev/#]  持有排行榜
/points reload 重载
以上指令都可以缩写为 /p <give/take/look/me/pay/set/reset>注:与PlotMe的命令缩写/p 冲突。

相关权限

 

  • PayerPoints.pay           相当于金钱的pay权限
  • PlayerPoints.give       【管理权限】给玩家发放点券
  • PlayerPoints.take       【管理权限】扣除玩家点券
  • PlayerPoints.set         【管理权限】设置玩家点券
  • PlayerPoints.reset      【管理权限】 重置玩家的点券
  • PlayerPoints.look       【玩家权限】查看别人有多少点券
  • PlayerPoints.lead       【玩家权限】排行榜权限
  • PlayerPoints.me        【玩家权限】查看自己的点券

 

配置文件

storage: YAML 数据储存方式 可选的有MySQL, SQLite, YAML, 除YAML外其余需要 [ 前置SQLibrary ]
mysql:
host: localhost
port: 3306
database: minecraft
user: user
password: pass
import: (导入)
use: false  (用于转换数据储存方法至mysql时使用 设置为true 使用一次后自动返回false)
source: YAML (数据来源 可选的有SQLite, YAML)
vote:
enabled: false
amount: 100
online: false
debug:
database: false
vault: false

 

原帖地址

适用版本:1.7.10-1.10

文件下载

路由侠

发表评论

您必须 登录 才能发表留言!