Mineuniverse
Log in Register
Plugins

fWarps

MySQL warp plugin
by _ForgeUser7457958
Download Claim this project
8,360 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Fun General Teleportation

fWarps

fWarps is a simple, MySQL based warping plugin. fWarps is relatively configurable and let's you configure the permission nodes needed to execute commands, the MySQL login info, and a startup logger. No other plugins are required to use fWarps.

For a list of commands, see here. For a guide on the configuration file, see here.

Setup:

  1. Download the plugin from this page
  2. Start the server once, with the plugin, you will get errors in console
  3. Stop the server
  4. Follow the configuration guide
  5. Run the following query on your MySQL database:
CREATE TABLE IF NOT EXISTS `warps` (
  `warp_id` int(10) NOT NULL AUTO_INCREMENT,
  `warp_name` varchar(60) NOT NULL,
  `warp_author` varchar(20) NOT NULL,
  `world_name` varchar(50) NOT NULL,
  `x` int(255) NOT NULL,
  `y` int(255) NOT NULL,
  `z` int(255) NOT NULL,
  PRIMARY KEY (`warp_id`),
  UNIQUE KEY `warp_name` (`warp_name`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

Developers: The source code of the plugin can be found here

Note: The plugin contains a startup logger which sends the plugin name and version to a webserver. No sensitive data is sent. The logger can be disabled in the configuration file, however i would appreciate if you kept it on, because i get useful, anonymous statistics about the plugin.

1.0
MC CB 1.2.5-R3.0
Release 2012-05-26 Get
1.0.1
MC CB 1.2.5-R3.0
Release 2012-05-26 Get

More from _ForgeUser7457958

PrivateChat
7,550

You Might Also Like

Sortal
Sortal
99,196
LapisPortals
Command-less teleportation plugin
98,608
MassRelay
Adds the mass relays from mass effect to minecraft!
9,751
VitalsTeleport
VitalsTeleport Is the next generation of Tp plugins letting you sethome, setspawn, setwarps and lots more!
9,721
MultiSpawn
Spawn at different locations based on permissions!
9,599
LobbyHub
LobbyHub
9,575