Mines
Mines are essential to the prison gameplay experience. Vortex Prison Core offers comprehensive mine management features.
Mine Access
Each rank unlocks access to a new mine (A-Z), with higher ranks providing access to more valuable resources.
Setting Up Mines
Select an area using the mine selector tool (
/mine selector
)Create a mine with
/mine create <id>
Configure the mine settings in the config file
Reset/refill the mine when needed with
/mine reset <mine>
Mine Conversion
If you're migrating from Catamines v3, you can convert existing mines using /mine convert
.
Mine Refill System
The mine refill system automates resource regeneration, ensuring players always have materials to mine.
Key Features:
Automatic Refills – Mines refill at set intervals.
Customizable Blocks – Define block spawn rates per mine.
Adjustable Performance Settings – Optimize refill speed to suit your server.
Mine Configuration (config.yml
)
config.yml
)Explanation of Config Options:
Refill Task Interval
– How often the plugin checks for mines to refill (in ticks).Max Blocks Per Tick
– The maximum number of blocks replaced per tick to optimize performance.Debug Refill Time
– Enable debugging to monitor refill efficiency.Mine Settings:
Lower Corner
&Upper Corner
– Defines the mine area using coordinates.Refill Type
– Determines how the mine refills (TIME
for interval-based,PERCENTAGE
for depletion-based).Refill
– Time interval before the mine refills (e.g.,1m
for 1 minute).Blocks
– Specifies block types and their spawn percentages.
Example Refill Types:
Time-based refill: Refills every set duration (e.g.,
1m
,5m
).Percentage-based refill: Triggers when a specific percentage of the mine is depleted.
Last updated