⭐ CataMines ⭐ | SkyMining | Prison | Mines icon

⭐ CataMines ⭐ | SkyMining | Prison | Mines -----

Mines management plugin for Prison and SkyMining servers




+ Due to countdowns being saved mines can get unsynced. If you want to sync all mines you may now use /cm sync

+ Minor bug fixes
----------, Sep 28, 2022

+ Fixing startup issues for non default worlds of servers with long startup times
----------, Sep 26, 2022


Some users experienced issues for their mines not resetting automatically. With this update I hope to have fixed these issues
----------, Aug 22, 2022

+ Better async mine handling
+ Fixed major loottable bug when mines were stopped or invalid
----------, Aug 6, 2022

+ Fixed invisible non solid block placements
+ Fixed gui bugs
+ Fixed blockdata representation
----------, Jul 17, 2022

Fixed prefix change not loading on reload
Fixed mine resets on offset block count calculation
Fixed placeholderapi 2.11.2 changes
----------, Jul 6, 2022

+ You can now enable fortune for individual items in the loot table
+ Bug fixes
----------, Jun 21, 2022

+ New mode: TIME_PERCENTAGE
  • Is essentially just TIME and PERCENTAGE mode combined
+ Redefine command for easier access instead of using flag command
+ Non solid blocks are now allowed such as water, lava etc.
+ GUI has been restructured.
----------, Jun 20, 2022

Fixed async task cancellation
----------, Jun 6, 2022

New improved calculation of remaining block to prevent massive lag.
Might not be as reliable sometimes but reduces lag massively
----------, Jun 5, 2022

+ Fixed remainingblockper calculation on blockbreakevent
+ Fixed messages
+ Fixed mine saving on switch mode in mine menu
----------, Jun 5, 2022

Commands:
  • /cm resetmode <mode>
  • /cm resetpercentage <percentage>
Reset modes:
  • TIME
  • PERCENTAGE
BlockData:
  • Examples:
  • /cm set <mine> oak_log[axis=z]
  • /cm set <mine> chest[facing=west, type=single, waterlogged=false]
Placeholders:
  • %catamines_remainingblockspercentage_<mine>%
  • %catamines_resetpercentage_<mine>%
----------, Jun 1, 2022

New commands:
  • /cm setresettp <mine> | If you have teleport players enabled, with this command you can choose where those players should be teleported to instead of on top of the mine
  • /cm flag <mine> teleportplayerstoresetlocation | With this property you can select if players should teleport on top of the mine or to the reset location.
  • /cm tp <mine> (player) | You can now teleport others to mines
----------, Mar 6, 2022

Hello everyone,
With this update I added a "Add loot table" feature, which allows you to
now add item drops on top of the default drops. Why is this useful?

If you want your mines to drop keys with a certain chance, you can now simply activate the add loot table feature, add your key into the loot table,
select the chance you want it to drop and you're done! Hope you like it.

Fixed bug:
- Fixed different world but same location detection for breaking blocks
----------, Dec 29, 2021

Fixed bugs:
  • Players in seperate worlds but same location dont get warned anymore
  • Players in seperate worlds but same location dont get teleported anymore
  • When the mine is turned off, its loot table is also turned off
----------, Dec 25, 2021

Simply added two useful commands when managing many mines:
Commands:
  • /cm stoptasks | Disables all mine tasks
  • /cm starttasks | Reenables all mine tasks
Meaning if you have manually stopped a mine and run starttasks, it will not start. This command is rather an option to prevent all mines from running
----------, Dec 21, 2021

Other plugins using the countdown of a mine via PlaceholderAPI, would receive the countdown earlier than expected, since it got updated after code execution. Now when update intervals of other plugins approach infinity, they will get the exact accurate countdown the mine is running on
----------, Dec 20, 2021

Commands:
  • /cm reload properties
Placeholders for PAPI:
  • %catamines_countdown_<mine> is now the new formatted countdown
  • %catamines_remainingseconds_<mine> is now just the seconds
Bug fixes:
  • Reset message was all messed up in the last version
It's a little hard to explain what happened in this update, but I will try my best to explain it so you can see why it is so useful.
First of all, I changed the countdown formatting. Now, the remaining time will be displayed like this using the internal %formattedseconds% or %catamines_countdown_<mine> placeholder with papi:
"hh:mm:ss"

Every mines starting value for warnmessage, resetmessage, hotbarmessage has now a default value: "default". Every mine that you create from now on will have this value, which translates into whatever you specified in the new default_properties.yml file, which means if you created a lot of mines but you want to change one of those properties for all of them, all you have to do is change it in the file, and run /cm reload properties.
----------, Dec 19, 2021

  • Fixed mine informations
  • Added clickevent to the region displayed in the info panel
  • Fixed MineListMenu lore
----------, Dec 15, 2021

You can now configure if the mine should display the remaining seconds in the hotbar. You may also customize the message

Commands:
  • /cm flag <mine> warnhotbar true/false
  • /cm flag <mine> warnhotbarmessage <message>
