GitXplorerGitXplorer
V

MineRegion

public
4 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
ba92c8996cff0d20882eda05b0626d47b3b2f168

1.2.1-SNAPSHOT

VVoChiDanh committed 5 months ago
Unverified
3a0e2f7a368005c4302ad8d1af0b7c5feed7a7e0

1.2.1-SNAPSHOT

VVoChiDanh committed 9 months ago
Unverified
767cbbe6af22438ad97de5cd7f016685fb8d5262

Fix miningevent

VVoChiDanh committed a year ago
Unverified
c433b6297011666f8b26e4321552d95e5bda0d05

remove miningcontest from softdepend

VVoChiDanh committed a year ago
Unverified
fac7f9abd11dda81401de52f130053147dcc6ae7

Add MiningEvent.jar

VVoChiDanh committed a year ago
Unverified
b42ad783458c510193624f37241f6046b10d21b7

Fix issues if player in adventure mode

VVoChiDanh committed a year ago

README

The README file for this repository.

Information

This plugin will help you mine block in custom region and execute command when block broken by player (Use to give item or something else, for default file, i use mmoitems command to give item)

Want to example see video ? Click this line

Depend

  • WorldGuard
  • PlaceholderAPI

Command

/mr reload - Reload file
/mr bypass - Bypass mine region and you can break/build block normal

Config Explain

block:
COBBLESTONE: #Block type
max_number: 70 #Max random number can regenerator,
regen: #MATERIAL;CHANCE - max_number will regenerator random number, which chance is the nearest with number, that block will be regen on the next time
- COAL_ORE;5 #If max number regenerator is 10, next regen block is COAL_ORE
- STONE;30 #If max number regenerator is 20, next regen block is STONE
- COBBLESTONE;60 #If max number regenerator is 65, next regen block is COBBLESTONE
time_regen: 20 #Time to regen from bedrock to new block
replace: BEDROCK #Block will be replaced when COBBLESTONE broken by player. After 20s, bedrock will be replaced by new block
amount: 1 #Amount of item, example 1, 3, 5-10, 10-15,..
command: #You can use placeholder in command, #amount# is total of setting amount above + fortune level (random from "amount" to ("amount" + fortune level + 2))
- "mi give MATERIAL COBBLESTONE %player_name% #amount# 0 100 0 silent"

Note

If you have any question/issue/suggest for new features, you should join https://discord.gg/r5ejaPSjku
Thanks ~~ !