BaseRaiders | Protection Blocks v2.0.11

Fuel | Generator | Upgrades - Highly customizable!
Changes:
  • [FIX?] (hopefully) Fixed an issue with holograms not being deleted properly
  • [FIX] Fixed some bypass cases not working
  • [FIX] Fixed other small bugs
Changes:
  • [FIX] Fixed an issue with weapons not working properly in some cases
  • [FIX] Fixed some errors related to PAPI
  • [FIX] Fixed other small bugs
  • [MOD] Modified the "show" command, added "success-all" & added "show" to placeholders.yml list formatting
Changes:
  • [FIX] Fixed an issue with the version check not getting the right value.
  • [FIX] Fixed some events not being bypassed by /base bypass.
  • [FIX] Fixed some flight related issues.
  • [FIX] Modified some events priority to work with other plugins more properly.
  • [FIX] Fixed some messages not being sent.
  • [FIX] Fixed some recipes throwing errors when missing optional values.
  • [FIX] Fixed some holograms throwing errors randomly.
  • [FIX] Fixed old placeholders not being updated with the new ones in the configs.
  • [FIX] Fixed some GUIs having wrong values.
  • [FIX?] May have fixed an issue with CMI not being recognized as an economy handler.
  • [MOD] Made recipes have a default item when one is not provided in the config file.
  • [MOD] Cleaned up some of the old code.
  • [ADD] Added commands:
Code:
      toggle:
        permission: "baseraiders.base.use.toggle"
        description:
          - "Base toggle command."
        messages:
          missing-permission:
            - "You don't have permission to use /base toggle"
          insufficient-arguments:
            - " "
            - "<dark_gray>[<gold><b>BR</b><dark_gray>] - <red>Missing arguments"
            - "<dark_gray>・<gray>base toggle <entry / particles>"
            - " "
          success:
            - "<dark_gray>[<gold><b>BR</b><dark_gray>] - <gray>Toggled!"
and:
Code:
      tp:
        permission: "baseraiders.base.admin.use.home"
        description:
          - "Base tp command."
        messages:
          missing-permission:
            - "You don't have permission to use /base tp"
          protection-not-found:
            - " "
            - "<dark_gray>[<gold><b>BR</b><dark_gray>] - <red>Not found"
            - "<dark_gray>・<gray>Couldn't find any protection by that name."
            - " "
Changes:
  • [FIX] Fixed a bug where using anvils would send errors.
  • [FIX] Fixed a bug where wind charges caused blocks to break.
  • [FIX] Fixed:
"GRIEF_EXPLOSION_TNT"
"GRIEF_EXPLOSION_MOB"
"GRIEF_EXPLOSION_PROJECTILE"
"GRIEF_EXPLOSION_UNKNOWN"
so they work inside the protection's permission file.
- [FIX] Fixed some other smaller bugs.
Changelog:
- [NEW] added augment upgrades, path: any upgrade file -> upgrade.values.augments
Code:
 Example:
augments:
  crops:
    growth-speed:
      chance: 5.0
      multiplier: 0.2
    yield-bonus:
      chance: 5.0
      multiplier: 0.2
    multi-harvest:
      chance: 5.5
      multiplier: 0.2
    fertilizer-efficiency:
      chance: 5.0
      multiplier: 1.5
    exp:
      chance: 5.0
      amount: 5
  mobs:
    loot:
      chance:
        passive: 5.0
        hostile: 5.0
      multiplier:
        passive: 2.0
        hostile: 2.0
    exp:
      chance:
        passive: 10.0
        hostile: 10.0
      amount:
        passive: 5
        hostile: 5
  forge:
    furnace:
      speed:
        chance: 5.0
        multiplier: 1.5
      fuel:
        chance: 5.0
        multiplier: 1.5
      output:
        chance: 5.0
        multiplier: 1.5
    blast-furnace:
      speed:
        chance: 5.0
        multiplier: 1.5
      fuel:
        chance: 5.0
        multiplier: 1.5
      output:
        chance: 5.0
        multiplier: 1.5
    smoker:
      speed:
        chance: 5.0
        multiplier: 1.5
      fuel:
        chance: 5.0
        multiplier: 1.5
      output:
        chance: 5.0
        multiplier: 1.5

