SimpleClans Domain no longer supports SimpleClans - Myriad Clans is the supported clan plugin for Domain. It is available here [
https://www.spigotmc.org/resources/myriad-clans.68461/] and is free for anyone who has purchased Domain - just send me a message to be added to the buyers list.
If you are relying on SimpleClans support, do NOT update.
Domain Block Store
A Domain block store has been added - accessible via /domain buy
NOTE: You must have Vault and a Vault supported Economy plugin enabled to use the store.
The store defaults to being available, but can be turned on/off in the config file
Code (YAML):
# If domain_shop = true, then /domain buy will work, if domain_shop = false, then it will be disabled. If this entry is not included in the config file, it will default to true. domain_shop: true
The shop however will not include any blocks unless you add a cost to the block configuration files - in this way you can only include certain types of blocks as you wish.
Code (YAML):
# cost_to_buy is the price of the block in the Domain store (accessible via /domain buy) - if this is missing, the block will not be included. cost_to_buy: 500
Search A simple search function has been added for anyone with domain.admin permissions.
You can include only the search item you want, or you can combine them, for example:
/domain search owner:torpkev world:world_nether
Would search for any blocks owned by torpkev in the nether
/domain search type:city
Would search for any city blocks, regardless of owner or world.
Auto-Saving Domain field changes will be saved to the database every hour as well as when the server shuts down.
PREVENT_INTERACT Changes PREVENT_INTERACT now includes the 114 items that were previously accessible via their own flags, such as PREVENT_INTERACT_GRINDSTONE_BY_NONALLOWED
Teleport Blocks Teleport blocks have been added so that when a player enters the field they will be teleported directly to another place.
To activate the teleport block, add the TELEPORT_TO flag
Code (YAML):
flags:
TELEPORT_TO: true
To set the teleport location, open the Domain block by right clicking it then going to Edit, then select Open for Commands
Then go to the location you wish to teleport to and enter:
/domain tpto
This will set the location.
Having Bypass mode enabled will prevent the player from teleporting.
Bug Fixes A fix for the display_name config option which was not setting the prefix on messages correctly
As with all updates, please back up your Domain folder and jar BEFORE putting the new version in.