TPBorder
Limits the player's movement distance.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
TPBorder
TPBorder
日本語版は下の方にあります。
English
Overview of this Plugin
This plugin forcibly teleports players to spawn when they move outside the specified border.
What it adds
- /setborder command - Forces spawn teleportation for players who move outside the specified border.
Test Environment
Paper 1.21.8
Operation on platforms other than Paper is not guaranteed.
Installation Instructions
1. Download the plugin file (.jar) 2. Copy or move the downloaded plugin file to the Paper plugins folder. 3. (Re)start the Paper server. 4. Done!
Command Usage
Specify the border with ```/setborder```.
The center is the spawn point.
To set the border to a radius of x10000, z10000:```/setborder 10000 10000```
To set the border to a radius of x-156161, z165103:```/setborder -156161 165103```
It looks something like this.
Other
The source code is available on Github.
Development environment: IntelliJ IDEA
日本語
このプラグインの概要
設定した範囲外にプレイヤーが移動すると強制的にスポーンにテレポートするプラグインです。
何が追加されるのか
・/setborderコマンド
・設定した範囲外に移動したプレイヤーの強制スポーンテレポート。
テスト環境
Paper1.21.8
Paper以外での動作は保証していません。
インストール方法
1. プラグインファイル(.jar)をダウンロード 2. ダウンロードしたプラグインファイルをPaperのpluginsフォルダにコピーまたは移動 3. Paperサーバーを(再)起動します。 4. 完了!
コマンドの利用方法
```/setborder```で範囲をしていします。
中心はスポーン地点となります。
範囲を半径x10000,z10000にする場合:```/setborder 10000 10000```
範囲を半径x-156161,z165103にする場合:```/setborder -156161 165103```
こんな感じです。
その他
ソースコードはGithubで公開してあります。
開発環境:IntelliJ IDEA