提供: Minecraft Modding Wiki
移動先: 案内検索

警告: ログインしていません。編集を行うと、あなたの IP アドレスが公開されます。ログインまたはアカウントを作成すれば、あなたの編集はその利用者名とともに表示されるほか、その他の利点もあります。

この編集を取り消せます。 下記の差分を確認して、本当に取り消していいか検証してください。よろしければ変更を保存して取り消しを完了してください。
最新版 編集中の文章
20行目: 20行目:
 
|- style="font-weight: bold;"
 
|- style="font-weight: bold;"
 
| name  
 
| name  
| 必須
+
|
 
| プラグイン名。  
 
| プラグイン名。  
 
| <code>name: MyPlugin</code>  
 
| <code>name: MyPlugin</code>  
30行目: 30行目:
 
|- style="font-weight: bold;"
 
|- style="font-weight: bold;"
 
| version  
 
| version  
| 必須
+
|
 
| プラグインのバージョン。  
 
| プラグインのバージョン。  
 
| <code>version: 1.4.1</code>  
 
| <code>version: 1.4.1</code>  
40行目: 40行目:
 
|-
 
|-
 
| description  
 
| description  
|
+
| ×
 
| プラグインの説明。  
 
| プラグインの説明。  
 
| <code>description: This plugin is so 31337. You can set yourself on fire.</code>  
 
| <code>description: This plugin is so 31337. You can set yourself on fire.</code>  
50行目: 50行目:
 
|-
 
|-
 
| load
 
| load
|  
+
| ×
 
| プラグインの起動タイミング設定。
 
| プラグインの起動タイミング設定。
 
| <code> load: STARTUP </code>
 
| <code> load: STARTUP </code>
60行目: 60行目:
 
|-
 
|-
 
| author  
 
| author  
|
+
| ×
 
| 開発者名。  
 
| 開発者名。  
 
| <code>author: CaptainInflamo</code>  
 
| <code>author: CaptainInflamo</code>  
70行目: 70行目:
 
|-
 
|-
 
| authors  
 
| authors  
|
+
| ×
 
| 開発者名(複数用)。  
 
| 開発者名(複数用)。  
 
| <code>authors: [Cogito, verrier, EvilSeph]</code>  
 
| <code>authors: [Cogito, verrier, EvilSeph]</code>  
80行目: 80行目:
 
|-
 
|-
 
| website  
 
| website  
|
+
| ×
 
| プラグイン開発者のウェブサイト。  
 
| プラグイン開発者のウェブサイト。  
 
| <code>website: http://forums.bukkit.org/threads/MyPlugin.31337/</code>  
 
| <code>website: http://forums.bukkit.org/threads/MyPlugin.31337/</code>  
89行目: 89行目:
 
|- style="font-weight: bold;"
 
|- style="font-weight: bold;"
 
| main  
 
| main  
| 必須
+
|
 
| プラグインのメインクラス。  
 
| プラグインのメインクラス。  
 
| <code>main: org.bukkit.plugin.MyPlugin</code>  
 
| <code>main: org.bukkit.plugin.MyPlugin</code>  
99行目: 99行目:
 
|-
 
|-
 
| database  
 
| database  
|
+
| ×
 
| データベースを使用するかどうか。  
 
| データベースを使用するかどうか。  
 
| <code>database: false</code>  
 
| <code>database: false</code>  
109行目: 109行目:
 
|-
 
|-
 
| prefix
 
| prefix
|  
+
| ×
 
| ログの接頭辞
 
| ログの接頭辞
 
| <code>prefix: ex-why-zee</code>
 
| <code>prefix: ex-why-zee</code>
118行目: 118行目:
 
|-
 
|-
 
| depend  
 
| depend  
|
+
| ×
 
| 依存先プラグインの一覧。  
 
| 依存先プラグインの一覧。  
 
| <code>depend: [OnePlugin, AnotherPlugin]</code>  
 
| <code>depend: [OnePlugin, AnotherPlugin]</code>  
131行目: 131行目:
 
|-
 
|-
 
| softdepend  
 
| softdepend  
|
+
| ×
 
| 先に起動すべきプラグインの一覧。  
 
| 先に起動すべきプラグインの一覧。  
 
| <code>softdepend: [OnePlugin, AnotherPlugin]</code>  
 
| <code>softdepend: [OnePlugin, AnotherPlugin]</code>  
145行目: 145行目:
 
|-
 
|-
 
| loadbefore  
 
| loadbefore  
|
+
| ×
 
| 後に起動すべきプラグインの一覧。  
 
| 後に起動すべきプラグインの一覧。  
 
| <code>loadbefore: [OnePlugin, AnotherPlugin]</code>  
 
| <code>loadbefore: [OnePlugin, AnotherPlugin]</code>  
158行目: 158行目:
 
|-
 
|-
 
| commands  
 
| commands  
|
+
| ×
 
| プラグインのコマンド一覧。  
 
| プラグインのコマンド一覧。  
 
|  
 
|  
175行目: 175行目:
 
|-
 
|-
 
| permissions  
 
| permissions  
|
+
| ×
 
| プラグインの権限設定一覧。  
 
| プラグインの権限設定一覧。  
 
|  
 
|  
196行目: 196行目:
 
|-
 
|-
 
| default-permission  
 
| default-permission  
|
+
| ×
 
| デフォルト権限設定。  
 
| デフォルト権限設定。  
 
| <code>default-permission: NOT_OP</code>  
 
| <code>default-permission: NOT_OP</code>  
218行目: 218行目:
 
|-
 
|-
 
| description  
 
| description  
|
+
| ×
 
| コマンドの説明文。  
 
| コマンドの説明文。  
 
| <code>description: Set yourself on fire</code>  
 
| <code>description: Set yourself on fire</code>  
227行目: 227行目:
 
|-
 
|-
 
| aliases  
 
| aliases  
|
+
| ×
 
| 代替コマンド名。
 
| 代替コマンド名。
 
|  
 
|  
240行目: 240行目:
 
|-
 
|-
 
| permission  
 
| permission  
|
+
| ×
 
| コマンドのパーミッションノード  
 
| コマンドのパーミッションノード  
 
| <code>permission: inferno.flagrate</code>
 
| <code>permission: inferno.flagrate</code>
249行目: 249行目:
 
|-
 
|-
 
| permission-message
 
| permission-message
|
+
| ×
 
| 権限不足時に表示されるメッセージ
 
| 権限不足時に表示されるメッセージ
 
| <code>permission-message: You do not have &lt;permission&gt;.</code>
 
| <code>permission-message: You do not have &lt;permission&gt;.</code>
259行目: 259行目:
 
|-
 
|-
 
| usage  
 
| usage  
|
+
| ×
 
| コマンドの使用方法説明文。  
 
| コマンドの使用方法説明文。  
 
| <code>usage: Syntax error! Perhaps you meant /&lt;command&gt; PlayerName?</code>  
 
| <code>usage: Syntax error! Perhaps you meant /&lt;command&gt; PlayerName?</code>  
281行目: 281行目:
 
|-
 
|-
 
| description  
 
| description  
|
+
| ×
 
| 権限の説明文。
 
| 権限の説明文。
 
| <pre>description: Allows you to set yourself on fire</pre>  
 
| <pre>description: Allows you to set yourself on fire</pre>  
290行目: 290行目:
 
|-
 
|-
 
| default  
 
| default  
|
+
| ×
 
| 権限のデフォルト設定。  
 
| 権限のデフォルト設定。  
 
| <pre>default: true</pre>  
 
| <pre>default: true</pre>  
300行目: 300行目:
 
|-
 
|-
 
| children  
 
| children  
|
+
| ×
 
| 子権限の設定。  
 
| 子権限の設定。  
 
|  
 
|  

Minecraft Modding Wikiへの投稿はすべて、他の投稿者によって編集、変更、除去される場合があります。 自分が書いたものが他の人に容赦なく編集されるのを望まない場合は、ここに投稿しないでください。
また、投稿するのは、自分で書いたものか、パブリック ドメインまたはそれに類するフリーな資料からの複製であることを約束してください(詳細はMinecraft Modding Wiki:著作権を参照)。 著作権保護されている作品は、許諾なしに投稿しないでください!

このページを編集するには、下記の確認用の質問に回答してください (詳細):

取り消し 編集の仕方 (新しいウィンドウで開きます)

このページで使用されているテンプレート: