Kore
  • FriendlyRaids
    • Dependencies
    • Modules
      • Spectate Module
      • FreeItems Module
      • Counters Module
      • Leaderboard Module
      • Tournament Module
    • Configuration
      • config.yml
      • lang.yml
      • gui.yml
    • Commands
    • Permissions
Powered by GitBook
On this page
  1. FriendlyRaids
  2. Modules

FreeItems Module

This module has 3 settings in config.yml:

# Below you can configure the free items players get in a raid.
freeItems:
  # Should bases contain chests with configured FreeItems?
  enableFreeItemChests: true
  # Should factions get free tnt in the world?
  # Cannons will be prefilled and will refill automatically.
  enableFreeTnt: true
  # Should factions be able to print items for free?
  # Currently this uses Kore printer. Other printers are not supported yet.
  enableFreePrinter: true

Enabling chests puts 16 double chests inside each faction's base with up to 16 items you can configure with /fraid freeitems These items are given for free during the raid and cannot leave the world. If you enable this module you acknowledge that you need to disable all vault or enderchest commands so that players cannot grab their own items and more importantly can't store these free items. When you enable freeItems the assumption is that players cannot bring their own items in, access their own items, or leave with freeItems. This means that when a player joins a raid and this setting is enabled, their items are stored in /fraid items They can run this command to retrieve them after the raid again.

Enabling free tnt will load tnt into pasted counters, refill tnt when a cannon shoots, and fill all dispensers in the world. If you enable this module you acknowledge that you need to disable the tnt factions command so that factions cannot extract free tnt from their cannons.

Enabling free printer will cancel prices for Kore printer allowing factions to now worry about money when printing cannons in the raid world.

PreviousSpectate ModuleNextCounters Module

Last updated 2 years ago