Changes [1.0.14] ● Added a list in the settings.yml to customize the main plugin command trigger
● Fixed mines loading before MultiVerse has loaded the worlds
● Added new settings.yml options. Please add them below;
Code (YAML):
# !----------------------------------------------------------------! # Welcome to the main configuration of DeluxeMines # !----------------------------------------------------------------!
# -------------------------------------------------------------------------- # What commands should trigger the main command? # # *** WARNING: DO NOT TOUCH THE FIRST ALIAS(mines). OTHERWISE THE PLUGIN WILL NOT FUNCTION *** # -------------------------------------------------------------------------- Command_Aliases: [mines,deluxemines,dmines,mine
]
# -------------------------------------------------------------------------- # Do not change this value otherwise it will corrupt your plugin installation! # -------------------------------------------------------------------------- Version: 1
# ----------------------------- # # Toggle Mine Reset Broadcasts # ------------------------------# Broadcast:
Enabled: true
Radius: 10
# Set to 0 to allow the whole server to receive the message!
● Fixed support for DeluxePrisonCore 2.0(Recoded coming soon!)
● Fixed UltraPrisonCore hook for the latest version of UPC
● Added an option in the settings.yml to toggle the mine broadcasts
● Added an option in the settings.yml to decide how far the broadcast will send too. (Default 10 blocks away from the mine)
● Added new method to MineRegion
getPlayersInDistance(int distance) ● Added MultiVerse as a soft depend