1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

enhance script plugin features

(support service resolver with generic args)
(support requiresTarget for command)
This commit is contained in:
RaidMax
2020-09-28 20:32:53 -05:00
parent a11596a8fd
commit ca14311d72
10 changed files with 147 additions and 10 deletions

View File

@ -7,6 +7,8 @@ let commands = [{
alias: "pp",
// required
permission: "User",
// optional (defaults to false)
targetRequired: false,
// optional
arguments: [{
name: "times to ping",