An RTP (wilderness) plugin for PumpkinMC.
Find a file
2026-05-26 12:44:37 -06:00
.cargo add rtp almost & cargo default target 2026-04-20 16:41:08 -06:00
src add teleport cancel on move (optional) 2026-05-20 17:21:10 -06:00
.envrc add LICENSE and nix stuff 2026-04-20 14:51:35 -06:00
.gitignore add LICENSE and nix stuff 2026-04-20 14:51:35 -06:00
build.sh rename to GourdRTP and update api 2026-05-19 11:32:45 -06:00
Cargo.lock update to latest plugin api version 2026-05-26 12:44:37 -06:00
Cargo.toml update to latest plugin api version 2026-05-26 12:44:37 -06:00
LICENSE add LICENSE and nix stuff 2026-04-20 14:51:35 -06:00
README.md create the readme 2026-04-20 20:20:09 -06:00
shell.nix init project 2026-04-20 14:49:07 -06:00

Gourd RTP

An RTP (wilderness) plugin for PumpkinMC.

Commands

  • /rtp or /wild - teleports you to a random safe location.

Configuration

Configuration is done through the config.json file in the plugins/gourd_rtp directory. A server restart is not needed after config changes.

Available fields:

  • teleport_delay - the delay it takes to teleport; set to 0 to disable.
  • min_tp_height - the minimum y-level a teleport location can be at.
  • max_tp_height - the maximum y-level a teleport location can be at.
  • min_coords - the minimum x and z coordinates that can be teleported to.
  • max_coords - the maximum x and z coordinates that can be teleported to.