我想给予某玩家30分钟的权限,想通过LuckPerms插件实现,不知道是否可以实现。
/lp user/group <user|group> permission settemp
Permission: luckperms.user.permission.settemp or luckperms.group.permission.settemp
Arguments:
<node> - the permission node to set
<true|false> - the value to set the permission to
<duration> - the duration until the permission will expire
[context...] - the contexts to set the permission in
Sets a permission temporarily for a user/group. Providing a value of "false" will negate the permission. Duration should either be a time period, or a unix timestamp when the permission will expire. e.g. "3d13h45m" will set the permission to expire in 3 days, 13 hours and 45 minutes time. "1482694200" will set the permission to expire at 7:30PM on 25th December 2016.
/lp user/group <user|group> permission settemp 权限 true 30m
Permission: luckperms.user.permission.settemp or luckperms.group.permission.settemp
Arguments:
<node> - the permission node to set
<true|false> - the value to set the permission to
<duration> - the duration until the permission will expire
[context...] - the contexts to set the permission in
Sets a permission temporarily for a user/group. Providing a value of "false" will negate the permission. Duration should either be a time period, or a unix timestamp when the permission will expire. e.g. "3d13h45m" will set the permission to expire in 3 days, 13 hours and 45 minutes time. "1482694200" will set the permission to expire at 7:30PM on 25th December 2016.
/lp user/group <user|group> permission settemp 权限 true 30m
1345979462 发表于 2017-8-13 13:20
/lp user/group permission settemp
Permission: luckperms.user.permission.settemp or luckperms.group ...
给予30分钟飞行后,玩家仍处于飞行状态,需要重新进入服务器才能恢复....有办法解决吗?