----------, Dec 15, 2021

You can now use PlaceholderAPI to get basic information about a mine:
Current placeholders:
  • %catamines_prefix% | Returns the prefix in the config
  • %catamines_countdown_<mine>% | Returns the seconds left until reset
  • %catamines_totalblocks_<mine>% | Returns the amount of total blocks
  • %catamines_minedblocks_<mine>% | Returns the amount of mined blocks
  • %catamines_remainingblocks_<mine>% | Returns the amount of remaining blocks
----------, Dec 15, 2021

Running replacemode or rename command in console threw error
----------, Dec 12, 2021

1.18 is here and with this update you should not have any problems using this plugin for 1.18.
----------, Dec 12, 2021

Fixed Bugs:
  • Fixed value change in composition block menu
  • Fixed floating point error for composition chance
  • Fixed color in loot item change drop chance menu
----------, Dec 7, 2021

If mine warns on 1 second, minute and second were mixed up
----------, Nov 30, 2021

I tried my best to make almost every message in this plugin customizable.
Sadly I wasn't able to make that happen for:
- /cm
- /cm list
- /cm info <mine>

As well as the lore description of the mines in the mine list menu.
Since this is a very annoying, slow and tedious process I will try
to finish them later.
----------, Nov 29, 2021

When having no permission, running commands
/cm reset
/cm tp

threw error
----------, Nov 26, 2021

Hey there!
As suggested I have worked on a language system. For now, only english is supported, but you can mostly customize the messages, as well as the prefix.

Added commands:
  • /reload mines
  • /reload config
  • /reload messages
    • Permission to use all of those: catamines.reload
Customizing the GUI will come soon with new languages.
Stay tuned!
----------, Nov 26, 2021

  • If you have configured a loot table for a mine, but a plugin like WorldGuard is cancelling the breaking for the blocks, the mine does no longer drop its loot table
----------, Nov 21, 2021

Mines do still load even if the world they were created in was deleted, giving you the chance to move their region to another existing world
----------, Nov 15, 2021

You can now change the required minimum efficiency level of the players tool to break a mine.

MineMenu.png PickaxeMenu.PNG
----------, Nov 12, 2021

- Mines do not drop their loot table anymore if they are turned off
- Teleport sound is more pleasing >.<
----------, Nov 9, 2021

You can now manually reset mines even if the reset delay is 0
----------, Nov 9, 2021

You can now configure which items certain blocks in the composition should drop, with a chance!

CompositionBlockMenu.png ChangeLootTable.PNG ConfigureDropChance.PNG

IMPORTANT:


Due to the different structure of saving and loading the mines, you will not be able to use your old mines file! You will have to recreate every mine!
----------, Nov 9, 2021

AIR is now translated to bone meal in the GUI, since you cannot see air in the inventory

Also, in the mine GUI there will be an item that displays if the mine is currently running.
If it's not, it will display why not
----------, Oct 30, 2021

  • Fixed bug where only one of the players menus would update when the mines properties changed
  • Fixed bug using the delete confirm button
----------, Oct 28, 2021

Command:
  • /cm gui
  • /cm gui (mine)
    • Permission: catamines.gui
Fixed Bugs:
  • Manually resetting mine when it couldn't threw error
----------, Oct 21, 2021

Console:
  • CataMines now supports console commands
Permissions:
  • catamines.reset.<mine>
  • catamines.teleport.<mine>
----------, Oct 11, 2021

Newly supported versions:
  • 1.13.2
  • 1.14.x
  • 1.15.x
Versions such as 1.13.1 or below are not supported and most likely will never be supported!
----------, Oct 9, 2021

Features:
  • Every command has its own permission now
Updated to version 1.6
----------, Oct 8, 2021

Features:

- Added tp command
- Added settp command
- Displayed info of a mine is now cleaner and easier to read
- On startup the plugin will notify you if a new version is available in the console

Commands:

/cm tp <mine> | Teleports to the set location. If no location was set, you will teleport to the center on top of the mine.

/cm settp <mine> | Sets the teleport location of the mine

Fixed bugs:

Minor:
- When unsetting the last block of a composition using /cm unset <mine> [block], the mine will no longer warn until it has reset.
----------, Oct 8, 2021

Bugs:

- Fixed errors when using FastAsyncWorldEdit
- When manually resetting mine also teleports player on top if the setting was enabled
----------, Sep 28, 2021

Features:

- You can now configure if you want players to teleport on top of the mine
- Updated the list command
- Made the players nearby mines detection better and more accurate
- When resetting mines with the reset command, it now warns players like it would when it resetted automatically

Commands:

/cm flag <mine> teleportplayers true/false
----------, Sep 27, 2021

- Added rename command to easily rename mines
  • /cm flag <mine> rename [name]
- Polished the tab completer
- Startup delay got reduced to 5 seconds
----------, Sep 27, 2021

Resource Information
Author:
----------
Total Downloads: 199,981
First Release: Sep 25, 2021
Last Update: Sep 28, 2022
Category: ---------------
All-Time Rating:
49 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings