Mines
Integrated customizable mines system
Last updated
Integrated customizable mines system
Last updated
You can always start with /mines help
to get the help message with a list of the necessary commands.
To create a mine:
Select a WorldEdit region using the WorldEdit plugin’s wand. Select pos1
and pos2
.
Execute /mine create <name> <delay> <isSilent>
. The location where you execute the command will be assigned as the respawn point for the mine.
Let’s break down the command:
<name>
: The name used for the mine in the config files and messages.
<delay>
: How long the mine will take to reset.
<isSilent>
: Whether the server will broadcast a message to all players when the mine resets.
Now, to add materials to the mine, use /mine addMaterial <mine-name> <material> <chance>
.
Let’s break down this command:
<mine-name>
: The name of the mine to which you want to add the material.
<material>
: The type of material you want to add to the mine.
<chance>
: The probability (in percentage) that the material will appear in the mine.
Respawn System:
What if the player is inside the mine and it suddenly gets auto-reset? The system will teleport the player to the mine respawn point.
If you’re still unsure, here’s an explanation video.
/mine help
skymines.command.mines.help
/mine create
skymines.command.mines.create
/mine addMaterials
skymines.command.mines.addmaterial
/mine removeMaterials
skymines.command.mines.removematerial
/mine delete
skymines.command.mines.delete
/mine list
skymines.command.mines.list