Skip to content

v1.0.0

Choose a tag to compare

@slgnalin slgnalin released this 03 Sep 22:43
· 3 commits to slgnalin since this release
e90a12a

Essentials (mc-essentials-plugin) - 1.0.0

The initial release of Essentials (mc-essentials-plugin) - 1.0.0

Release Date - 2024-09-04

Version 1.0.0 was released on 2024-09-04

Overview

I am excited to release the first version (v1.0.0) of the mc-essentials-plugin Minecraft plugin that provides essential commands for and features for a PaperMC-based Minecraft server

This plugin is designed to simplify gameplay features and provide some quality of life improvements during multiplayer gameplay

New Features

  • Teleport Requests: Allows players to send, cancel, accept and deny teleport requests
  • Custom Messages: Informative messages are sent to players when teleport requests are handled

New Commands

Command Aliases Description Usage
/teleport-request - tpa
- tpask
- tpr
- tprequest
Sends a teleport request to a specific player /tpa <player>
/teleport-cancel - tpcancel
- tpacancel
Cancels all sent teleport requests /tpacancel
/teleport-accept - tpaccept Accepts the most recent teleport request /tpaccept
/teleport-deny - tpdeny
- tpadeny
Denies the most recent teleport request and notifies the source player /tpdeny

New Required Configuration

NOT APPLICABLE

Resolved Issues

NOT APPLICABLE

Known Issues

NOT APPLICABLE

License Changes

NOT APPLICABLE

Support

For any questions or support, please visit the GitHub Issues page

What's Changed

  • Initial implementation of teleport functionality by @slgnalin in #1
  • Bugfix and javadoc improvements by @slgnalin in #2
  • Set initial version to 1.0.0 by @slgnalin in #3

New Contributors

Full Changelog: https://github.com/slgnalin/mc-essentials-plugin/commits/v1.0.0