Sprache

ConditionalActions

Modrinth

Custom commands with different types of actions & conditions.

142 Downloads 2 Follower aktualisiert 17h ago
neueste v1.6.6 Modrinth
Bungeecord Folia Paper Spigot Velocity Waterfall 1.20 – 26.2 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"

Versionen

Release
1.6.6
bungeecord, folia, paper · 1.20, 1.20.1, 1.20.2 · 17h ago
- Fixed permission checks for console - Fixed permission conditions not being refreshed - Fixed CA arg placeholders nested in other placeholders like Utils &…
2
Release
1.6.5
bungeecord, folia, paper · 1.20, 1.20.1, 1.20.2 · 2mo ago
Fixed commands execution order
34
Release
1.6.4
bungeecord, folia, paper · 1.20, 1.20.1, 1.20.2 · 2mo ago
Updated TAB dependency to 6.0.0
8
Release
1.6.3
bungeecord, folia, paper · 1.20, 1.20.1, 1.20.2 · 4mo ago
Fixed Velocity bridge
22
Release
1.6.2
bungeecord, folia, paper · 1.20, 1.20.1, 1.20.2 · 4mo ago
Added `%conditionalactions_server-name%` when the plugin is also installed on proxy. Replaced `conditionalactions.admin` permission by -…
13
Release
1.6.1
bungeecord, folia, paper · 1.20, 1.20.1, 1.20.2 · 5mo ago
Fixed proxy actions being sent for each online player instead of just once
20
Release
1.6.0
bungeecord, folia, paper · 1.20, 1.20.1, 1.20.2 · 5mo ago
Added Velocity support for proxy actions
22
Release
1.5.0
bungeecord, folia, paper · 1.20, 1.20.1, 1.20.2 · 5mo ago
20

Kommentare 0

Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.