
Reforges 6.74.0
Custom item buffs and reforge stones with an intuitive GUI.
4.10.0
Dec 5, 2021
4.10.0 Changelog
- Added placeholder_equals, placeholder_less_than, placeholder_greater_than, and has_skill_level conditions
4.9.0
Dec 4, 2021
4.9.0 Changelog
- Switched from json -> yml
Use https://www.json2yaml.com/ to convert your .json config to .yml!
Use https://www.json2yaml.com/ to convert your .json config to .yml!
4.8.0
Dec 3, 2021
4.8.0 Changelog
- API: Effects/Conditions/Triggers now use Config over JSONConfig - Update all uses of JSONConfig to Config
- API: You can now register your own filters (FilterComponent) to add extra functionality
- API: You can now register your own filters (FilterComponent) to add extra functionality
4.3.0
Nov 26, 2021
4.3.0 Changelog
- Added armor, armor_toughness, give_xp, and xp_multiplier effects
- Added gain_xp trigger
- Added damageCause filter
- regen_multiplier and hunger_multiplier will now not accept triggers and act as permanent effects
- Added gain_xp trigger
- Added damageCause filter
- regen_multiplier and hunger_multiplier will now not accept triggers and act as permanent effects
4.2.0
Nov 25, 2021
4.2.0 Changelog
- Added is_night condition
- Increased auto-scan time from every 4 seconds to every 1.5 seconds
- Increased auto-scan time from every 4 seconds to every 1.5 seconds
4.1.2
Nov 22, 2021
4.1.2 Changelog
- Fixed is_sneaking not working
- Added invert conditions for is_sneaking, in_water, in_air
- Added invert conditions for is_sneaking, in_water, in_air
4.0.0
Nov 20, 2021
4.0.0 Changelog
Biggest Update Yet!
- Recoded the entire plugin (again)
- Added way more effects: arrow_ring, attack_speed_multiplier, bonus_health, crit_multiplier, damage_multiplier, give_money, hunger_multiplier, knockback_multiplier, movement_speed_multiplier, regen_multiplier, run_command, spawn_mobs, strike_lightning
- Added options to trigger effects based on external triggers: alt_click, bow_attack, fall_damage, heal, jump, kill, lose_hunger, melee_attack, mine_block, projectile_hit, projectile_launch, take_damage, take_entity_damage, trident_attack
- Added options to filter blocks and entities
This means that this reforge is now possible (wouldn't play well, but it's an idea)
While in your inventory (eg a talisman reforge):
- Gives you 2 extra hearts
- 50% chance that you get $50 every time you mine gold ore or nether gold ore
- If you hit a player with a trident, then lightning will get struck on them
- Every time you right click, the block or entity you were pointing at gets a ring of arrows spawned around them - only activates every 15 seconds
- If you hit a zombie with a sword then there's a 25% chance that spiders will come and attack them
- Only activates while sneaking and in a jungle biome above y = 75
- Gives you +15 EcoSkills Crit Chance
The API is now completely different so there have been severe breaking changes, you will have to recode against 4.0.0.
You will also have to update your reforge configs' effect / condition section - the wiki has been updated and it should be fairly easy to do.
- Recoded the entire plugin (again)
- Added way more effects: arrow_ring, attack_speed_multiplier, bonus_health, crit_multiplier, damage_multiplier, give_money, hunger_multiplier, knockback_multiplier, movement_speed_multiplier, regen_multiplier, run_command, spawn_mobs, strike_lightning
- Added options to trigger effects based on external triggers: alt_click, bow_attack, fall_damage, heal, jump, kill, lose_hunger, melee_attack, mine_block, projectile_hit, projectile_launch, take_damage, take_entity_damage, trident_attack
- Added options to filter blocks and entities
This means that this reforge is now possible (wouldn't play well, but it's an idea)
While in your inventory (eg a talisman reforge):
- Gives you 2 extra hearts
- 50% chance that you get $50 every time you mine gold ore or nether gold ore
- If you hit a player with a trident, then lightning will get struck on them
- Every time you right click, the block or entity you were pointing at gets a ring of arrows spawned around them - only activates every 15 seconds
- If you hit a zombie with a sword then there's a 25% chance that spiders will come and attack them
- Only activates while sneaking and in a jungle biome above y = 75
- Gives you +15 EcoSkills Crit Chance
The API is now completely different so there have been severe breaking changes, you will have to recode against 4.0.0.
You will also have to update your reforge configs' effect / condition section - the wiki has been updated and it should be fairly easy to do.