WarpUtils 图标

WarpUtils

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 0.5.3
本资源为搬运资源,原资源地址: https://modrinth.com/mod/warputils
资源信息

Minecraft 版本: 26.1.2

平台: neoforge

标签: transportation utility

资源介绍

Introduction

WarpUtils is a lightweight, fully configurable server-side utility mod that provides essential teleportation features: Homes, Warps, and TPA requests.
Inspired by the VanillaTweaks Datapacks.

Because it is server-side only, you can install this on your server and pure vanilla clients can join without any drawbacks or additional downloads.

Core Functionality

  • Homes: Players can set personal waypoints and teleport back to them.
  • Warps: Operators can set global waypoints (like shops or hubs) accessible to everyone.
  • TPAs: Players can send requests to teleport to one another securely.
  • Back: A convenient command to return to your previous location after a teleport.

Features

Every teleportation feature comes with

  • Cooldowns: Configure how long a player must wait after teleporting before they can use the command again.
  • Warm-up Delays: Configure a "stand-still" timer before a teleport executes. This delay will be cancelled if the player moves, runs another command, or is attacked (if the fight cooldown is active).
  • Configurable: Every feature can be individually disabled and configured (see configuration details below).
Homes Allows players to set personal homes and teleport back to them at will. Server owners can configure the maximum number of homes a player is allowed to keep. | Command | Description | | :--- | :--- | | `/home ` | Teleports you to the specific home | | `/home` | Teleports you to your default home (auto-selects one if no default is set) | | `/setdefaulthome ` | Sets an existing home as your default | | `/sethome ` | Creates or overwrites a home at your current location | | `/delhome ` | Deletes the specified home | | `/renamehome ` | Renames an existing home (can also override if the `newName` already exists) | | `/homes` | Lists all your saved homes and their coordinates | TPAs (Teleport Requests) Allows players to request teleportation to other players. The requesting player is teleported to the receiving player once they accept the request. **Note:** A player can only have one *outgoing* request active at a time, but can receive multiple *incoming* requests. Cooldowns apply after the teleport happens; delays apply after the request is accepted. | Command | Description | | :--- | :--- | | `/tpa ` | Sends a teleport request to the specified player | | `/tpaaccept ` | Accepts a request from a specific player | | `/tpaaccept` | Accepts the most recent teleport request. | | `/tpadeny ` | Denies a request from a specific player | | `/tpadeny` | Denies all active incoming requests | | `/tpacancel` | Cancels the outgoing request you sent | | `/tpas` | Displays all active sent and received requests | Warps Allows operators to manage global points of interest that all players can teleport to. **The Spawn Warp:** By default, a `Spawn` warp is enabled and linked to the world spawn point (can be set using `/setworldspawn ...`) - It can be detached from the world spawn by overwriting it: `/setwarp Spawn` - It can be reattached to the world spawn by deleting the custom warp: `/delwarp Spawn` | Command | Description | | :--- | :--- | | `/warp ` | Teleports you to the specified global warp | | `/warps` | Lists all available warps and their locations | | `/setwarp ` | **(OP)** Creates or overwrites a warp at your location | | `/delwarp ` | **(OP)** Deletes the specified warp | | `/renamewarp ` | **(OP)** Renames an existing warp | Commands marked with **(OP)** can only be executed by the Back Command Allows players to return to the location they were at *before* their last teleport or to their death location. The behavior is highly customizable via the config (including `mode` and `duration` settings). | Command | Description | | :--- | :--- | | `/back` | Teleports you back to your last location before a teleport | Tpr Command Allows players to teleport to a random location. The maximum and minimum range of the teleport is configurable. | Command | Description | | :--- | :--- | | `/tpr` | Teleports you to a random location | Player Preferences & Effects Personalize your experience using: `/warputils personal ...` ## Customizable Options: * **Delay Display:** When teleporting how should the delay progress be displayed: `none`, `percentage` or `seconds`. * **Language:** Set your display language (currently only supports English). * **Message Target:** Choose where mod messages appear: `chat` or `actionbar` (Some messages may be forced to be displayed in one or the other, e.g. homes list). * **Particles:** Adjust the visual effects of the teleportation. ## Visual Effects Particles are displayed at three stages: 1. **Charge Effect:** During the warm-up delay. 2. **Departure:** At the location you leave. 3. **Arrival:** At your destination. *Note: Operators can force effects to be enabled globally, overriding player preferences.*

Configuration

Note: The config file is not for direct configuration. It only sets the default values used when creating a world or resetting the world specific config using /warputils config reset, /warputils config <category> reset or /warputils config <category> <setting> default.