- [NEW] added the following placeholders:
"%upgrade-value-augment-crops-growth-speed-chance%"
"%upgrade-value-augment-crops-growth-speed-multiplier%"
"%upgrade-value-augment-crops-yield-bonus-chance%"
"%upgrade-value-augment-crops-yield-bonus-multiplier%"
"%upgrade-value-augment-crops-multi-harvest-chance%"
"%upgrade-value-augment-crops-multi-harvest-multiplier%"
"%upgrade-value-augment-crops-fertilizer-efficiency-chance%"
"%upgrade-value-augment-crops-fertilizer-efficiency-multiplier%"
"%upgrade-value-augment-crops-exp-chance%"
"%upgrade-value-augment-crops-exp-amount%"
"%upgrade-value-augment-mobs-loot-chance-passive%"
"%upgrade-value-augment-mobs-loot-chance-hostile%"
"%upgrade-value-augment-mobs-loot-multiplier-passive%"
"%upgrade-value-augment-mobs-loot-multiplier-hostile%"
"%upgrade-value-augment-mobs-exp-chance-passive%"
"%upgrade-value-augment-mobs-exp-chance-hostile%"
"%upgrade-value-augment-mobs-exp-amount-passive%"
"%upgrade-value-augment-mobs-exp-amount-hostile%"
"%upgrade-value-augment-forge-furnace-speed-chance%"
"%upgrade-value-augment-forge-furnace-speed-multiplier%"
"%upgrade-value-augment-forge-furnace-fuel-chance%"
"%upgrade-value-augment-forge-furnace-fuel-multiplier%"
"%upgrade-value-augment-forge-furnace-output-chance%"
"%upgrade-value-augment-forge-furnace-output-multiplier%"
"%upgrade-value-augment-forge-blast-furnace-speed-chance%"
"%upgrade-value-augment-forge-blast-furnace-speed-multiplier%"
"%upgrade-value-augment-forge-blast-furnace-fuel-chance%"
"%upgrade-value-augment-forge-blast-furnace-fuel-multiplier%"
"%upgrade-value-augment-forge-blast-furnace-output-chance%"
"%upgrade-value-augment-forge-blast-furnace-output-multiplier%"
"%upgrade-value-augment-forge-smoker-speed-chance%"
"%upgrade-value-augment-forge-smoker-speed-multiplier%"
"%upgrade-value-augment-forge-smoker-fuel-chance%"
"%upgrade-value-augment-forge-smoker-fuel-multiplier%"
"%upgrade-value-augment-forge-smoker-output-chance%"
"%upgrade-value-augment-forge-smoker-output-multiplier%"
"%protection-augment-crops-growth-speed-chance%"
"%protection-augment-crops-growth-speed-multiplier%"
"%protection-augment-crops-yield-bonus-chance%"
"%protection-augment-crops-yield-bonus-multiplier%"
"%protection-augment-crops-multi-harvest-chance%"
"%protection-augment-crops-multi-harvest-multiplier%"
"%protection-augment-crops-fertilizer-efficiency-chance%"
"%protection-augment-crops-fertilizer-efficiency-multiplier%"
"%protection-augment-crops-exp-chance%"
"%protection-augment-crops-exp-amount%"
"%protection-augment-mobs-loot-chance-passive%"
"%protection-augment-mobs-loot-chance-hostile%"
"%protection-augment-mobs-loot-multiplier-passive%"
"%protection-augment-mobs-loot-multiplier-hostile%"
"%protection-augment-mobs-exp-chance-passive%"
"%protection-augment-mobs-exp-chance-hostile%"
"%protection-augment-mobs-exp-amount-passive%"
"%protection-augment-mobs-exp-amount-hostile%"
"%protection-augment-forge-furnace-speed-chance%"
"%protection-augment-forge-furnace-speed-multiplier%"
"%protection-augment-forge-furnace-fuel-chance%"
"%protection-augment-forge-furnace-fuel-multiplier%"
"%protection-augment-forge-furnace-output-chance%"
"%protection-augment-forge-furnace-output-multiplier%"
"%protection-augment-forge-blast-furnace-speed-chance%"
"%protection-augment-forge-blast-furnace-speed-multiplier%"
"%protection-augment-forge-blast-furnace-fuel-chance%"
"%protection-augment-forge-blast-furnace-fuel-multiplier%"
"%protection-augment-forge-blast-furnace-output-chance%"
"%protection-augment-forge-blast-furnace-output-multiplier%"
"%protection-augment-forge-smoker-speed-chance%"
"%protection-augment-forge-smoker-speed-multiplier%"
"%protection-augment-forge-smoker-fuel-chance%"
"%protection-augment-forge-smoker-fuel-multiplier%"
"%protection-augment-forge-smoker-output-chance%"
"%protection-augment-forge-smoker-output-multiplier%"
Changelog:
- [FIX] Fixed an issue with the decay-redeem tag where the price wasn't calculated correctly.
Changes:
  • [NEW] Added augments for passive / hostile mobs.
  • [NEW] Added augments for forging (furnace, blast furnace, smoker) regarding speed, fuel time and output.
  • [NEW] Added 2 new placeholders %protection-decay-redeem-price-money% and %protection-decay-redeem-price-items%.
  • [MOD] Modified some API methods related to some augments.
  • [FIX] Fixed a bug where /base invite was not working.
  • [FIX] Fixed a bug where %member-online-status% was displaying the wrong value.
  • [NEW] Added augments for crops.
  • [NEW] Added event executables.
  • [NEW] Added API method to get the protection data within a location.
  • [FIX] Fixed a bug related to protection status permissions.
