BungeeFriends (Spigot version) icon

BungeeFriends (Spigot version) -----

BungeeFriends & BungeeParties for Spigot!




(JP)
+ /p kickoffline コマンドを追加しました。
+ パーティーリーダーが指定したコマンドを送信すると、メンバーにもそのコマンドを実行させる機能を追加しました。
 ・下記に設定サンプルがあります。

* /f reload から cmd タイプを削除しました。
 ・今後は /f reload config または /f reload all を実行して下さい。

(EN)
+ Added /p kickoffline command.
+ Added the ability to have a party leader execute a specified command when the party leader sends it.
 ・Below is a sample configuration.
* Removed cmd type from /f reload.
 ・Please execute /f reload config or /f reload all from now on.

Code (YAML):
# config.yml
Plugin
:
  BungeeParties
:
    PartyCmdSender
:
      '1'
:
        Leader
: /join
        Member
: /join $args
      '2'
:
        Leader
: /sw join
        Member
: /sw join
      '3'
:
        Leader
: /say
        Member
: /say $args
----------, Mar 18, 2021

(JP)
* BungeeParties にて自分にメッセージを送信できる問題を修正
* ゲーム内向けの新しいリロードコマンドをコンソール向けにマージしました。

(EN)
* Corrects an issue with BungeeParties being able to send messages to themselves
* Merged new reload command for in-game to console.
----------, Mar 17, 2021

このバージョンでは、 prefix.yml が削除されます。
今後は LuckPerms を使用して Prefix の同期を行って下さい。

In this version, prefix.yml is removed.
From now on, please use LuckPerms to synchronize Prefix.

(JP)
* オフラインプレイヤーが居る状態で、パーティーを disband できない問題を修正
* /f reload コマンドを使いやすく更新
- prefix.yml の使用について、非常に混乱を招きやすいため削除しました。今後は LuckPerms を使用して下さい。
・config.yml から再度このオプションを有効にすることができますが、私はおすすめせず、サポートも行いません。

(EN)
* Corrects an issue where a party cannot be disbanded with an offline player.
* Update the /f reload Command Easily
- The use of prefix.yml is very confusing and has been removed. Please use LuckPerms from now on.
 ・You can re-enable this option from config.yml, but I do not recommend or support it.

View attachment 603122
----------, Mar 16, 2021

(JP)
* サーバー停止時、config.yml ファイルが読み込み済みのデータに上書きされる問題を修正
* Prefix 関連のバグを修正

(EN)
* Corrects an issue in which config.yml file are overwritten with data that has already been loaded when the server is stopped
* Fixes Prefix bugs
----------, Mar 13, 2021

プラグインを更新する前に 必ずファイルのバックアップ を行って下さい。
Be sure to backup your files before updating your plugin.

config.yml ファイルを編集する際にサーバーを止める必要はなくなりました!
Editing Config files no longer requires stopping the server!

バグ報告はSpigot PMまたはTwitter DMにて詳しい情報とともに送信して下さい。
Send bug reports to Spigot PM or Twitter DM with more information.


(JP)
+ "/friend reload" コマンドが追加されました。
 ・ config.yml、prefix.yml、が再読み込みされ、エイリアスコマンドも再起動不要で再設定されます。
* "/friend" コマンドがコンソールから実行可能になりました。
* BungeeParties を有効にする設定オプションが以下のキーに移動されました。
* config.yml ファイルにて管理されていたプレイヤーデータが data.yml に移行されました。
* config.yml ファイルにて管理されていたUUID、プレイヤー名情報が player.yml に移行されました。

(EN)
+ Added "/friend reload" command.
 ・ config.yml, prefix.yml, are reloaded and the alias command is reconfigured without a reboot.
* The friend command can now be run from the console.
* The configuration option to enable BungeeParties has been moved to the following keys.
* The player data managed in the config.yml file has been transferred to data.yml.
* The UUID and player name information maintained in the config.yml file has been transferred to player.yml.

Code (YAML):
# <= 2.0.4
BungeeParties
:
  Enable
: true

# >= 2.1
Plugin
:
  Enable-BungeeParties
: true
----------, Mar 9, 2021

(JP)
+ /w, /wisper コマンドの追加
- config.yml からこのエイリアスをオフにできます。

