This repository was archived by the owner on Oct 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.yml
More file actions
66 lines (64 loc) · 2.37 KB
/
plugin.yml
File metadata and controls
66 lines (64 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
name: OutiServerPlugin
description: おうちサーバー用プラグイン
author: Ken_Cir
version: 3.2.3
api: 3.0.0
main: OutiServerPlugin\Main
commands:
money:
description: "所持金を確認する"
usage: "/money <playername>"
permission: OutiServerPlugin.command.*;OutiServerPlugin.command.money
applewatch:
description: "AppleWatchを出す"
usage: "/applewatch"
permission: OutiServerPlugin.command.*;OutiServerPlugin.command.applewatch
reloadouticonfig:
description: "configをリロード"
usage: "/reloadouticonfig"
permission: OutiServerPlugin.command.*
reloadoutisoundconfig:
description: "sound設定をリロード"
usage: "/reloadoutisoundconfig"
permission: OutiServerPlugin.command.*
db:
description: "dbを操作する"
usage: "/db <query>"
permission: OutiServerPlugin.command.*
senddb:
description: "dbファイルをDiscordに送信する"
usage: "/senddb <query>"
permission: OutiServerPlugin.command.*
setitem:
description: "アイテム設定"
usage: "/setitem <itemid> <itemmeta> <日本語名> <画像パス>"
permission: OutiServerPlugin.command.*
reloadoutilandconfig:
description: "土地の金額設定をリロード"
usage: "/reloadoutilandconfig"
permission: OutiServerPlugin.command.*
warn:
description: "ユーザーを警告する"
usage: "/warn <プレイヤー名> <理由>"
permission: OutiServerPlugin.command.*
checkwarn:
description: "警告を確認する"
usage: "/checkwarn"
permission: OutiServerPlugin.command.*;OutiServerPlugin.command.checkwarn
removewarn:
description: "ユーザーから警告を削除する"
usage: "/removewarn <プレイヤー名>"
permission: OutiServerPlugin.command.*
permissions:
OutiServerPlugin.command.*:
description: プレイヤーがOutiServerPluginのすべてのコマンドを使用できるようにします
default: op
OutiServerPlugin.command.money:
description: プレイヤーがコマンドで所持金を確認できるようにします
default: true
OutiServerPlugin.command.applewatch:
description: プレイヤーがコマンドでAppleWatchを使用できるようにします
default: true
OutiServerPlugin.command.checkwarn:
description: プレイヤーがコマンドでcheckwarnを使用できるようにします
default: true