HomeJavaModsBungeeShortcut
ModsJava

BungeeShortcut

by koirdsuzu · on Modrinth

A simple BungeeCommand Shortcut create plugin. BungeeCordのコマンドのショートカットを作ろう!. Free Minecraft Java mod for 1.11.1, 1.11.2, 1.12.

⬇ Download on Modrinth

BungeeShortcut

English | 日本語


English

Description

BungeeShortcut is a BungeeCord plugin that allows you to create custom command shortcuts via configuration file. Instead of registering commands programmatically, you can easily add shortcuts in config.yml and use them immediately.

Features

Installation

  1. Download the latest BungeeShortcut.jar from the releases page
  2. Place it in your BungeeCord plugins folder
  3. Start or reload your BungeeCord server
  4. The plugin will automatically create plugins/BungeeShortcut/config.yml

Configuration

Edit plugins/BungeeShortcut/config.yml:

shortcuts:
  lobby: "server lobby"
  hub: "server hub"
  spawn: "warp spawn"
  home: "essentials:home"

Format:

Example:

Commands

Command Description Permission
/bungeeshortcut or /bsc Show help and list all shortcuts Everyone
/bungeeshortcut help Show help and list all shortcuts Everyone
/bungeeshortcut reload Reload configuration file bungeeshortcut.commands.reload
/<shortcut> Execute the shortcut command bungeeshortcut.shortcut.<shortcut>

Permissions

Permission Description Default
bungeeshortcut.shortcut.<shortcut> Permission to use a specific shortcut command op
bungeeshortcut.commands.help Permission to use /bungeeshortcut help Everyone
bungeeshortcut.commands.reload Permission to use /bungeeshortcut reload op

Examples:

Tab Completion

Building from Source

  1. Clone this repository
  2. Make sure you have Maven installed
  3. Run:
mvn clean package
  1. The compiled JAR will be in target/BungeeShortcut-1.0.jar

Requirements

How It Works

When a player executes a shortcut command (e.g., /lobby), the plugin:

  1. Checks if the player has the required permission (bungeeshortcut.shortcut.lobby)
  2. Executes the actual command (/server lobby) using BungeeCord's command dispatcher
  3. The player receives the same chat messages and results as if they executed the original command directly

Notes


Japanese

説明

BungeeShortcutは、設定ファイルでコマンドのショートカットを簡単に作成できるBungeeCordプラグインです。プログラムでコマンドを登録する必要がなく、config.ymlにショートカットを追加するだけですぐに使用できます。

機能

インストール方法

  1. リリースページから最新のBungeeShortcut.jarをダウンロード
  2. BungeeCordのpluginsフォルダに配置
  3. BungeeCordサーバーを起動またはリロード
  4. プラグインが自動的にplugins/BungeeShortcut/config.ymlを作成します

設定方法

plugins/BungeeShortcut/config.ymlを編集してください:

shortcuts:
  lobby: "server lobby"
  hub: "server hub"
  spawn: "warp spawn"
  home: "essentials:home"

形式:

例:

コマンド一覧

コマンド 説明 権限
/bungeeshortcut または /bsc ヘルプとすべてのショートカット一覧を表示 全員
/bungeeshortcut help ヘルプとすべてのショートカット一覧を表示 全員
/bungeeshortcut reload 設定ファイルをリロード bungeeshortcut.commands.reload
/<ショートカット名> ショートカットコマンドを実行 bungeeshortcut.shortcut.<ショートカット名>

権限一覧

権限 説明 デフォルト
bungeeshortcut.shortcut.<ショートカット名> 特定のショートカットコマンドを使用する権限 op
bungeeshortcut.commands.help /bungeeshortcut helpを使用する権限 全員
bungeeshortcut.commands.reload /bungeeshortcut reloadを使用する権限 op

例:

Tab補完

ソースからビルド

  1. このリポジトリをクローン
  2. Mavenがインストールされていることを確認
  3. 以下のコマンドを実行:
mvn clean package
  1. コンパイルされたJARはtarget/BungeeShortcut-1.0.jarにあります

要件

動作の仕組み

プレイヤーがショートカットコマンド(例: /lobby)を実行すると、プラグインは:

  1. プレイヤーが必要な権限(bungeeshortcut.shortcut.lobby)を持っているか確認
  2. BungeeCordのコマンドディスパッチャーを使用して実際のコマンド(/server lobby)を実行
  3. プレイヤーは元のコマンドを直接実行した場合と同じチャットメッセージと結果を受け取ります

注意事項


License

This project is licensed under the MIT License.

Author

koirdsuzu

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more