Plotz Greet
Nice little messages when you enter a plot
This is a simple addon to my other plugin Plotz, you will need that before continuing!
Features:
- Configurable default message when you enter a plot
- Command to set greeting message for a certain plot
- Variables to make your message specific to your plot
- Lightweight, compact design
- BarAPI support
- BossbarAPI support
- Every message is configurable
- Option to only show custom messages
- Prefix custom messages
- No need for extra databases
Commands/Permissions:
Permissions:
- /plot greet [greeting]
> plotz.greeting
Configuration Guide:
- plotz.greeting.view:
> See greeting messages- plotz.greeting
> Set the greeting message
Code (Text):# __________.__ __
# \______ \ | _____/ |_________
# | ___/ | / _ \ __\___ /
# | | | |_( <_> ) | / /
# |____| |____/\____/|__| /_____ \
# \/
# By: @kyle
# Skype: rulingkyle1496
# Spigot: http://www.spigotmc.org/members/kyle.891/
# Plugin page: http://www.spigotmc.org/resources/<will add this later>
# Do not change the config version, it saves us both a lot of time :)
version: 0.1
# Enable BarAPI/BossbarAPI support
barapis: true
# Show message when user enters a plot
show-defult-plot-enter-message: false
# Enable custom plot enter messages
enable-custom-plot-enter-message: true
# message shown when you enter a plot
# Variables: x, z, owner
default-plot-enter-message: '%prefix% &rYou have just entered plot (%x%:%z%) Owner: %owner%'
# BossBar message time (ticks)
# Time in ticks the boss bar is shown when entering a plot
bar-time: 100
Extra Notes:
You are allowed to decompile the plugin and manipulate it in any way you feel is need be. I included the source in the plugin to make your job just that much easier. You are not allowed to redistribute any paid works of mine, only this. Use this as an example for your own creations using the Plotz API!

[Plotz] Greetings 0.7
Nice little messages for when you enter a plot
Recent Updates
- Plotz 3.8 compatibility Apr 3, 2015
- Blank custom greeting Dec 29, 2014
- Fixes NPE I just noticed :P Nov 29, 2014