SuperMines
A powerful, easy-to-use, and free-to-use mine plugin for Paper servers.
SuperMines
A powerful, easy-to-use, and free-to-use mine plugin for Paper servers.
Features
- MiniPlaceholders/PlaceholdersAPI support
- Folia support
- ItemsAdder/Oraxen/Nexo support
- Rank system
- Allow/Disallow earn xp from mine blocks
- Great I18n for players
- More coming soon...
Screenshots

Commands & Permissions
Commands
/sm create [displayName] -- Create a mine
/sm help -- Show this help message
/sm info
/sm list -- List all mines
/sm gui -- Show gui
/sm treasures -- Show help about treasures
/sm ranks -- Show help about ranks
/sm addTreasure
/sm removeTreasure
/sm setRequiredLevel
/sm addAllowedRank
/sm removeAllowedRank
/sm setBlockGenerate
/sm setDisplayName
/sm setDisplayIcon
/sm removeBlockGenerate
/sm addResetWarning
/sm removeResetWarning
/sm setResetTime
/sm settp/setteleport
/sm tp/teleport
/sm setOnlyFillAir
/sm reset
/sm pos1 [position] -- Set the position 1 of an area
/sm pos2 [position] -- Set the position 2 of an area
/sm wand -- Get a wand
/sm remove
/sm reload -- Reload the plugin
/sm treasures list -- List all treasures
/sm treasures create
/sm treasures remove
/sm treasures setItem
/sm treasures setChance
/sm treasures setDisplayName
/sm treasures addMatch
/sm treasures removeMatch
/sm ranks list -- List all ranks
/sm ranks create
/sm ranks remove
/sm ranks giveRank
/sm ranks takeRank
/sm ranks setLevel
Permissions
supermines.reload -- reload the plugin
supermines.treasures -- anything about treasures
supermines.ranks -- anything about ranks
supermines.block_generates -- set/remove block generation
supermines.create -- create a mine
supermines.gui -- show the management gui
supermines.list -- list the mines
supermines.setpos -- set position
supermines.redefine -- redefine a mine
supermines.delete -- delete a mine
supermines.reset -- reset a mine
supermines.reset_warnings -- add/remove reset warnings
supermines.set_display_name -- set the display name of a mine
supermines.set_display_icon -- set the display icon of a mine
supermines.set_only_fill_air -- set mine will only fill air when mine reset
supermines.set_required_level -- set the required rank level of a mine
supermines.set_reset_time -- set the reset time of a mine
supermines.set_teleport -- set the location teleport of a mine
supermines.teleport -- teleport to a mine
supermines.bypass.rank -- bypass mine rank check
Placeholders
Note:
(argument) = optional argument
[argument] = required argument
PlaceholdersAPI
- %supermines_hasrank:RANKID(_PLAYER)% -- return whether the player has the rank
- %supermines_bestrank(_PLAYER)% -- return the player's most valued rank
- %supermines_biggestranklevel(_PLAYER)% -- return the player's most valued rank's level
- %supermines_mine_[MINE]_resettime% -- return the remaining reset time of the mine
- %supermines_mine_[MINE]_blocksbroken% -- return the broken blocks amount (will be 0 when reset)
- %supermines_mine_[MINE]_blockspercent% -- return the rercentage of remaining blocks to total number of blocks
- %supermines_mine_[MINE]_minedpercent% -- return the rercentage of broken blocks to total number of blocks
- %supermines_mine_[MINE]_totalblocks% -- return the total blocks of the mine
MiniPlaceholders
- <supermines_hasrank:RANKID:(PLAYER)> -- return whether the player has the rank
- <supermines_bestrank:(PLAYER)> -- return the player's most valued rank
- <supermines_biggestranklevel:(PLAYER)> -- return the player's most valued rank's level
- <supermines_mine_resettime:[MINE]> -- return the remaining reset time of the mine
- <supermines_mine_blocksbroken:[MINE]> -- return the broken blocks amount (will be 0 when reset)
- <supermines_mine_blockspercent:[MINE]> -- return the rercentage of remaining blocks to total number of blocks
- <supermines_mine_minedpercent:[MINE]> -- return the rercentage of broken blocks to total number of blocks
- <supermines_mine_totalblocks:[MINE]> -- return the total blocks of the mine
API
Building...