Trains of Ruun

Trains of Ruun requires Immersive Railroading to properly operate

TRAINS OF RUUN

This is a pack for Immersive Railroading. It’s set in a fictional setting named Ruun (pronounced rune) roughly equating to 1920s Western USA. The rolling stock contained in this pack is designed to be proportional to the player and scaled roughly according to real world equivalents found on the Durango & Silverton, Cumbres & Toltec, and other 3 ft gauge North American heritage lines.

CONTENTS

Locomotives
– 0-4-0 “Steph”, a small yard switcher
– 2-6-0 “Ingot”, a medium sized tank locomotive
– 2-4-2 “Nattie”, a medium sized tank locomotive
– 2-8-0 “Adaylia”, based on various north american 2-8-0s

Passenger Cars
– An overton coach based on car plans for various C&S and D&RGW narrow gauge coaches
– Overton baggage car
– Overton combine car
– Overton private car

Freight Cars
– A 30ft boxcar for freight operations, based largely on C&S narrow gauge boxcars
– A 30ft boxcar with some vagrants taking a ride
– A 30ft reefer for food
– A 30ft stock car
– A 30ft flat car with many loads and customization
– A 30ft tank car

Cabooses
– A caboose based on C&S bobber cabooses built from DSP&P waycars
– A waycar based on DSP&P waycars

Misc
– A rotary snowplow inspired by D&RGW OY and similar ALCo rotaries

NOTES

This pack is done as a hobby and will be updated inconsistently and as I see fit.

Usage and redistribution in any form is allowed, just please credit me and link back here in some form =)

Curseforge
Discord
Patreon

Iron Horse Dev Group

TrainCarts

〚 ⤓ Modrinth / ⤓ Spigot / ⤓ Jenkins Dev Builds / Source on GitHub / Javadocs / Discord 〛

## About TrainCarts
Trains in Minecraft! Automated metro networks, rollercoasters, gondolas, ski-lifts or amusement park rides. TrainCarts does it all with support for custom models, animations, automation with signs and a large API that supports add-ons that can do even more!

### **This plugin requires BKCommonLib**

#### **Join our discord server for help: https://discord.gg/wvU2rFgSnw**

##### Please do not use very old versions with older versions of Minecraft. The latest release of TrainCarts and BKCommonLib are **backwards-compatible** with older Minecraft versions.

## WIKI
Discover how to use this plugin over at https://wiki.traincarts.net/p/TrainCarts

## Custom Trains
With the Attachment Editor you can customize the appearance of your trains. Create custom cart models in Blockbench and ride inside them in-game. Large models are possible by adding multiple sections of a model as separate (Armorstand) item models. TrainCarts will do the animating for you and move the parts as a whole.

Recommended reading before going into this: Custom Item Models in 1.9 and Up

#### Ingame Map Editor

#### Animations
For custom ride enthusiasts, trains can be fully animated. This means you can have doors that open and close, carts that spin around, or even create theme park rides like Ferris wheels, spinners and merry-go-rounds!

#### Demo Resource Pack

Download

TrainCarts has a demo resource pack that you can download that includes a couple of train and rollercoaster cart models. You can already play around with these without having to delve into Blockbench yourself

The locomotive and carriages were made by Nullblox. Maxi made the different color rollercoaster carts.

You can download the zip file from here or use the server.properties configuration shown on the webpage: packs.traincarts.net

Usage Instructions

#### Spawn the trains
The new models are bound to durability values of the golden pickaxe. You can spawn these trains using:
* Spawn Sign
* Train Spawn Chest Item: /train chest [name]
* Create it in the attachment editor. You can find the items to use with /train model search

#### The following train names can be spawned
* loco – Spawns locomotive without animations
* carr / carg / carb – Spawns red/green/blue carriages without animations
* loco_anim – Spawns locomotive with animated wheels and pistons
* carr_anim / carg_anim / carb_anim – Spawns red/green/blue carriages with animated wheels
* ferris – Animated Ferris wheel, use animation ‘spin’ to control it (WARNING: VERY LAGGY)
* spinner – Animated spinning ride with 3 controllable animations (‘spin’, ‘turn’ and ‘arm’)
* rolr / rolg / rolb – Rollercoaster carts with 4 seats
***

Saved Train Configurations

#### Extracting

The pack zip file includes saved train configurations at _assets/traincarts/saved_train_properties/tcdemo.yml_.
When the resource pack is configured in _server.properties_ this file is automatically detected by TrainCarts and the trains inside are made available under _/savedtrain list_ and such.

If for some reason this mechanism doesn’t work (because you are merging resource packs or such):
1. Extract this _tcdemo.yml_ yourself and place it at plugins/Train_Carts/savedTrainModules/tcdemo.yml
2. Run /train globalconfig reload --savedtrainproperties

Normally you don’t have to do this.

## Physics
Trains don’t just follow a line or are limited by Minecraft’s own Minecart physics. They are simulated in real-time with gravity physics, rail switching and wheels that track the rails.

#### New Speed Limits
It is possible to make trains move much faster than the usual 0.4 blocks per tick. Zoom! The default (configurable) maximum speed limit is 5 blocks per tick (300kph!).

#### Keep Chunks Loaded
Trains can be set to keep chunks loaded. Then they act as moving chunk loaders, keeping themselves and a small area around them loaded and animated. This way they can run autonomously, no matter if no players are nearby.

#### Waiter
Make trains automatically slow down or stop completely when another train or occupied mutex zone is up ahead. An acceleration and/or deceleration can be set to make trains stop and start realistically to avoid obstacles.
➦Wiki

#### Properties
There are lots of other properties to change the train’s behavior, and more are added all the time.
* Banking, gravity and friction: create realistic rollercoaster rides, or turn it off entirely
* Collision: change whether mobs enter automatically, or what happens when a player collides with a train
* Player enter and exit: Whether players can get in or out of your train
* Change view distance of the occupants (Paper server only)
* Tags: tag a train and route it through the train network, or do special things to it along the way

➦Wiki

## Sign Actions
Signs placed along the rails are used to make the trains do things. Change train properties, launch trains, create stations or automatically switch junctions. With an extendable API anything is possible.
➦Wiki

## Path Finding
Make your train network come alive with trains that automatically travel to destinations all over your Minecraft world.
➦Wiki

## Commands
Everything that can be done with sign actions, and more, can also be done using commands.
➦Wiki

#### Selector Support
Use the **@ptrain** selector to use the player passengers of a train as an argument in other (non-TrainCarts) commands. Or use **@train** to perform actions on multiple trains at once. Trains can be selected by cuboid, distance, set properties and many more.
➦Wiki

#### Featured

This plugin uses the Cloud Command Framework for handling commands

If you’re impressed by the quality of TrainCarts’ command auto-completions, suggestions and help menu and want this in your plugin, check out Cloud by Incendo!

## Addons
TrainCarts exposes an API that allows third parties to extend the plugin. Primarily it adds support for new rail types, new attachment types and custom action signs.
* **TC-Hangrail**: Trains floating below iron fences and also below/above other kinds of blocks _(by TeamBergerhealer)_
* **TC-Coasters**: Rails in the air without requiring actual rails blocks _(by TeamBergerhealer)_
* **SmoothCoasters**: Minecraft Client Fabric mod that, if installed, smoothens armor stand animations and improves the first-person camera view
* **TCTicketShop**: Use sign interaction to buy train tickets _(by DefinitlyEvil)_
* **LightAPI**: Powers the built-in Light attachment. (Use this fork for MC 1.17.1 and below)
* **TCJukebox**: Plays music for players inside the train using MCJukebox _(by melerpe)_
* **TC-Portals**: Teleport trains between servers in a realistic way _(by J0schlZ)_
* **TC-Destinations**: Cross-server train destination pagination and helpful clickable commands _(by J0schlZ)_
* **TrainCartsDestinationSelector**: Adds clickable signs so players can select train destinations
* **Traincarts AdvancedSigns**: Adds additional sign types, particularly useful for rollercoaster rides
* **TCAnimatronics**: Play Animatronics animations with a TrainCarts sign

## FAQ

When some players ride a train, the train glitches out and the player’s cart gets stuck in position

**NoCheatPlus** thinks the player is cheating, because the cart is moving in unintended ways. The cart is teleported back to a valid state causing these strange glitches. To fix this, set the following to false in the NoCheatPlus configuration:
“`yaml
checks:
moving:
vehicle:
enforcelocation: false
“`

I’m on Minecraft 1.16 and players can get out of my playerexit=false train by pressing shift

Sadly, the Minecraft client had a bug in it where the server could not cancel players exiting from vehicles. Updating to Minecraft 1.17+ will fix this again. See also: SPIGOT-5891

When players are near, trains reach their destinations. With no one near, they don’t.

Enable the **keep chunks loaded** property of the train.

I created an auto-spawner but trains are piling up somewhere closeby

Enable the **keep chunks loaded** property of the train. Trains will otherwise unload in the same spot when no player is near.

When I exit a train, the train disappears

If you have CraftBook installed on the server, this plugin can actually do exactly that. Turn it off in the CraftBook Configuration.

## Donate
If you really like my work and want to give something in return, feel free to donate something small to me over PayPal using the button down below. Thank you! 🙂

1.20 Panorama with Shaders

# 1.20 Panorama with Shaders

Modrinth Page

CurseForge Java Page

CurseForge Bedrock Page

MCPEDL Page

Join my Discord!

Buy me a Ko-Fi

This is a really simple Resource Pack that adds shaders to the original panorama.

The seed was discovered by the Minecraft@Home team.

➼ Seed: 8554477380691140270

➼ Coordinates: X=1839.272 Y=128 Z=6312.295

➼ Version: Minecraft Java Snapshot 23w14a

The shaders used are the Complementary Reimagined Shaders.

Show other Panoramas with Shaders

![PWS Collection](https://modrinth.com/collection/CJAr4HQN)
Click the image^

___
![](https://cdn.modrinth.com/data/OseMNOqt/images/3d6e9768527e6c65117c932ae892ee88479a9ad2.png)

**Note: GUI not included.**
___
Follow my socials!
➽Twitch ➽Instagram ➽Twitter ➽YouTube

___
![](https://creativecommons.org/licenses/by-nc-sa/4.0/)
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

– Feel free to include this resource pack in your mod pack or server.
– If you wish to use this pack in any form of content, please credit with a link to the original PlanetMinecraft/Modrinth/CurseForge page where you can.

TrailPaths

# TrailPaths
This plugin is very simple and lightweight. It allows players to create a “path” behind them while walking. This can be configured to be any block and change any type. You can also reset this path after x amount of time to return back to the original state. This is a unique addon for many servers.

Commands:

– /trails help – View the plugin commands.
– /trails reload – Reload the configuration files.
– /trails – Toggle your trail path on and off.
– /trails on – Toggle your trail path on.
– /trails off – Toggle your trail path off.

Permissions:

– TRAILS.* – Access to all commands.
– TRAILS.HELP – Use the /trails help command.
– TRAILS.RELOAD – Use the /trails reload command.
– TRAILS.TOGGLE – Use the /trails, /trails on, /trails off commands.

Images

![Path Showcase](https://i.gyazo.com/e8abd82b7c6d504e710f05198102d139.gif)

TradePro

## **TradePro – The Ultimate Trading Plugin for Your Server!**
TradePro is a very customizable trading plugin, designed to give your players a seamless and secure way to exchange items, XP, and more! Whether you’re managing an economy-driven server or an RPG adventure world, TradePro ensures fair and balanced trades with extensive configuration options.

### **Features:**

✅ Fully Customizable – Modify every menu item, message, and setting to fit your server’s needs.

✅ Trade Logging – All trades between players can be logged & saved into a logs folder.

✅ MySQL Support.

✅ Simple Web interface – You can view & search the logs of specific players on the web panel. (Disabled by default)

✅ Cross-World Trading – Enable or restrict trading between worlds and block specific ones.

✅ WorldGuard Support – Block trades in designated WorldGuard regions.

✅ Flexible Trade Distance – Set a maximum trade range to control player trading interactions.

✅ Trade Spectating – Admins can observe ongoing trades to prevent scams and disputes.

✅ Smooth & Simple Commands – Intuitive commands for both players and administrators.

✅ Trade Anything – Players can exchange:

– Items & XP
– PlayerPoints
– GriefPrevention blocks
– TokenManager tokens

✅ Item Blacklisting – Prevent certain items from being traded, including:

– Specific materials
– Items with particular lore text
– Regex-based item restrictions

![Trade GUI](https://i.imgur.com/yjtoMjc.png)

![Logs Web Interface](https://i.imgur.com/0KyX2GJ.png)

## **Commands:**

**/trade ** – Send a trade request.

**/tradepro reload** – Reload configuration files.

**/tradepro force ** – Force two players into a trade.

**/tradepro spectate ** – Spectate an active trade.

## **Permissions:**

**️ tradepro.admin** – Grants access to admin commands and trade notifications.

**tradepro.trade** – Allows players to send trade requests (enabled by default).

A huge thank you to Trophonix for open-sourcing the original project, making this newer version possible!

https://buymeacoffee.com/jaketheman

TPA


# TPA
English

一个支持 **Folia** 的简易传送插件,支持 **Bukkit/Spigot/Paper/Folia**。

## 特点

– **简单**:易于使用和配置。
– **可配置**:支持自定义配置文件。
– **多语言支持**:内置多种语言文件。
– **可自定义语言文件**:支持用户自定义语言文件。

## 命令

### 传送
– **/tpa <玩家名称>**
向玩家发送传送请求。
– **/tphere <玩家名称>**
请求玩家传送到你身边。
– **/tpall [player/warp/spawn] [玩家名称/传送点名称]**
强制将所有在线玩家传送到目标位置(如果不加参数,默认传送到使用者身边)。
– **/tplogout <玩家名称>**
传送到该玩家最后一次下线的位置。
– **/tpaccept**
接受传送请求(你可以点击聊天框里的 **[接受]** 来直接接受)。
– **/tpdeny**
拒绝传送请求(你可以点击聊天框里的 **[拒绝]** 来直接拒绝,点击聊天框中的 **[拒绝并拉黑]** 将拒绝请求并且拉黑该玩家)。
– **/denys [add/remove] [玩家名称]**
列出玩家的黑名单列表。

### 传送点
– **/warp <传送点>**
传送到传送点。
– **/setwarp <传送点>**
设置传送点。
– **/delwarp <传送点>**
删除传送点。

### 家
– **/home <家>**
传送到家。
– **/homes**
列出你设置的家。
– **/sethome <家>**
设置家。
– **/setdefaulthome <家>**
设置默认的家。
– **/delhome <家>**
删除家。

### 主城
– **/spawn**
传送到主城。
– **/setspawn**
设置主城。
– **/delspawn**
删除主城。

### 其他
– **/back**
传送到上一次的位置。
– **/rtp**
随机传送。
– **/tpa version**
检查插件更新。
– **/tpa setlang **
设置客户端显示语言。
– **/tpa reload**
重新加载配置文件。

## 权限

### 管理员
– **tpa.admin**
最高权限,可执行所有操作。
– **tpa.tpall**
可使用 `/tpall` 命令强行将所有在线玩家传送到你的位置。
– **tpa.tplogout**
可使用 `/tplogout` 传送到玩家最后的下线位置。
– **tpa.reload**
可使用 `/reload` 命令重新加载配置文件。
– **tpa.version**
拥有这个权限的玩家会收到插件更新通知,可使用 `/tpa version` 来检查插件更新。
– **tpa.nodelay**
拥有这个权限的玩家不会受到命令等待时间的限制。

### 传送
– **tpa.tpa**
可使用 `/tpa` 命令请求传送到指定玩家的位置(默认关闭权限检查)。
– **tpa.tphere**
可使用 `/tphere` 命令请求指定玩家传送到你的位置(默认关闭权限检查)。
– **tpa.rtp**
可使用 `/rtp` 命令随机传送(默认关闭权限检查)。

### 黑名单
– **tpa.denys**
可使用 `/denys` 管理黑名单。

### 主城
– **tpa.spawn**
可使用 `/spawn` 命令传送到主城(默认关闭权限检查)。
– **tpa.setspawn**
可使用 `/setspawn` 命令设置主城。
– **tpa.delspawn**
可使用 `/delspawn` 命令删除主城。

### 传送点
– **tpa.spawn**
可使用 `/warp` 命令传送到传送点(默认关闭权限检查)。
– **tpa.setwarp**
可使用 `/setwarp` 命令设置传送点。
– **tpa.delwarp**
可使用 `/delwarp` 命令删除传送点。

### 家
– **tpa.home**
可使用 `/home`、`/homes`、`/sethome`、`/setdefaulthome`、`/delhome`(默认关闭权限检查)。

### VIP
– **tpa.vip**
– **tpa.vip+**
– **tpa.mvp**
– **tpa.mvp+**
– **tpa.mvp++**
可在配置文件中设置拥有该权限的玩家最多可以设置多少个家(-1 为不限制)以及命令间隔时间等。

### 其他
– **tpa.back**
可使用 `/back` 命令传送到上一次的位置(默认关闭权限检查)。

## 关于配置迁移问题

3.2.0 版本添加了老版本配置文件自动迁移的功能,无需过多担心。
但出于安全考虑,迁移后会自动备份旧版本配置文件到 `plugins/TPA/backup/旧版本号` 目录下。如果迁移失败,请手动尝试迁移配置文件。

## 感谢

本插件使用了 FoliaLib 来做 **Folia** 兼容。

### 代码贡献者
– fanlepian1
– Apleax
– LFWQSP2641
– sky-3311
– Ukiyograin

### Bug 报告者
– fanlepian1
– Apleax
– luckeist
– DuckCattyCotton
– Ry4nnnnn
– sky-3311
– zhgiuu45
– notwhitebear
– Amin2478
– TritiumBro
– XiaoST-one
– Cc-Cece
– Ukiyograin
– xszx-tbh
– Carrot520

### 功能建议者
– Apleax
– xiaoleaw
– Onako2

### AI 大模型
– DeepSeek

# TPA
[简体中文](#)
A simple teleportation plugin that supports **Folia**, compatible with **Bukkit/Spigot/Paper/Folia**.

## Features

– **Simple**: Easy to use and configure.
– **Configurable**: Supports custom configuration files.
– **Multilingual Support**: Built-in multiple language files.
– **Customizable Language Files**: Allows users to customize language files.

## Commands

### Teleportation
– **/tpa **
Send a teleportation request to a player.
– **/tphere **
Request a player to teleport to your location.
– **/tpall [player/warp/spawn] [player name/warp name]**
Force all online players to teleport to the target location (if no parameters are provided, defaults to teleporting to the user’s location).
– **/tplogout **
Teleport to the last logout location of the specified player.
– **/tpaccept**
Accept a teleportation request (you can click **[Accept]** in the chat to directly accept).
– **/tpdeny**
Deny a teleportation request (you can click **[Deny]** in the chat to directly deny, or click **[Deny and Block]** to deny the request and block the player).
– **/denys [add/remove] [player name]**
Manage the player’s blacklist.

### Warp
– **/warp **
Teleport to a warp point.
– **/setwarp **
Set a warp point.
– **/delwarp **
Delete a warp point.

### Home
– **/home **
Teleport to a home location.
– **/homes**
List all your home locations.
– **/sethome **
Set a home location.
– **/setdefaulthome **
Set the default home location.
– **/delhome **
Delete a home location.

### Spawn
– **/spawn**
Teleport to the spawn point.
– **/setspawn**
Set the spawn point.
– **/delspawn**
Delete the spawn point.

### Others
– **/back**
Teleport to the previous location.
– **/rtp**
Random teleportation.
– **/tpa version**
Check for plugin updates.
– **/tpa setlang **
Set the client display language.
– **/tpa reload**
Reload the configuration file.

## Permissions

### Admin
– **tpa.admin**
Highest permission, allows execution of all commands.
– **tpa.tpall**
Allows using the `/tpall` command to force all online players to teleport to your location.
– **tpa.tplogout**
Allows using the `/tplogout` command to teleport to a player’s last logout location.
– **tpa.reload**
Allows using the `/reload` command to reload the configuration file.
– **tpa.version**
Players with this permission will receive plugin update notifications and can use `/tpa version` to check for updates.
– **tpa.nodelay**
Players with this permission are not restricted by command cooldowns.

### Teleportation
– **tpa.tpa**
Allows using the `/tpa` command to request teleportation to a specified player (permission check is disabled by default).
– **tpa.tphere**
Allows using the `/tphere` command to request a specified player to teleport to your location (permission check is disabled by default).
– **tpa.rtp**
Allows using the `/rtp` command for random teleportation (permission check is disabled by default).

### Blacklist
– **tpa.denys**
Allows using the `/denys` command to manage the blacklist.

### Spawn
– **tpa.spawn**
Allows using the `/spawn` command to teleport to the spawn point (permission check is disabled by default).
– **tpa.setspawn**
Allows using the `/setspawn` command to set the spawn point.
– **tpa.delspawn**
Allows using the `/delspawn` command to delete the spawn point.

### Warp
– **tpa.warp**
Allows using the `/warp` command to teleport to a warp point (permission check is disabled by default).
– **tpa.setwarp**
Allows using the `/setwarp` command to set a warp point.
– **tpa.delwarp**
Allows using the `/delwarp` command to delete a warp point.

### Home
– **tpa.home**
Allows using the `/home`, `/homes`, `/sethome`, `/setdefaulthome`, and `/delhome` commands (permission check is disabled by default).

### VIP
– **tpa.vip**
– **tpa.vip+**
– **tpa.mvp**
– **tpa.mvp+**
– **tpa.mvp++**
Allows configuring the maximum number of homes a player with this permission can set (-1 for unlimited) and command cooldowns in the configuration file.

### Others
– **tpa.back**
Allows using the `/back` command to teleport to the previous location (permission check is disabled by default).

## About Configuration Migration

Version 3.2.0 added automatic migration for old configuration files, so there is no need to worry.
However, for safety reasons, the old configuration files will be automatically backed up to the `plugins/TPA/backup/old version number` directory. If the migration fails, please manually attempt to migrate the configuration files.

## Acknowledgments

This plugin uses FoliaLib for **Folia** compatibility.

### Code Contributors
– fanlepian1
– Apleax
– LFWQSP2641
– sky-3311
– Ukiyograin

### Bug Reporters
– fanlepian1
– Apleax
– luckeist
– DuckCattyCotton
– Ry4nnnnn
– sky-3311
– zhgiuu45
– notwhitebear
– Amin2478
– TritiumBro
– XiaoST-one
– Cc-Cece
– Ukiyograin
– xszx-tbh
– Carrot520

### Feature Suggesters
– Apleax
– xiaoleaw
– Onako2

### AI Models
– DeepSeek

TPA FisFis

## ✨ TPAFisFis – The Ultimate Teleportation Suite ✨
Tired of clunky, outdated teleportation commands? 🚀 **TPAFisFis** revolutionizes how players interact on your server by providing a sleek, modern, and highly intuitive teleportation management system. Designed for performance and broad compatibility, this plugin supports Minecraft versions from 1.8 all the way to 1.21+, making it the perfect fit for any server!

🖥️ **The All-in-One GUI Menu!**
Why memorize a dozen commands when you can do it all from one place? Simply type /tpa to open a beautifully designed graphical user interface (GUI) that puts all the power at your players’ fingertips!

➡️ **Send TPA & TPAHere Requests:** Click an icon, and the command is suggested in the chat, waiting for a player’s name. No more typos!

📬 **View Incoming Requests:** A dedicated icon opens a second menu displaying all pending requests as player heads. Simply click a player’s head to accept their request instantly!

**Toggle TPA Status:** Players can easily enable or disable receiving TPA requests with a single click, giving them full control over their gameplay experience.

This GUI-driven approach minimizes chat spam and makes teleportation accessible and easy for everyone, from new players to server veterans.

### ⌨️ Commands

– **/tpa ** Sends a teleport request to a player.

– **/tpa** Opens the main TPA GUI menu.

– **/tpahere ** Sends a request for a player to teleport to you.

– **/tpaccept [player]** Accepts an incoming teleport request.

– **/tpdeny [player]** Denies an incoming teleport request.

– **/tpcancel** Cancels the teleport request you have sent.

– **/tpatoggle** Toggles your ability to receive TPA requests.

### 🛡️ Permissions

– **tpafisfis.use** Grants access to all basic TPA commands. default: true

– **tpafisfis.nocooldown** Bypasses the command cooldown timer. default: op

– **tpafisfis.nowarmup** Bypasses the teleport warm-up timer. default: op

– **tpafisfis.admin** (Future Use) For admin commands like reloading. default : op

Note: You can use a permissions plugin like LuckPerms to manage these permissions.

🚀 **More Amazing Features**
⚙️ **Fully Configurable:** Almost everything is customizable via config.yml! Change all messages, GUI titles, icon materials, names, lores, and slots to perfectly match your server’s theme.

⏳ **Teleport Safety Warm-up:** Prevent combat logging with a configurable warm-up timer. Teleportation is automatically cancelled if the player moves or takes damage.

⚡ **Performance Focused:** Built to be lightweight and efficient, ensuring no impact on your server’s performance.

🌍 **World Control:** Set command cooldowns and disable the plugin in specific worlds (like PvP arenas or event worlds).

Upgrade your server’s teleportation system today with **TPAFisFis** and give your players the seamless experience they deserve! ❤️

✨ **Check Out Our Other Plugins!** ✨ If you enjoy the **TPAFisFis** plugin, don’t forget to check out our other high-quality plugins for your server!

– **BuildByBit:** https://builtbybit.com/creators/fisfiskoray.600970
– **PolyMart:** https://polymart.org/user/57522/fisfiskoray
– **Modrinth:** https://modrinth.com/user/FisFisKoray

Tower Crane Totem of Undying

– ENG: **Tower Crane** is a famous meme in Reddit and type of crane with a vertical mast and a horizontal boom, designed to lift and move loads to great heights and distances. Resource pack replaces the Totem of Immortality with this Building item

– RU: **Башенный кран** это популярный мем из реддита тип подъёмного крана с вертикальной мачтой и горизонтальной стрелой, предназначенный для подъёма и перемещения грузов на большую высоту и расстояние. Ресурспак заменяет тотем бессмертия на этот предмет

ALL RESOURCEPACKS COLLECTION: MEMES + STREAMERS

TouHouMusic

If you’re an Oriental Project fan then you’ll love this pack, it replaces the music with the soundtrack!

Theoretically support 1.7~1.19.x official version

Change in-game discography and BGM

You can choose to change only the discography/bgm/bgm.

or all 🙂

Totem Pickle Rick

# **TOTEM PICKLE RICK**
## **ENGLISH**

This texture pack replaces Pickle Rick’s Totem of Immortality from the series Rick and Morty.
It’s a reference to a very popular episode of that series, in which Rick turns into a pickle.

**By @d_de_diego_d**

## **ESPAÑOL**

Este paquete de texturas reemplaza el Tótem de la Inmortalidad de Pickle Rick de la serie Rick y Morty.
Es una referencia a un capitulo muy popular de esa serie, en la que rick, se convierte en pepinillo.

**By @d_de_diego_d**

© TRIDEX 2025 – All Rights Reserved