Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

freed_slaves

Checks if the number of freed slaves is equal or above to the given number.

Format

freed_slaves
└─ amount - Int Bound
  ├─ min - Integer
  └─ max - Integer

Example

{
    "trigger": "mineminenomi:freed_slaves",
	"conditions": {
		"amount": 5
	}
}
Last change: 2025-10-31