The command /warputils config <category> allows you to easily configure the functionality of each feature as an operator. Non-operators may read the values of the config but not edit them.

General This config category allows you to set more general configurations, like the default `messageTarget` or the `cooldown` and `delay` used for teleporation. Each teleportation features inherits the `cooldown` and `delay` values by default (the respective setting's value is set to -1) but they can be set individually using `/warputils config cooldown ` for example. Accessed using `/warputils config general `. | Setting | Default | Description | | :--- | :--- | :--- | | `cooldown` | 1200 (1 minutes) | The waiting period (in ticks) between teleportations | | `delay` | 60 (3 seconds) | The time (in ticks) between executing the command and being teleported | | `messageTarget` | actionbar | The primary location to display messages to | The exception to the cooldown default is the /tpr command for which it is set to 24000 (20 minutes). *ticks: 1 tick = 1/20th of a second* Homes Accessed using `/warputils config homes `. | Setting | Default | Description | | :--- | :--- | :--- | | `interDimTP` | true | Allowing to teleport through dimensions | | `maxHomeCount` | 3 | The maximum number of homes a player can have (0 = Infinity) | | `disableHomes` | false | Disables homes (homes won't be deleted) | Tpas (Teleport Requests) Accessed using `/warputils config tpas `. | Setting | Default | Description | | :--- | :--- | :--- | | `interDimTP` | true | Allowing to teleport through dimensions | | `duration` | 6000 | The time (in ticks) a tpa request is active (0 = Infinity) | | `disableTpas` | false | Disables tpas | *ticks: 1 tick = 1/20th of a second* Warps Accessed using `/warputils config warps `. | Setting | Default | Description | | :--- | :--- | :--- | | `interDimTP` | true | Allowing to teleport through dimensions | | `disableSpawnWarp` | false | Is the spawn warp disabled | | `disableWarps` | false | Disables warps (warps won't be deleted) | Back Command Accessed using `/warputils config back `. | Setting | Default | Description | | :--- | :--- | :--- | | `interDimTP` | true | Allowing to teleport through dimensions | | `duration` | 0 | The time (in ticks) a tpa request is active (0 = Infinity) | | `mode` | backBack | The operation mode of the `/back` command | | `backOnDeath` | false | Does your death set a back location | | `disableBack` | false | Disables the `/back` command | The operation modes the `/back` command: - **backBack**: You can teleport back to the location you used `/back`, `/home`, `/tpa` or `/warp` from - **singleUse**: You can teleport back once after every teleportation using `/home`, `/tpa` or `/warp` - **persistent**: The back location only changes when using `/home`, `/tpa` or `/warp` Tpr Command Accessed using `/warputils config tpr `. | Setting | Default | Description | | :--- | :--- | :--- | | `minRange` | 500 | The minimum distance (in blocks) tpa can teleport you away from your position | | `maxRange` | 2000 | The maximum distance (in blocks) tpa can teleport you away from your position | | `disableTpr` | false | Disables the `/tpr` command | Effects Accessed using `/warputils config effects `. | Setting | Default | Description | | :--- | :--- | :--- | | `chargeEffect` | RisingRings | The default effect to display during the delay period | | `enforceChargeEffect` | false | Enforces the default charge effect; always plays this effect instead of the effect the player selected | | `teleporationEffect` | Smoke | The default effect to display at the location of departure | | `enforceTeleportEffect` | false | Enforces the default teleportation effect; always plays this effect instead of the effect the player selected | | `arrivalEffect` | Smoke | The default effect to display at the location of arrival | | `enforceArrivalEffect` | false | Enforces the default arrival effect; always plays this effect instead of the effect the player selected | | `disableEffects` | false | Disables all particle effects in this mod | *Note: To disable one specific effect, select the "None" effect and enforce it.* Fight Cooldown Accessed using `/warputils config fightCooldown `. | Setting | Default | Description | | :--- | :--- | :--- | | `cooldown` | 60 | The duration during which you cannot teleport after being attacked | | `onlyPvP` | false | Whether only players can trigger this cooldown | *Note: To disable this feature set the cooldown to 0.*

Note:

Feel free to share any ideas regarding additions or changes on my github issues page.

Also minecraft version 26.1 and higher will no longer support forge.

📥 下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Simple Fullbright

价格:0 墨喵币
下载量:0

查看详情
Traveler's Compass

价格:0 墨喵币
下载量:0

查看详情
Lumberaxe

价格:0 墨喵币
下载量:0

查看详情
Immersive Reality

价格:0 墨喵币
下载量:0

查看详情