Skip to content

MadManMarkAu/MultiHome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 

Repository files navigation

MultiHome is a plugin to allow your users to set multiple home locations, giving each location a unique name. Supports economy, warmup and cooldown, home-on-death.

This project was developed in response to other multiple-home plugins only using home numbers. By using home names, it makes it so much easier to keep track of what home goes to what location.

Authors:
	MadManMarkAu
	HereInPlainSight
	filbert66
	Sleaker

Permissions nodes:
	multihome.defaulthome.go
	multihome.defaulthome.set
	multihome.defaulthome.delete
	multihome.defaulthome.invite
	multihome.defaulthome.invitetimed
	multihome.defaulthome.uninvite
	
	multihome.namedhome.go
	multihome.namedhome.set
	multihome.namedhome.delete
	multihome.namedhome.list
	multihome.namedhome.invite
	multihome.namedhome.invitetimed
	multihome.namedhome.uninvite
	
	multihome.othershome.go
	multihome.othershome.set
	multihome.othershome.delete
	multihome.othershome.list
	
	multihome.free.defaulthome.go
	multihome.free.defaulthome.set
	multihome.free.namedhome.go
	multihome.free.namedhome.set
	multihome.free.othershome.go
	
	multihome.listinvites.tome
	multihome.listinvites.toothers
	
	multihome.ignore.cooldown
	multihome.ignore.warmup

MySQL database table format:
	CREATE TABLE `homes` (
		`id` int(11) NOT NULL AUTO_INCREMENT,
		`owner` varchar(50) NOT NULL,
		`home` varchar(50) NOT NULL,
		`world` varchar(50) NOT NULL,
		`x` double NOT NULL,
		`y` double NOT NULL,
		`z` double NOT NULL,
		`pitch` float NOT NULL,
		`yaw` float NOT NULL,
		PRIMARY KEY (`id`)
	)
	

About

Multiple personal home locations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages