WARNING: Hearthstone is developed using the Paper API ! Servers running vanilla Spigot may not load this plugin correctly!
Hearthstone is a simple transportation plugin, made with friendly survival servers in mind.
Simply call your hearthstone with
/hearthstone
, and right click with the item in your hand to be called home.
By default, there is a 15 minute cooldown before the player can use the item again. This can be changed in the config.yml file.
Permissions:
hearthstone.hearthstone - The only permission needed for both calling and using the item.
hearthstone.admin - The permission needed to reload the plugin config without having to restart the server.
Commands:
/hearthstone - Calls your hearthstone!
/hearthstone reload - Reloads the config file. (requires
hearthstone.admin permission)
If you just want everyone to be able to use it, add these two lines to your
permissions.yml file in your server directory:
Code (Text):
hearthstone.hearthstone:
default: true
I'm just getting into plugin development and this is my first actual finished product.
As simple as it is, I hope you enjoy it.
