Skip to content

paalbra/BedTime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

A simple plugin, for the Minecraft server mod Spigot, that notifies all players when someone goes to bed and kick idle players. Will also list the sleeping players to the players whom are in bed.

The plugin can also be found here: https://dev.bukkit.org/projects/bed-time

Build

Assuming you have podman: https://podman.io/getting-started/installation.html

cd container
IMAGE_ID=$(podman build . | tail -n 1)
CONTAINER_ID=$(podman create $IMAGE_ID https://github.com/paalbra/BedTime.git)
BEDTIME_PATH=$(podman start -a $CONTAINER_ID | tail -n 1 | cut -f 2 --delimiter " ")
podman cp $CONTAINER_ID:$BEDTIME_PATH .
podman rm $CONTAINER_ID
podman image rm $IMAGE_ID

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published