SimpleWarp is a Minecraft that allows players to create, remove, edit, and teleport to custom warps.
- Create new warps with a name and optional coordinates
- Remove existing warps
- Edit the coordinates of existing warps
- Teleport to a warp by name
- Tab completion for warp names
SimpleWarp is built using Gradle. To build the plugin, follow these steps:
- Clone the repository:
git clone https://github.com/walker84837/simplewarp.git - Navigate to the project directory:
cd simplewarp - Build the plugin:
./gradlew build
The built plugin jar file will be located in the build/libs directory.
To install the plugin, simply copy the built jar file to your server's plugins directory and restart the server.
The plugin adds a /warp command with the following subcommands:
/warp new [name] [x] [y] [z]: Creates a new warp with the specified name and optional coordinates./warp remove [name]: Removes the warp with the specified name./warp edit [name] [x] [y] [z]: Updates the coordinates of the warp with the specified name./warp teleport [name]or/warp tp [name]: Teleports the player to the warp with the specified name.
The plugin also provides tab completion for warp names.
The plugin uses the following permissions:
warp.admin: Allows players to use thenew,remove, andeditsubcommands.
The plugin does not have any configurable options.
SimpleWarp uses a SQLite database to store warp information. The database file is located in the plugin's data folder (plugins/SimpleWarp/warps.db).
If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on the GitHub repository.