Earlier Versions
| Name | Size | Uploaded | Game Version | Downloads | |
| The Warp Mod - 1.12.2 - 1.0.1 release | 404.17 KB | May 2, 2021 | 1.12.2 | 701 | Download |
| The Warp Mod - 1.16.5 - 0.0.2 release | 1.34 MB | Mar 18, 2021 | 1.16.5 | 1,522 | Download |
| The Warp Mod - 1.16.5 - 0.0.1 release | 1.34 MB | Mar 18, 2021 | 1.16.5 | 20 | Download |
| The Warp Mod - 1.16.4 - 0.0.4 release | 1.33 MB | Mar 1, 2021 | 1.16.5 | 450 | Download |
| The Warp Mod - 1.16.4 - 0.0.3 release | 1.33 MB | Feb 19, 2021 | 1.16.4 | 222 | Download |
| The Warp Mod - 1.12.2 - 1.0.0 release | 403.58 KB | Jun 10, 2020 | 1.12.2 | 2,627 | Download |
| The Warp Mod - 1.15.2 - 3.0.1 release | 1.33 MB | Apr 14, 2020 | 1.15.2 | 1,222 | Download |
| The Warp Mod 1.14.4 - 2.3.0 release | 1.33 MB | Apr 14, 2020 | 1.14.4 | 384 | Download |
| The Warp Mod - 1.15.2 - 2.2.0 release | 1.33 MB | Mar 3, 2020 | 1.15.2 | 806 | Download |
| The Warp Mod - 1.14.4 - 2.1.9 release | 1.33 MB | Feb 12, 2020 | 1.14.4 | 404 | Download |
| The Warp Mod - 1.14.4 - 2.1.7 release | 1.33 MB | Oct 9, 2019 | 1.14.4 | 4,732 | Download |
| The Warp Mod - 1.14.4 - 2.1.3 release | 1.32 MB | Sep 27, 2019 | 1.14.4 | 138 | Download |
| The Warp Mod - 1.14.4 - 2.1.1 release | 678.70 KB | Aug 6, 2019 | 1.14.4 | 1,261 | Download |
| The Warp Mod - 1.16.4 - 0.0.2 beta | 1.33 MB | Feb 14, 2021 | 1.16.4 | 162 | Download |
| The Warp Mod - 1.14.4 - 2.1.8 beta | 1.33 MB | Dec 25, 2019 | 1.14.4 | 458 | Download |
| The Warp Mod - 1.14.4 - 2.1.6 beta | 1.33 MB | Oct 3, 2019 | 1.14.4 | 190 | Download |
| The Warp Mod - 1.14.4 - 2.1.2 beta | 1.32 MB | Aug 24, 2019 | 1.14.4 | 3,914 | Download |
| The Warp Mod - 1.14.4 - 2.1.0 beta | 677.51 KB | Aug 2, 2019 | 1.14.4 | 1,399 | Download |
| The Warp Mod - 1.16.4 - 0.0.1 alpha | 1.33 MB | Jan 12, 2021 | 1.16.4 | 639 | Download |
| The Warp Mod - 1.14.4 - 2.1.5 alpha | 1.33 MB | Oct 3, 2019 | 1.14.4 | 72 | Download |
Description
THE WARP MOD – FABRIC: Is now available:
MOD PAGE LINK
It's a port of my Warp Mod for bukkit. It allows teleporting to various warps or other players. The mod does not need to be installed client-side.
–Warning–
Before You'll be able to use the mod you will need to, if in singleplayer, go into config and your name; if in multiplayer use /warp-config command in the servers console.
Commands:
/warp set <name> — sets warp
/warp list – lists all warps created in a simple form (EX: warp 1, warp 2)
/warp map — lists all warps created in a verbose form (EX: warp 1:{ x: 155, y: 70, z: 155, dimension: overworld})
/warp invite <player> <warp name> — invites a player to use your warp
/warp me <player> — teleports you to a player
/warp <player> me — teleports a player to you
/warp back — when you teleport using warp a "warp back" is automatically created.
/warp random <max-distance(optional)> — warps a random distance away, if a max distance is set it wont go beyond that. !!!WARNING – Could kill your server!!
/warp remove <name> — removes <name> warp
Config Commands:
/warp-config add <config-setting> <player> – Adds a Permission to a Player
/warp-config set <config-setting> <true/false> – Sets a boolean (true/false) value.
/warp-config get <config-setting> — Gets the Current Status of the Setting
EX: /warp-config get allowed-players — This will return all players allowed to use warp mod or if no players then "No Players Are Allowed!" will appear.
EX #2: /warp-config set public-allowed true — This will set if public warps are allowed
Frequented Q/A:
Q: Can I use this in a ModPack.
—– A: Yes!
Q: It says I don't have permission to use the mod.
—– A: Before You'll be able to use the mod you will need to, if in singleplayer, go into config and your name; if in multiplayer use /warp-config command in the servers console.
Q: If I have an error where is the best place to vocalize.
—– A: Posting in the Issues section would be the easiest way for me to notice, but I do read and reply to all comments.
Config File
found in the config folder of your server/minecraft folder under Warps
#All Configurations can be controlled with-in the game using the "/warp-config" Command
#You can add your username below under "players allowed to change config:" section or in server console with the "/warp-config add config-editors LittleBilly101"
#Sets if public warps are allowed.
#Public warps are created by the allowed player typing /warp set NAME_OF_WARP -p
public-warps-allowed:false
#Sets players that are allowed to create public warps.
#Ex: (allowed-players-public:["LittleBilly101", "LittleBilly102"])
#You can also use * to signify all players are allowed
#Ex (allowed-players:["*"])
allowed-players-public:[]
#Sets if the Mod verbosly states all of its moves
debug-mode:true
#Are All Players Allowed to use the Mod
#Ex: (allowed-players:["LittleBilly101", "LittleBilly102"]
#You can also use * to signify all players allowed
#Ex (allowed-players:["*"])
allowed-players:["*"]
#Players allowed to change the config within game using /warp-config command
#The * Wildcard can NOT be used in this situation
#Ex (players allowed to change config:["LittleBilly101]"
players allowed to change config:[]
VIDEO:
Get 0.05 TON 💎
Download



Add a comment