Skip to content
This repository was archived by the owner on Sep 2, 2019. It is now read-only.
/ TitleZones Public archive

A Sponge plugin that allows you to define zones that send Titles to Players who cross their borders.

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE
MIT
Boxboy_LICENSE
MIT
Kludge_LICENSE
Notifications You must be signed in to change notification settings

widd/TitleZones

Repository files navigation

Title Zones

A Sponge plugin that allows you to define zones that send Titles to Players who cross their borders. Mt Everest The Himalayas The Grand Canyon

Example Config

See this docs page for more examples of serialized Text

zones=[
    {
        position {
            x=0.0
            y=64.0
            z=0.0
        }
        radius=30
        subtitle {
            color=blue
	    bold=true
            text="extra information (subtitle)"
        }
        title {
            color=blue
            text="Zone 1"
        }
    },
    {
        position {
            x=100.0
            y=64.0
            z=100.0
        }
        radius=30
        subtitle {
            color=red
	    bold=true
            text="extra information (subtitle 2)"
        }
        title {
            color=red
            text="Zone 2"
        }
    },
    {
        position {
            x=6955.0
            y=253
            z=4919
        }
        radius=150
        subtitle {
            color=aqua
            text="Otherwise known as Peak XV"
        }
        title {
            color=aqua
            bold=true
            text="Mt Everest"
        }
    }
]

Optional Dependencies

Plugins that give Title Zones extra functionality/features

Boxboy - Enables an in-game menu - accessible with the permission titlezones.menu - that lists all named zones, their coordinates, and allows the user to teleport to them.

About

A Sponge plugin that allows you to define zones that send Titles to Players who cross their borders.

Topics

Resources

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE
MIT
Boxboy_LICENSE
MIT
Kludge_LICENSE

Stars

Watchers

Forks

Packages

No packages published

Languages