(EN)
+ Added /w, /wisper command.
- You can turn off this alias from config.yml.
----------, Mar 7, 2021

(JP)
"&7" という Prefix を設定すると表示される名前が " SimplyRin" などになる問題を修正
bStats に再対応
(EN)
Corrects an issue in which "&7" prefix causes the name to appear to be " SimplyRin".
Re-correspond to bStats
----------, Feb 24, 2021

(JP)
* MySQL使用時、フレンドリストがしっかり動作しない問題を修正
(EN)
* Fix problems with friend lists not working properly when using MySQL
----------, Feb 13, 2021

(JP)
* MySQL 使用時、言語を変更してもすぐに反映されない問題を修正
+ config.yml ファイルからハイフンを削除できる機能を追加
(EN)
* Corrects an issue that does not immediately reflect changes in language when using mysql
+ Added ability to remove hyphens from config.yml file
----------, Feb 12, 2021

(JP)
プラグインを作るモチベがあったので再度 MySQL を復活させました。復活させただけなので、データの管理方法はお察しです。
自己責任で使用してください。
(EN)
Revived MySQL. Use at your own risk.

Code (YAML):
Enable : true
DebugMode
: false
Username
: root
Password
: PASSWORD
Address
: localhost:3306
Database
: bungeefriends
Timezone
: JST
UseSSL
: false
----------, Feb 12, 2021

(JP)
+ /friendconsole コマンドを追加
* /friend list コマンド使用時、フレンドリストのページ数が 0 になる問題を修正
* /party hijack コマンド使用時、引数指定をしなかったとき使用方法についてのメッセージが返ってこなかった問題を修正
(EN)
+ Added /friendconsole command.
* When using the /friend list command, the number of pages in the friend list is fixed to zero.
* Corrects an issue where no usage message was returned when using the /party hijack command with no arguments
----------, Feb 12, 2021

(JP)
プラグインが読み込まれない問題を修正
リプライコマンド使用時プレイヤーが居ない場合エラーが発生する問題を修正しました。
prefix.ymlのテンプレートを修正しました。
(EN)
Corrects an issue that prevents plugins from loading
Fixed an error that occurs when no player is present when using the reply command.
Fixed template for prefix.yml.
----------, Feb 8, 2021

There were a lot of requests for a version for Spigot, so we simply rewrote the code and built it for Spigot.

Enjoy :D
----------, Feb 6, 2021

Automatic language download
(EN)
- We automatically download necessary language files when starting the server.
(JP)
- サーバー起動時必要な言語ファイルを自動的にダウンロードするようにしました。

+ Add Slovenian language.
(EN)
- Add Slovenian language
(JP)
- スロベニア語の追加

Lahko se uporablja z "/f lang slovensko"!
Prenos datoteke se lahko izvede z "/f lang update slovensko"!
----------, Feb 24, 2019

File generation fix.
(EN)
- Fixed problem that hungarian.yml file is not automatically generated
(JP)
- hungarian.yml ファイルが自動生成されない問題の修正

Command bug fixes. (コマンドバグの修正)
(EN)
- Fixed problem that language can not be changed
(JP)
- 言語が変更できない問題を修正
----------, Feb 23, 2019

You need delete or update english.yml file.

+ Add hungarian language.
(EN)
- Add hungarian language
(JP)
- ハンガリー語の追加

Használható "/ f language hungarian" -val!

+ Add language update system.
(EN)
- You can check the file list with "/ f lang update"
- You can update the file with "/f lang update <language>".
(JP)
- ファイル一覧は "/f lang update" で確認できます
- "/f lang update <language>" でファイルをアップデートすることができます。

- GitHub repository / 1.5.11-SNAPSHOT commit
- Contribute to translation (crowdin.com)

[​IMG]
----------, Feb 23, 2019

+ Add french language.
(EN)
- Add french language
(JP)
- フランス語の追加

Vous pouvez définir la langue française sur /f language french!


+ Add friend toggle command.
(EN)
- Add /f toggle command. (You can set permission/rejection of Friendly Credit acceptance)
(JP)
- /f toggle コマンドの追加 (フレンドリクエスト受け取りの許可/拒否を設定できます)

(none tested, sorry)
----------, Jan 6, 2019

Resource Information
Author:
----------
Total Downloads: 1,238
First Release: Dec 30, 2018
Last Update: Mar 18, 2021
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings