VexoRTP 图标

VexoRTP

作者:rebot | 分类:模组

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

Minecraft 版本: 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6

平台: bukkit folia paper purpur spigot

标签: management technology utility

资源介绍

VexoRTP

The most powerful and configurable Random Teleport plugin for your Minecraft server.

Features

  • Safe Location Finder: Configurable max attempts, chunk preloading, and support for both Normal and Nether-type worlds.
  • Per-World & Permission-Group Settings: Set different min/max radiuses, center points, and world border rules for specific worlds or player ranks.
  • Granular Configurations: Fine-tune radiuses, cooldowns, delays, prices, and default centers independently.
  • Biome Targeting: Allow players to RTP directly into specific biomes.
  • Interactive RTP Zones: Create physical zones that automatically RTP players when they walk in. Includes a WorldEdit-style wand for effortless setup.
  • Advanced Cooldowns & Delays: Fully configurable with optional "lock-after-X-uses" and bypass permissions.
  • Economy & Hunger Costs: Charge money (via Vault) or hunger points per RTP, with custom pricing per world or group.
  • Remote Player RTP: Admin command to force-RTP another player into any world or biome.
  • RTP Signs: Create clickable signs that instantly trigger an RTP.
  • In-Game Settings GUI: Edit core plugin settings effortlessly through an interactive inventory menu.
  • Multi-Language Support: Ships with various pre-translated language files.
  • Custom Locations List: Define specific named locations that players can RTP to directly.
  • Folia & Multiverse Support: Fully compatible with Folia, Multiverse-Core, and Essentials (/back support after RTP).

?️ Extensive Protection Support

VexoRTP respects claimed land and will actively avoid teleporting players into protected areas. Supported hooks include: WorldGuard, GriefPrevention, GriefDefender, Towny, RedProtect, Factions (SaberFactions & FactionsUUID), FactionsBridge, Lands, Residence, KingdomsX, hClaims, UltimateClaims, Pueblos, MinePlots, HuskClaims, HuskTowns, and CrashClaim.


?️ Commands

Base Commands

Aliases: /vrtp, /randomtp, /wild, /wildtp, /brtp

  • /rtp — Randomly teleports you.
  • /rtp biome <biome1, biome2...> — Teleport to specific biomes.
  • /rtp world <world> [biome1, biome2...] — Teleport to another world.
  • /rtp location <location_name> — RTP using a pre-defined named location.
  • /rtp player <player> [world] [biomes...] — Force RTP another player.
  • /rtp settings — Open the in-game settings GUI.
  • /rtp test — Test particles/sounds/potion effects without moving.
  • /rtp info [world/particles/shapes/potion_effects] — View active plugin parameters.
  • /rtp version — View the currently running version.
  • /rtp reload — Reload the configuration.
  • /rtp help — Shows the help menu.

RTP Zones Commands

Aliases: /vrtpzone, /vexortpzone, /rz, /vrz, /vrtpz

  • /rtpzone create <name> — Create a new RTP Zone.
  • /rtpzone delete <name> — Delete an existing RTP Zone.
  • /rtpzone wand — Get the zone selection wand.
  • /rtpzone list — List all active RTP Zones.
  • /rtpzone tp <name> — Teleport to a specific zone.
  • /rtpzone status <name> — View a zone's live status.
  • /rtpzone force <name> — Force-trigger a zone's teleportation.
  • /rtpzone reload — Reload zone data.

?️ Admin Edit Commands

  • /rtp edit default <max/min/useworldborder/center> <value>
  • /rtp edit customworld <world> <max/min/useworldborder/center> <value>
  • /rtp edit permission_group <group> <max/min/useworldborder/center> <value>
  • /rtp edit location <location_name> <max/min/useworldborder/center> <value>
  • /rtp edit world_type <world> <NETHER/NORMAL>
  • /rtp edit override <world_from> <world_to>
  • /rtp edit blacklistedblocks <add/remove> <block_id>

? Permissions

  • vexortp.* — Grants all plugin permissions (Default: OP)
  • vexortp.use — Use the base /rtp command (Default: True)
  • vexortp.world — Use the world sub-command
  • vexortp.world.* — RTP in all enabled worlds
  • vexortp.player — RTP another player
  • vexortp.biome — RTP to specific biomes
  • vexortp.location — RTP using a specific named location
  • vexortp.group.* — Use a specific permission group for RTP limits
  • vexortp.sign — Create RTP command signs
  • vexortp.bypass.* — Bypass all restrictions (cooldown, delay, economy)
  • vexortp.bypass.cooldown — Bypass RTP cooldowns
  • vexortp.bypass.delay — Bypass teleportation delays
  • vexortp.bypass.economy — Bypass money costs
  • vexortp.bypass.hunger — Bypass hunger costs
  • vexortp.reload — Reload the config
  • vexortp.info — View RTP world info
  • vexortp.test — Test plugin effects
  • vexortp.edit — Edit world settings via command
  • vexortp.updater — Get notified of new updates
  • vexortp.zone.* — Full access to all RTP Zone commands
  • vexortp.zone.admin — Create, delete, and manage RTP Zones
  • vexortp.zone.use — Enter RTP Zones and be teleported (Default: True)

? PlaceholderAPI Support

Requires PlaceholderAPI. All placeholders use the %vexortp_...% identifier.

General Data:

  • %vexortp_count% — Total times the player has RTP'd.
  • %vexortp_price% — RTP price in the current world.
  • %vexortp_price_<world>% — RTP price in a specific world.

Cooldowns:

  • %vexortp_cooldown% — Time left on cooldown (current world).
  • %vexortp_cooldown_<world>% — Time left on cooldown for a specific world.
  • %vexortp_cooldowntime% — Full cooldown duration for the current world.
  • %vexortp_cooldowntime_<world>% — Full cooldown duration for a specific world.

Requirement Checks (Returns True/False):

  • %vexortp_canrtp% — Checks if the player can RTP (checks perms, cooldown, balance, hunger).
  • %vexortp_canrtp_<world>% — Same check, but for a specific world.
  • %vexortp_canrtpcooldown% / %vexortp_canrtpcooldown_<world>% — Checks if the player is off cooldown.
  • %vexortp_canrtpprice% / %vexortp_canrtpprice_<world>% — Checks if the player can afford the RTP cost.
  • %vexortp_canrtphunger% / %vexortp_canrtphunger_<world>% — Checks if the player meets the hunger requirement.

RTP Zones:

  • %vexortp_zonetimer% — Seconds left in the player's current RTP Zone *
  • *.
  • %vexortp_zonetimer_<zonename>% — Seconds left in a specific named zone .
  • %vexortp_zoneplayers_<zonename>% — Number of players currently inside a specific zone.

? Support

Need help setting things up, found a bug, or want to suggest a new feature?
Join the Discord community: https://discord.gg/b8nDCQcw4x

下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
BetterHP

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

查看详情
Isolated Creative

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

查看详情
Centred Doors

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

查看详情
Void Rot

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

查看详情