cmi的back,玩家输入后是秒back回去,能不能设置成聊天栏提示等待3秒后再回去的那种
mv的多世界tp,也是玩家通过菜单输入后秒tp到世界。能不能也同上一样等待几秒同时聊天栏出现提示的那种。或者有没有支持1.16.5的传送插件,不想用地标warp
mv的多世界tp,也是玩家通过菜单输入后秒tp到世界。能不能也同上一样等待几秒同时聊天栏出现提示的那种。或者有没有支持1.16.5的传送插件,不想用地标warp
在cmi的config里设置 搜索cooldown
mv的tp没有冷却功能,因为一般不让玩家用这个指令
mv的tp没有冷却功能,因为一般不让玩家用这个指令
cmi 配置文件里面设置这样
WarmUps:
Enabled: true
InformOnNoMove: true
showCounterBarInfo: false
showBossBarInfo: true
List:
- cmi tp:5:true:GlyphHead
- cmi back:3:true
- cmi warp :3:false
- cmi home :3:false
- cmi spawn:5:true:GlyphHead
WarmUps:
Enabled: true
InformOnNoMove: true
showCounterBarInfo: false
showBossBarInfo: true
List:
- cmi tp:5:true:GlyphHead
- cmi back:3:true
- cmi warp :3:false
- cmi home :3:false
- cmi spawn:5:true:GlyphHead
CMI的冷却:
dback是返回到上次死亡地点,cback是返回到上次传送地点
第2问倒是找到了这两个插件:
https://www.mcbbs.net/thread-629882-1-1.html
https://www.mcbbs.net/thread-865604-1-1.html
Cooldowns:
# You can enable any command cooldown to prevent instant usage of it
# cmi heal:180 means that player can use /cmi heal command only once every 180 seconds
# if cooldown set to -1 then this command can be performed only one time
# Administration can bypass limitations with cmi.cooldownbypass.[commandname] permission node
# Always use full command name and not its alias
# ----------
# Alternatively you can use cmi.cooldown.[some_command].[timer] permission node. For example: cmi.cooldown.cmi_heal.30 which will set 30 second cooldown on /cmi heal command
# If you want to apply cooldown on command when variable is provided, add extra _ at end. For example cmi.cooldown.cmi_heal_.30 which will only use this cooldown when healing some one else
# KEEP IN MIND that for permission to work you need to set base command cooldown in this list, otherwise permission node will have no effect
# -----
# ATTENTION! If you have command like "/cmi home" and you want to prevent teleportation to home but allow gui opening without restrictions, use space after command, in example "cmi home :10"
Enabled: false
List:
- cmi back:3
- cmi dback:3- cmi cback:3
dback是返回到上次死亡地点,cback是返回到上次传送地点
第2问倒是找到了这两个插件:
https://www.mcbbs.net/thread-629882-1-1.html
https://www.mcbbs.net/thread-865604-1-1.html