Polymart is now Voxel Shop! We're upgrading many features of the site, and during this open beta you will experience occasional bugs. Learn more  
⚔️ BaseRaiders icon

⚔️ BaseRaiders v2.0.9

Protection blocks ⚙️ Highly customizable!

Page 1 2
v2.0.9 30 days ago
Bug fixes & commands

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:
```


      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:
```
      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."
            - " "
```
v2.0.8 Feb 26, 2026
Bug fixes
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.
v2.0.7 Feb 5, 2026
Augment upgrades & small bug fixes
Changelog:
- [NEW] added augment upgrades, path: `any upgrade file -> upgrade.values.augments`
``` 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%"
v2.0.6 Jan 25, 2026
Minor bug fix

Changelog:
- [FIX] Fixed an issue with the `decay-redeem` tag where the price wasn't calculated correctly.

v2.0.5 Jan 23, 2026
New augments, bug fixes & more decay placeholders
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.
2.0.4 Jan 5, 2026
Augments, Event executables & API changes

- [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.

2.0.3 hotfix Nov 27, 2025
2.0.3 hotfix
2.0.3 hotfix Nov 26, 2025
Hotfix

Fixed a bug with commands not being able to be executed anywhere

2.0.3 Nov 26, 2025
Command modifications / Bug fixes / Member slots & more
- [NEW] Added permission "PLAYER_TELEPORT_WITHIN" in the /Ranks folder, handles players teleporting within the protected area (chorus fruit, ender pearls, etc).
- [NEW] Joining the server within enemy protections can now execute actions (commands, messages, etc)
- [NEW] You can now limit the amount of players a protection can have, this is applied per-owner just like the place / own limits and can be increased with permissions.
- [NEW] Within protection flight - permission based, can be disabled when non-members are inside the protected area.
- [NEW] Executing commands within enemy protections can now be stopped (list).
- [NEW] /base home & /base home <protection> teleport you on top of the protection.

- [MOD] /base invite now works without specifying a protection (/base invite <player>) - choses a protection for you, may be buggy if you own multiple.
- [MOD] /base leave now works without specifying a protection (/base leave <protection>) - choses a protection for you, may be buggy if you own multiple.

- [FIX] Fixed some bugs related to the holograms, permissions & database data.

File changes:
- cancel-commands-as-outsider
> list path: config.yml - `protection.cancel-commands-as-outsider`

> message path: messages.yml - `messages.event.outsider-command`


cancel-commands-as-outsider:
  - "/spawnpoint"
outsider-command:
  - "<dark_gray>[<red>LOCKED<dark_gray>] <gray>You are not allowed to use that command while you are within this protection."



- New permission


> message path: messages.yml - `messages.event.no-permission.PLAYER_TELEPORT_WITHIN`
 
PLAYER_TELEPORT_WITHIN:
        - "<dark_gray>[<red>MISSING PERMISSION<dark_gray>] <gray>You are not allowed to teleport within this protection!"



- join-server-as-outsider


> list path: config.yml - `protection.join-server-as-outsider`
  join-server-as-outsider:
    execute:
      - "[MESSAGE] <red>You have logged in within enemy territory!"


- Member slot limit
> path: config.yml - `protection.limit.member-slots`
    member-slots: # How many members you can have in one protection, owning the protection counts towards the amount
 
      default: 9
      permissions: # Anything here gets added on top of the default value
        base.owner.vip: 3


- Flight
> path: config.yml - `protection.fly`
  fly:
    enable: true
    permission: "baseraiders.fly"
    outsider-check: true
2.0.2 Nov 10, 2025
Relocate / Rename protections

- Added [SPECIAL] tag 'protection-relocate' to allow players to move their protection somewhere else
- Added [SPECIAL] tag 'protection-rename' to rename protections
- Added GUI 'main-stats.yml', unfinished
- Fixed a few bugs related to some commands

2.0.1 Nov 5, 2025
Experimental API & Bug fixes

- Added API (Experimental feature)
- Fixed bugs related to data transfers between the database and the plugin

v2.0 Oct 17, 2025
The final recode
And it only took 166 days!
 
The final BR recode is, well, finally here!
 
And by "final" I mean it will only get regular updates here on out, no more recodes! (for now)
 
Changes?
- Infinite upgrades, ranks, status, and overall customization.
- New systems for everything
- Many optimizations
 
Do note:
- With this recode I haven't got time to go over every feature the old version had, therefore some may be missing and will be added gradually back in.
- Configuration has been fully modified, a new config format is required for the files to work (no copy pasting files from the old BR, sorry y'all :d)
- Pain
 
The plugin has been tested mainly on 1.19.4, tho functional on more recent versions (1.20.x, 1.21.x)
 
Please report any bugs you find on our discord server!
v1.097 Jun 24, 2025
Small bugfix

- Updated WG/WE soft dependency to latest version.
- Fixed some bugs related to WG/WE

v1.096 May 18, 2025
v1.096 May 5, 2025
Small bugfix

Fixed some issues related to optional dependencies not working occasionally.

v1.095 Apr 15, 2025
[BETA] ItemsAdder support

- Added `itemsadder-block` option next to `material` in any protection item file (just add `itemsadder-block: "<namespace_id>"` inside the item's config and when placed it will have the specified texture). Make sure the ItemsAdder block DOES NOT DROP WHEN BROKEN, otherwise it will dupe the block

v1.094 Mar 30, 2025
Small bug fix

Fixed a few bugs regarding events

v1.093 Mar 28, 2025
Small PAPI modifications

Added `null-value` for location related placeholders when using PAPI

v1.092 Mar 26, 2025
Small bugfix

Fixed a bug with the bypass command not working for some events.

v1.091 Mar 21, 2025
Small holo fix

Fixed an issue with the holograms not being displayed correctly.

Page 1 2
Sign in
$10.34 USD
Sign in to purchase, save this product to your cart, and keep downloads tied to your account.
Stripe

raid

protection

base

block

economy

upgrades

member

management

blocks