Buy a license now
$9.99
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
Lifetime
Share and earn
Refer this resource and earn a 10% commission.
3,986 Views
19 Purchases
24 Downloads
May 29, 2024 Published
Jul 9, 2026 Updated
5.00 star(s)
Average rating (3)
637.3 KB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Gameplay
  1. Protection
Game mode
  1. Survival & SMP
  1. Factions
Game mode
  1. Survival
  1. Factions
Game mode (legacy)
  1. Survival
  1. Factions
Supported software
  1. Spigot
  1. Paper
  1. Sponge
Supported versions
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
  1. 1.20
  1. 1.19
  1. 1.18
  1. 1.17
Supported languages
  1. English
Includes DRM
No
Source access (legacy)
Closed source & unobfuscated
Creator
Owner
Recommended for you
Plague Pathfinding | Cures | Syringes - Highly customizable!
5.00 star(s) 2 ratings
5 purchases
Detection Rays | Explosion Regen | Projectiles - Highly customizable!
Not yet rated
1 purchase
Tools | Armors | Regular Items - Highly customizable!
Not yet rated
1 purchase
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 140 ratings
4,231 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 54 ratings
3,228 purchases
Share and earn
Refer this resource and earn a 10% commission.
3,986 Views
19 Purchases
24 Downloads
May 29, 2024 Published
Jul 9, 2026 Updated
5.00 star(s)
Average rating (3)
637.3 KB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Gameplay
  1. Protection
Game mode
  1. Survival & SMP
  1. Factions
Game mode
  1. Survival
  1. Factions
Game mode (legacy)
  1. Survival
  1. Factions
Supported software
  1. Spigot
  1. Paper
  1. Sponge
Supported versions
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
  1. 1.20
  1. 1.19
  1. 1.18
  1. 1.17
Supported languages
  1. English
Includes DRM
No
Source access (legacy)
Closed source & unobfuscated
Creator
Owner
Recommended for you
Plague Pathfinding | Cures | Syringes - Highly customizable!
5.00 star(s) 2 ratings
5 purchases
Detection Rays | Explosion Regen | Projectiles - Highly customizable!
Not yet rated
1 purchase
Tools | Armors | Regular Items - Highly customizable!
Not yet rated
1 purchase
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 140 ratings
4,231 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 54 ratings
3,228 purchases
Top