ConditionalActions

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.6.6
本资源为搬运资源,原资源地址: https://modrinth.com/mod/conditionalactions
资源信息

Minecraft 版本: 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2 26.2

平台: bungeecord folia paper spigot velocity waterfall

标签: utility

资源介绍

Commands

conditionalactions.admin is required to run commands (will most likely be changed)

  • /ca reload
  • /ca condition list
  • /ca condition check <player|--console>
  • /ca group list
  • /ca group execute <player|--console>
  • /ca execute <player|--console>

Action types

/ca execute <player> and it'll suggest all available actions with their arguments
You can also check the code for all supported actions for now until I add a proper documentation.
The bungeeplayer & bungeeconsole actions are only available if you install the plugin on BungeeCord as well (a simple drag&drop should suffice)

Default configs

Commands

mycoolcommand:
  aliases:
    - mycoolcmd
    - coolcommand
    - coolcmd
  actions:
    - "msg: <green>Heya <dark_green>%player_name%</dark_green>! Cool command right?"

restart:
  actions:
    - "msg: %conditionalactions_args% %conditionalactions_args-size% %conditionalactions_arg-0% %conditionalactions_arg-1%"
    - condition: "is_op"
      deny:
        - "msg: <red>You don't have the permission to run this command!"
        - return
    - condition: "%conditionalactions_args%!=="
      success:
        - condition: "%conditionalactions_arg-0% >= 1"
          success:
            - "msg: <gray>Restarting the server in <dark_red>%conditionalactions_arg-0%</dark_red> seconds!"
            - "delay: %math_0_{conditionalactions_arg-0}*1000%"
          deny:
            - "msg: <red>\"%conditionalactions_arg-0%\" is not a valid number!"
            - return
    - "group: restart"

Action groups

restart:
  - "broadcast: <dark_red>SERVER WILL RESTARTING IN <red>10</red> seconds!"
  - "delay: 5000"
  - "broadcast: <dark_red>SERVER WILL RESTARTING IN <red>5</red> seconds!"
  - "delay: 1000"
  - "broadcast: <dark_red>SERVER WILL RESTARTING IN <red>4</red> seconds!"
  - "delay: 1000"
  - "broadcast: <dark_red>SERVER WILL RESTARTING IN <red>3</red> seconds!"
  - "delay: 1000"
  - "broadcast: <dark_red>SERVER WILL RESTARTING IN <red>2</red> seconds!"
  - "delay: 1000"
  - "broadcast: <dark_red>SERVER WILL RESTARTING IN <red>1</red> seconds!"
  - "delay: 1000"
  - "broadcast: <dark_red>RESTARTING..."
  - "console: stop"
test:
  - "msg: Start"
  - condition: "%player_name%==Tanguygab"
    success:
      - "msg: Hi me!"
      - "msg: How's it going?"
    deny: "msg: Who are you? o_O"
  - "msg: End"

Conditions

conditions:
  is_op: "%player_is_op%=yes" # simple conditions
  is_admin: # OR checks
    - "%player_is_op%=yes"
    - "permission:group.admin"
    - "permission:*"
  has_money_and_vip: # AND checks
    - - "%vault_eco_balance%>=1000"
      - "permission:group.vip"

# alternatively:
  is_admin: "%player_is_op%=yes || permission:group.admin || permission:*"
  has_money_and_vip: "%vault_eco_balance%>=1000 && permission:group.vip"
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Big Globe x L_Ender's Cataclysm

价格:0 墨喵币
下载量:0

查看详情
Cobblemon Pasture Limit

价格:0 墨喵币
下载量:0

查看详情
Saddle Bags

价格:0 墨喵币
下载量:0

查看详情
Remove Italics

价格:0 墨喵币
下载量:0

查看详情