Implementation of many commands and features from Essentials, for PumpkinMC!
Find a file
2026-04-29 11:01:50 -06:00
.cargo add default target 2026-04-02 20:43:06 -06:00
src add home limit 2026-04-29 11:01:50 -06:00
.envrc add .envrc for nix 2026-04-04 11:46:22 -06:00
.gitignore add /heal command 2026-04-04 12:51:12 -06:00
build.sh init with stuff from gourd-factions 2026-04-02 20:39:55 -06:00
Cargo.lock cargo update 2026-04-26 15:52:50 -06:00
Cargo.toml change with updated api 2026-04-03 11:08:15 -06:00
LICENSE init with stuff from gourd-factions 2026-04-02 20:39:55 -06:00
README.md fix silly markdown mistake 2026-04-20 14:28:23 -06:00
shell.nix add boilerplate for config.json stuff 2026-04-20 17:58:18 -06:00

Gourd Essentials

Gourd Essentials is an attempt at reimplementing many of the Essentials plugin's features (primarily commands) for Pumpkin!

Available Commands

  • /gm or /gamemode [mode] - sets your gamemode.
    • [mode] can be survival/s/0, creative/c/1, adventure/a/2, or spectator/3
  • /gms - sets your gamemode to survival.
  • /gmc - sets your gamemode to creative.
  • /gma - sets your gamemode to adventure.
  • /gmsp - sets your gamemode to spectator.
  • /fly - enables flying.
  • /god - enables invulnerability.
  • /heal - heals you.
  • /feed - feeds you.
  • /speed [0.0 - 1.0] - sets your walking speed. (BROKEN)
  • /flyspeed [0.0 - 1.0] - sets your flying speed.
  • /sethome [name] - create a home you can teleport to.
  • /delhome [name] - delete a home you've created.
  • /home [name] - teleport to a home you've created.
  • /setwarp [name] - create a server warp at your current location.
  • /delwarp [name] - delete a server warp.
  • /warp [name] - teleport to a server warp.

Todo

  • Warps
  • Delayed teleporting
  • Nicknames
  • Fine-tuned configuration (able to disable commands and features)