- Support from 1.8.x to 1.20.x - Customizable commands - Reload command Reload Command: - /scr (Permission: scr.reload)
Default Configuration File:
Code (YAML):
# # ╔═══╗──────╔╗───╔═══╗────────────────╔╦═══╗─────╔╗──────────────────╔╗─ # ║╔═╗║──────║║───║╔═╗║────────────────║║╔═╗║─────║║─────────────────╔╝╚╗ # ║╚══╦╦╗╔╦══╣║╔══╣║─╚╬══╦╗╔╦╗╔╦══╦═╗╔═╝║╚═╝╠══╦══╣║╔══╦══╦══╦╗╔╦══╦═╬╗╔╝ # ╚══╗╠╣╚╝║╔╗║║║║═╣║─╔╣╔╗║╚╝║╚╝║╔╗║╔╗╣╔╗║╔╗╔╣║═╣╔╗║║║╔╗║╔═╣║═╣╚╝║║═╣╔╗╣║─ # ║╚═╝║║║║║╚╝║╚╣║═╣╚═╝║╚╝║║║║║║║╔╗║║║║╚╝║║║╚╣║═╣╚╝║╚╣╔╗║╚═╣║═╣║║║║═╣║║║╚╗ # ╚═══╩╩╩╩╣╔═╩═╩══╩═══╩══╩╩╩╩╩╩╩╝╚╩╝╚╩══╩╝╚═╩══╣╔═╩═╩╝╚╩══╩══╩╩╩╩══╩╝╚╩═╝ # ────────║║───────────────────────────────────║║──────────────────────── # ────────╚╝───────────────────────────────────╚╝──────────────────────── # # Created by JustJustin # # variables: # - <player> = player name # - <uuid> = player uuid # - <cmd> = command to be replaced # # executors: # - CONSOLE | PLAYER # debugs: false
# # NOTE: Please do not use '/' at the start of a command, commands are detected without '/' slash. # If you want to ensure a correct configuration, only enable debugs, only change the debug option to true. # commands:
'0':
target-command: 'ps flags'
replacement: 'dmenu open flags <player>'
replacement-executor: CONSOLE
'1':
target-command: 'protectionstones flags'
replacement: 'dmenu open flags <player>'
replacement-executor: CONSOLE