More customizability options.
Changelog
+ Added lang file capabilities to better customize texts and allow for different
+ Disabling texts (like the welcome message) can be done by setting the welcome message to an empty string
* Updated the config version to 2.2 and config check to check for 2.2 instead of 2.1
A final stabilizing update for this plugin.
Changelog
+ Added tab completer for commands
+ Added a command to only give custom cobble
+ Added descriptions to cc root commands
* Lots of code refactoring
* Enchantment registering message replaced with an error message if enchants don't register
* Possibly fixed some bugs with custom recipes
* Clarified and fixed typos in the config file descriptions
* Updated the config version to 2.1 and config check to check for 2.1 instead of 2.0
Configurability at last! Also lots of internal code optimizations and bug fixes for a much better and playable experience.
Changelog
+ Configurability for the following plugin settings has been added in the config.yml: Resource conversion, shield recipe, cobbler conversion, custom item recipes, welcome message, mob spawn buff, level restriction
+ Added leather as an item the /cc materials command will now give
+ Added a custom config file called data.yml to store data about players and their highest tiered items
+ /cc craft now alerts players when no cobblestone is available to convert in their inventory
* Command syntax has been changed to /cc [argument]
* /cc tools now requires a second argument that dictates what tier of gear the player will receive
* Much more internal code optimization
* Config.yml version will now be checked on startup
* Fixed a bug that broke the Anti-Stone Crown crafting
* Fixed a bug that broke the T5 and T8 shield crafting
* Fixed a bug where custom resources couldn't be upgraded using a crafting grid
* Fixed a bug where the T8 shield required 50 levels instead of 40 to use
* Fixed a bug where the T9 trident also launched rockets on right click
* Fixed a bug where repairing stone hoes and swords gave more durability than supposed to
Sorry for the rapid succession of updates! Should have tested better, found some pretty serious bugs that needed fixing.
Changelog
+ Added a conversion from rotten flesh to leather
* Fixed an internal bug for comparing similar items
* Fixed a bug where Anti- or Not Stone Crowns simply being in the inventory would affect mob spawn
Another bug fix plus a lot of backend optimization in preparation for a configurable config file!
Changelog
+ Added a console message confirming the plugin was disabled
* /ccmaterials now also gives a nether star, iron block, gold block, diamond block, netherite block, and conduit
* Anti-Stone Crown is now the highest priority for determining mob spawn, followed by Not Stone Crown, then T10 gear
* Severely optimized code on the backend in preparation for configurability
* Fixed a bug where items with lore from other plugins created endless error messages
A quick bug fix for several immediate issues, one of which is a late-game crafting issue.
Changelog
* Fixed a bug where 9 T9 or T10 cobblestone crafted together would yield one T10 cobblestone instead of one Not Cobblestone or one Anti-cobblestone
* Fixed mob spawn issue with multiverse-core worlds
A massive update! A complete change to crafting recipes, several new items, and now for the first time a dedicated wiki!
Changelog
+ Added T9 elytra
+ Added Not Cobblestone and Anti-Cobblestone
+ Added Not Stone Crown and Anti-Stone Crown
+ Added Disarming enchantment
+ Added the new materials and armor to /ccmaterials and /cctools respectively
- Removed the recipe for stone tools involving blackstone
- Removed the guidebook for the plugin
* Crafting recipes for almost all items has been changed to introduce sequential upgrading!
* Lore for items have been changed to reflect new crafting recipes
* Compressed cobblestone lore is now expressed in powers of 3 instead of 9
* /cchelp now redirects the player to the plugin wiki
* /cctools now sets the player level to 60
* /ccmaterials no longer sets the player level
* References updated to 1.16.2
* Fixed a bug where a helmet resistance enchantment didn't match with the rest of the set
* Fixed a bug where the internal mechanism to buff skeletons couldn't handle normal skeletons
* Fixed a bug where pushing hostile mobs through portals caused the location checking backend mechanism to fail
* Fixed a T1 pick lore coloring issue
* Fixed a shield lore typo
* Fixed a bug where the off hand slot was not accounted for when considering the level restriction mechanism
Hey all! This is a jump in version because during the time it took to get this plugin approved, I had already made many version changes. You can see my pr
ogress on GitHub, but I'm sticking with the versions I've been using.
Changelog
+ Added conversion for lapis, redstone, coal, and quartz to cobblestone
+ Added level restrictions to using items
+ Added new enchantment Rocket on T10 Terminal Stone Trident
+ Iron golems, withers, ender dragons, and villagers were buffed
+ Added T5, T8, and T10 shields
+ Added Immunity enchant
+ Vulcan enchant now can go up to lvl 2
+ Added a page in the guide book explaining elytras
- Removed Riptide from T10 Terminal Stone Trident
* Fixed multiple bugs with /cccraft
* Fixed a bug with the Pebbly enchant
* Fixed typos on lore and in the book
* Fixed a bug where T9 cobblestone couldn't convert back to lower tiers
* Fixed a bug with mob health on spawn
* Fixed a lore coloring bug with some of the items
* Fixed a bug with Vulcan enchant where it didn't require whole set to work
* Fixed a bug allowing ranged weapons to be crafted with the vanilla blocks instead of the custom compressed cobblestone
* Fixed a bug where the cooldown for Projectile enchant was affecting the cooldown for Rocket enchant
* Test commands now set player level to 50
* Fiery enchantment now affects ancient debris
* Pebbly and and Petrifying enchant levels were adjusted for T9 and T10 hoes and axes
* Potion effects previously affected by the custom enchants are now functioning as normal
* T10 armor now has Vulcan II
* The guide book was updated to reflect above changes