Plugin to change item drop rate アイテムのドロップ率を変えるプラグイン
A Minecraft Spigot plugin that allows server administrators to control the drop rate of items from mobs and blocks.
DropRateController-1.0-shaded.jar from the releasesplugins folder/reload commandconfig.yml file in the plugins/DropRateController folderThe default configuration file (config.yml) looks like this:
dropRate: 1.0
messages:
usage: "Usage: /dropchance <get|set <value>>"
get: "Current drop rate: %.2f%%"
set: "Drop rate updated to %.2f%%"
invalid: "Invalid value. Please provide a number between 0 and 100."
range_error: "Please enter a number between 0 and 100."
no_permission: "You do not have permission to use this command."
dropRate: The drop rate percentage (0.0 to 100.0). Default is 1.0%messages.*: Customizable messages for various plugin responses/dropchance getDisplays the current drop rate percentage.
Permission: dropratecontroller.use
/dropchance set <value>Sets the drop rate to the specified percentage (0-100).
Permission: dropratecontroller.use
Examples:
/dropchance set 50 - Sets drop rate to 50%/dropchance set 0.5 - Sets drop rate to 0.5%| Permission | Description | Default |
|---|---|---|
dropratecontroller.use |
Allows access to the dropchance command | op |
mvn clean packagetarget folderThis project is open source. Please check the license file for more details.
koirdsuzu
Mobやブロックからアイテムがドロップする確率を制御できるMinecraft Spigotプラグインです。
DropRateController-1.0-shaded.jar をリリースからダウンロードplugins フォルダに配置/reload コマンドを使用plugins/DropRateController フォルダに config.yml ファイルを作成しますデフォルトの設定ファイル (config.yml) は以下のようになっています:
dropRate: 1.0
messages:
usage: "Usage: /dropchance <get|set <value>>"
get: "Current drop rate: %.2f%%"
set: "Drop rate updated to %.2f%%"
invalid: "Invalid value. Please provide a number between 0 and 100."
range_error: "Please enter a number between 0 and 100."
no_permission: "You do not have permission to use this command."
dropRate: ドロップ率のパーセンテージ (0.0 から 100.0)。デフォルトは 1.0%messages.*: 各種プラグイン応答のカスタマイズ可能なメッセージ/dropchance get現在のドロップ率を表示します。
権限: dropratecontroller.use
/dropchance set <value>ドロップ率を指定したパーセンテージ (0-100) に設定します。
権限: dropratecontroller.use
例:
/dropchance set 50 - ドロップ率を50%に設定/dropchance set 0.5 - ドロップ率を0.5%に設定| 権限 | 説明 | デフォルト |
|---|---|---|
dropratecontroller.use |
dropchanceコマンドへのアクセスを許可 | op |
mvn clean package を実行target フォルダにありますこのプロジェクトはオープンソースです。詳細についてはライセンスファイルを確認してください。
koirdsuzu