This is a plugin especially made for faction servers, it basically randomly tp's them for in game $$$ there are 3 distances: Small, Medium, Large.
This plugin is basically a replica of PvPingMC (play.pvpingmc.org)'s plugin!
TO CONFIG THE PLUGIN YOU HAVE TO STOP THE SERVER THEN CONFIG THE PLUGIN THEN START THE SERVER BACK UP.
- /RTP (Aliases: /RandomTP, /wild, /wilderess) - Opens the main gui where players can choose their distances
- /rtp reload (Aliases: /RandomTP reload, /wild reload, wilderness reload) - Reloads the config file.
- /rtp clear - Clears your delay if your using the delay/cooldown option.
- randomtp.use - Allows players to open up the GUI
- randomtp.admin - Allows players to relaod the config, and /rtp clear!
![[IMG]](http://proxy.spigotmc.org/36a3adb45993faf94976800f6aed4232f7cfc1a3?url=https%3A%2F%2Fi.gyazo.com%2Fadf1e3b8219d76c7bcc8559e5ee9b1bb.gif)
https://gyazo.com/351e2130c41a5787a3ee09c437107b0f (There is no more resistance, as it has been replaced by 15 seconds of jellylegs/anti-fall)
https://gyazo.com/f7a91103aea24aa4cee4c5d456c76de1
Spoiler: Config File
#RandomTP
#V1.0
#Made by Fazal
#I got inspired to make this plugin by PvPingMC
#IP = play.pvpingmc.org
#Thanks for downloading this plugin!
#I tried to make the config file the most configurable i can!
#Config File:
messages:
#THESE MESSAGES WOULD INCLUDE THE PREFIX IN THE FRONT OF THE MESSAGE!
prefix: '&c&lRandomTP &8➜ &c'
no-console: 'Only players can execute this command!'
no-permission: 'You do not have access to this &ncommand&c!'
reload: 'Config successfully reloaded!'
not-enough-money: 'You don''t have enough money to random teleport.'
cancel-teleportation: 'You have cancelled the random teleport.'
randomtp: 'You have been &6&nsuccessfully&c been randomly teleported.'
open-gui: 'Opening gui! Now, choose a distance!'
cooldown: 'Please wait %cooldown% to use &c&n/rtp&c again!'
delayclear: 'Cooldown cleared!'
gui:
animation: true
title: '&c&lChoose A Distance'
distances:
small:
radius: 2500
cost: 3500
medium:
radius: 5000
cost: 6500
large:
radius: 10000
cost: 11500
items:
border:
material: STAINED_GLASS_PANE
#THIS OPTION ONLY WORKS IF YOUR ANIMATION IS SET TO 'FALSE'
durability: 7
display-name: '&7'
lore:
- '&7'
small:
material: STAINED_GLASS_PANE
durability: 4
display-name: '&f&l** &e&l&nSmall Random Teleport&f&l **'
lore:
- '&7'
- '&e&lTeleport Options'
- ''
- '&6* &e&lRadius &72,500 &ex &72,500'
- ''
- '&6* &e&lCost &7$3,500'
medium:
material: STAINED_GLASS_PANE
durability: 1
display-name: '&f&l** &6&l&nMedium Random Teleport&f&l **'
lore:
- '&7'
- '&e&lTeleport Options'
- ''
- '&6* &e&lRadius &75,000 &ex &75,000'
- ''
- '&6* &e&lCost &7$6,500'
large:
material: STAINED_GLASS_PANE
durability: 14
display-name: '&f&l** &c&l&nLarge Random Teleport&f&l **'
lore:
- '&7'
- '&e&lTeleport Options'
- ''
- '&6* &e&lRadius &710,000 &ex &710,000'
- ''
- '&6* &e&lCost &7$11,500'
teleportation:
world: world
#THESE MESSAGES WOULD NOT INCLUDE THE PREFIX!
messages:
small: '&c&l- $3,500'
medium: '&c&l- $6,500'
large: '&c&l- $11,500'
#Enable/Disable jellylegs/anti-fall on teleport
fall-teleport: true
#Configure the cooldown
cooldown:
#The delay will only work if its set to true.
enabled: false
#Amount of cooldown/delay in seconds
time: 43200
#DO NOT TOUCH THIS
Delay:
Code (Text):
#RandomTP
#V1.0
#Made by Fazal
#I got inspired to make this plugin by PvPingMC
#IP = play.pvpingmc.org
#Thanks for downloading this plugin!
#I tried to make the config file the most configurable i can!
#Config File:
messages:
#THESE MESSAGES WOULD INCLUDE THE PREFIX IN THE FRONT OF THE MESSAGE!
prefix: '&c&lRandomTP &8➜ &c'
no-console: 'Only players can execute this command!'
no-permission: 'You do not have access to this &ncommand&c!'
reload: 'Config successfully reloaded!'
not-enough-money: 'You don''t have enough money to random teleport.'
cancel-teleportation: 'You have cancelled the random teleport.'
randomtp: 'You have been &6&nsuccessfully&c been randomly teleported.'
open-gui: 'Opening gui! Now, choose a distance!'
cooldown: 'Please wait %cooldown% to use &c&n/rtp&c again!'
delayclear: 'Cooldown cleared!'
gui:
animation: true
title: '&c&lChoose A Distance'
distances:
small:
radius: 2500
cost: 3500
medium:
radius: 5000
cost: 6500
large:
radius: 10000
cost: 11500
items:
border:
material: STAINED_GLASS_PANE
#THIS OPTION ONLY WORKS IF YOUR ANIMATION IS SET TO 'FALSE'
durability: 7
display-name: '&7'
lore:
- '&7'
small:
material: STAINED_GLASS_PANE
durability: 4
display-name: '&f&l** &e&l&nSmall Random Teleport&f&l **'
lore:
- '&7'
- '&e&lTeleport Options'
- ''
- '&6* &e&lRadius &72,500 &ex &72,500'
- ''
- '&6* &e&lCost &7$3,500'
medium:
material: STAINED_GLASS_PANE
durability: 1
display-name: '&f&l** &6&l&nMedium Random Teleport&f&l **'
lore:
- '&7'
- '&e&lTeleport Options'
- ''
- '&6* &e&lRadius &75,000 &ex &75,000'
- ''
- '&6* &e&lCost &7$6,500'
large:
material: STAINED_GLASS_PANE
durability: 14
display-name: '&f&l** &c&l&nLarge Random Teleport&f&l **'
lore:
- '&7'
- '&e&lTeleport Options'
- ''
- '&6* &e&lRadius &710,000 &ex &710,000'
- ''
- '&6* &e&lCost &7$11,500'
teleportation:
world: world
#THESE MESSAGES WOULD NOT INCLUDE THE PREFIX!
messages:
small: '&c&l- $3,500'
medium: '&c&l- $6,500'
large: '&c&l- $11,500'
#Enable/Disable jellylegs/anti-fall on teleport
fall-teleport: true
#Configure the cooldown
cooldown:
#The delay will only work if its set to true.
enabled: false
#Amount of cooldown/delay in seconds
time: 43200
#DO NOT TOUCH THIS
Delay:
Vault - Obviously for the money!
![[IMG]](http://proxy.spigotmc.org/b7c2fcf2d92e83840cefd68d25baa164db8cd338?url=https%3A%2F%2Fi.gyazo.com%2Ff8ce57ba952697909bc7c6955168efb3.png)
play.coalitionfactions.com (Factions)
minetrex.co
play.stridefactions.net
MythosMC.org
PM me or rate this resource with the ip to add your server here

![[IMG]](http://proxy.spigotmc.org/a0ac9139a069e97b60117714e383d975c4b70dd8?url=https%3A%2F%2Fi.gyazo.com%2F91e6bf693fd05067fb0cace342e084e2.png)
Each and every download really inspires me to make the plugin better and make big and cool updates
1 Download ✔
5 Downloads ✔
10 Downloads ✔
25 Downloads ✔
50 Downloads ✔
100 Downloads ✔
250 Downloads ✘
500 Downloads ✘
1000 Downloads ✘
2500 Downloads ✘
5000 Downloads ✘
10000 Downloads ✘
Thank you CoolText for supplying these cool graphical images!
www.cooltext.com
(GIF's provided my Fazal aka me)
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
RandomTP (Money & Gui Based) is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8. Downloaded 1,897 times (via Spigot). Download it and open it directly in the game.