Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.33 KB

README.md

File metadata and controls

57 lines (39 loc) · 1.33 KB

SebUtils

Lightweight commands to make a vanilla paper server a bit more friendly, without the need for enormous and complicated plugins and APIs and permissions and all that shebang. The bare essentials, and what I usually find myself requiring when I want to start a server for friends.

What it do

  • AFK messages (After 10 minutes of inactivity)
  • Homes (multiple per user)
  • Teleportation
  • Chat nicknames and colours
  • Disabling TNT
  • Simple permissions
  • Cows can explode when milked
  • Sheep can be smited when sheared
  • Players can be smited by admins
  • Nitwit Villagers can sell expensive items

Installing

Either download this repo and compile it yourself - or download the latest release from the releases tab

Compiling with Maven

You'll need:

  • Java 17
  • Maven

Then:

  1. Clone this repository
git clone https://github.com/ElementalMP4/SebUtils
  1. Build with Maven
mvn clean package
  1. Move the SebUtils jar to your server's plugins directory
mv target/SebUtils.*.jar /path/to/server/plugins/

Commands

All permissions are granted by default, but can be customised if required. Using a plugin such as LuckPerms is recommended for this.

For a list of all the commands, please read the commands documentation