Pack: Wandering Trader Announcements - teakivy/teaks-tweaks GitHub Wiki
Wandering Trader Announcements notifies nearby players when a Wandering Trader spawns in the world.
The config for this pack can be found in the config.yml
file for the plugin.
# Wandering Trader Announcements
# Announces to nearby players when a Wandering Trader spawns in the world.
#
# Permissions:
# teakstweaks.wandering-trader-announcements
wandering-trader-announcements:
enabled: false
# How close a player has to be to the Wandering Trader to see the announcement
# Set to -1 to announce to all players
radius: 64
- Type -
boolean
- Default -
false
- Description - Controls whether the pack is enabled.
- Type -
int
- Default -
64
- Description - Sets the radius players must be in to see the Wandering Trader announcement. Set to
-1
to announce to all players online.
teakstweaks.wandering-trader-announcements
- Default -
true
- Description - Controls whether the player will get notified about Wandering Trader spawning.
"wandering_trader_announcements.name": "Wandering Trader Announcements",
"wandering_trader_announcements.description": "Announces to nearby players when a Wandering Trader spawns in the world.",
"wandering_trader_announcements.announcement": "<gold>A Wandering Trader has spawned nearby!",
"wandering_trader_announcements.announcement_all": "<gold>A Wandering Trader has spawned somewhere on the server!",
wandering_trader_announcements.name
- Default -
Wandering Trader Announcements
wandering_trader_announcements.description
- Default -
Announces to nearby players when a Wandering Trader spawns in the world.
wandering_trader_announcements.announcement
- Default -
<gold>A Wandering Trader has spawned nearby!
wandering_trader_announcements.announcement_all
- Default -
<gold>A Wandering Trader has spawned somewhere on the server!