
questshop_examples
This is a Data Pack used with Mod Packs. Its function is to define product details (ftb).
- 7
- July 31, 2026

questshop_examples
This is a Data Pack used with Mod Packs. Its function is to define product details (ftb).
- 7
- July 31, 2026
Features
Team Friendly Fire Protection: Toggle friendly fire damage on or off directly via the FTB Teams GUI.
Ally Protection: Prevents damage to players allied with your team.
Pet & Summon Protection: Prevents owned pets (e.g., dogs, cats, horses) or summons from harming team members or their pets.
Automatic Waystone/Warp Scroll Sharing: When a team member activates a Waystone, it is instantly unlocked for all team members. This allows teammates to warp there immediately using Warp Scrolls or Warp Stones without needing to activate the stone themselves!
Officer-Level Permissions: Only members with Officer or Leader status can modify team settings regarding friendly fire and Waystone sharing.
---
Configuration
1. In-game Settings (FTB Teams GUI)
When opening the FTB Teams window (team icon in the top-left corner of the inventory or via hotkey), you will find the "Friendly Fire & Team Settings" section:
- Allow Damage to Members: Allows damaging members of the same team. Default: false
- Allow Damage to Allies: Allows damaging allies. Default: false
- Share Waystones with Team: Automatically shares discovered Waystones with all teammates. Default: true
2. Server Config File (`config/teamspvpoff.snbt`)
```snbt
{
# When set to true, ally protection applies only if both teams have set each other as allies.
require_mutual_allies: false,
# Enable automatic Waystone sharing with teammates. (Works when the Waystones mod is installed)
enable_waystones_sync: true,
# Notify teammates via chat when a new waystone is activated
notify_team_on_waystone_activated: true
This is a Data Pack used with Mod Packs. Its function is to define product details (ftb).
This is a Data Pack used with Mod Packs. Its function is to define product details (ftb).