Configuration
Commands
- /givespawner (player) (spawner) âš Gives a custom spawner to a player
- /givespawner reload âš Reloads the Spawners configuration
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
/Spawners
|- data/
|-
|- config.yml
|- messages.yml
|- gui.yml
settings:
debug: false
default-limit: 4 # This is the base number of custom spawners a player can place
spawners:
COW:
display-name: '&#BC6EFFCow Spawner'
mob-type: COW
loot:
LEATHER:
chance: 100
min: 1
max: 3
price: 5.0
BEEF:
chance: 100
min: 1
max: 2
price: 3.0
base:
production-interval: 400
# This is how often that spawner produces loot, in ticks.
# 400 ticks is 20 seconds.
# Lower number = faster production
# higher number = slower production
| Permission | Description | Default |
|---|---|---|
smp.spawner.give | Gives spawners to players and reloads the Spawners configuration | op |
smp.spawner.use | Uses the Spawner GUI | true |
smp.spawner.limit.bypass | Bypasses the custom spawner limit | op |
smp.vip.spawner | Grants VIP spawner benefits such as a higher limit | false |