/WarpPlugin

A minecraft plugin that implements a simple /warp command.

Primary LanguageJavaMIT LicenseMIT

WarpPlugin

A simple minecraft plugin that implements a simple /warp command.

This was created because all the famous plugins come with unecessary features that slow down servers. The plugin was created with 1.17.1 Spigot, so I can't ensure that everything will work properly if played on older spigot versions, however it should work perfectly if used in Paper(still on newer versions, not on older ones haha)

Instalation

  1. Download the plugin from releases.
  2. Drop the .jar in your server's plugins folder.
  3. Start the server.
  4. You're ready to go, enjoy the power of warps, without all the extra unecessary things in other plugins!

Usage

  • /warps => shows all the available warps.
  • /setwarp name => creates a new warp with the specified name in the current player coordinates.
  • /delwarp name => deletes any warp that has that name.
  • /warp name => teleports the player to the desired warp

Images

Setting a Warp

/setwarp point1

Deleting a Warp

/delwarp point1

Listing all Warps

/warps

Teleporting to a Warp

/warp point2

Observation

If you find any bugs or have an idea, feel free to make a pull request, issue or just tell me that I will try to fix/implement it.