Skip to content

Some handy dandy commands for a Minecraft server, but lightweight

Notifications You must be signed in to change notification settings

ElementalMP4/SebUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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