
FatPort is a teleportation plugin that lets you set one entry port with random multiple exit points. FatPort now also lets you associate multiple commands with a FatPort that are triggered when a player walks on a block.
This plugin was created in response to this request: Teleport plugin
/addport [name]/linkport [the FatPort name from step 2]/addport [name]/addcmd [the FatPort name from step 2] [number of uses] [cooldown period] [command + arguments] - see Commands below for more details
/addport [name] - adds a FatPort with the specified name/linkport [name] - adds a link to a FatPort with the specified name/listport - lists all FatPorts and links/addcmd [name] [uses] [cooldown] [command] - adds a command to a FatPort with the specified name
[uses] - the number of times the player can use this FatPort to run the command, for unlimited use, set to -1[cooldown] - the number of seconds between uses of the FatPort, for no cool down period set to 0[command] - the command to run when the player steps on the FatPort block. Include any arguments as necessary, but don't put the slash at the beginning. You can also use @p to insert the players name into the command/addcmd examples/addcmd arena -1 10 bn join - sends the player to a Battle Night lobby ready for a PVP match, unlimited use, cool down period of 10 seconds
/addcmd bonus 3 30 give @p dirt 64 - gives the player a stack of 64 dirt, they can do this 3 times with a 30 second cool down period in between.
fatport.add fatport.cmd fatport.link fatport.remove fatport.use fatport.list
All permissions default to OP.
You can change the way the FatPort plugin works by editing config.yml in the plugins/FatPort directory
wand: [material] - set the FatPort wand. Default BONE - Use any valid Bukkit/Spigot MATERIAL - a list can be found here Materialsuse_radius: [true|false] - makes the destination location even more random by choosing a block within a min/max distance from the FatPort Link block. Default falsemin: [distance] - the minimum distance in blocks the use_radius option uses. Default 0max: [distance] - the maximum distance in blocks the use_radius option uses. Default 10
Always the latest file -> FatPort.jar