promotional bannermobile promotional banner

fWarps

MySQL warp plugin

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.

The fWarps Team

profile avatar
  • 2
    Projects
  • 15.9K
    Downloads

More from _ForgeUser7457958

  • Kitteh Portals project image

    Kitteh Portals

    • 23.4K
    • Bukkit Plugins

    Teleport between servers using BungeeCord

    • 23.4K
    • January 28, 2013
    • Bukkit Plugins
    • +1
  • PrivateChat project image

    PrivateChat

    • 7.5K
    • Bukkit Plugins

    PrivateChat - Chat privately with your mods!

    • 7.5K
    • May 6, 2012
    • Bukkit Plugins
    • +1
  • sChat project image

    sChat

    • 0
    • Bukkit Plugins

    A plugin to enhance the way players chat.

    • 0
    • March 8, 2012
    • Bukkit Plugins
    • +2
  • Kitteh Portals project image

    Kitteh Portals

    • 23.4K
    • Bukkit Plugins

    Teleport between servers using BungeeCord

    • 23.4K
    • January 28, 2013
    • Bukkit Plugins
    • +1
  • PrivateChat project image

    PrivateChat

    • 7.5K
    • Bukkit Plugins

    PrivateChat - Chat privately with your mods!

    • 7.5K
    • May 6, 2012
    • Bukkit Plugins
    • +1
  • sChat project image

    sChat

    • 0
    • Bukkit Plugins

    A plugin to enhance the way players chat.

    • 0
    • March 8, 2012
    • Bukkit Plugins
    • +2