ModsJava
TraderNotify
Get notified when a Wandering Trader is in your world!. Free Minecraft Java mod for 1.14, 1.15, 1.16.
⬇ Download on Spigot
TraderNotify
Get notified when a Wandering Trader is in your world!
Latest update
Disable metrics and updates
Looking for contributors
Fork Trader Notify on GitHub
About The ProjectGet notified when a Wandering Trader is in your world!
Latest update
Disable metrics and updates
Looking for contributors
Fork Trader Notify on GitHub
TraderNotify is a neat plugin which is used to broadcast a customizable message into your world when a wandering trader has appeared.
Getting Started
1. Download the latest version of the plugin.
2. Move it over to your plugin's folder in the root of your server.
3. Start / restart your server ( you only have to do this once ).
Tip: To reload the config, use /reload-tradernotify.
Configuration
Spoiler: Show Contents
# ╔══ TraderNotify ══════════════
# ║
# ║ Are you having trouble with the plugin?
# ║
# ║ Open an issue on GitHub, you can do that here.
# ║ https://github.com/ThijmenGThN/TraderNotify/issues/new
# ║
# ║ You can also open a ticket on Discord.
# ║ https://discord.gg/7cqHVQyFmU
# ║
# ║
# ║
# ╠════ MESSAGE ══════════════
# ║
# ║ message: "&dA Wandering Trader has appeared!"
# ║
# ║ Description: This will be displayed when a wandering trader has appeared.
# ║ NOTE: Color codes can be used, no variables are available.
# ║
# ╠════ LISTENER ══════════════
# ║
# ║ listener: DEFAULT
# ║
# ║ Description: Which worlds should the plugin listen to?
# ║ Option 1: <DEFAULT> ( listener: DEFAULT ) Uses the first world that gets loaded, should be overworld.
# ║ Option 2: <ALL> ( listener: ALL ) Listen to all available worlds, this also includes dimensions.
# ║
# ╠════ USE PERMISSIONS ══════════════
# ║
# ║ use-permissions: false
# ║
# ║ Description: Require permissions, every permission node can be found at: https://www.spigotmc.org/resources/tradernotify.92776/
# ║ NOTE: Keeping this on false might be the best option, normal will only be able to recieve notifications and won't be able to change anything.
# ║ Option 1: <false> ( use-permissions: false ) Keep permissions off, this will use the default permission setting.
# ║ Option 2: <true> ( use-permissions: true ) Only players with specific permission nodes can do certain things.
# ║
# ╠════ ENABLE UPDATES ══════════════
# ║
# ║ enable-updates: true
# ║
# ║ Description: When this option has been enabled the server will periodically check for updates and if necessary update TraderNotify.
# ║ NOTE: It is RECOMMEND to keep this enabled, staying up to date will ensure the best experience possible.
# ║ Option 1: <false> ( enable-updates: false ) This will disable automatic updates, future bug fixes and improvments will have to be installed manually.
# ║ Option 2: <true> ( enable-updates: true ) TraderNotify will periodically check for updates, if there are any available it will update next time your server starts up.
# ║
# ╠════ ENABLE METRICS ══════════════
# ║
# ║ enable-metrics: true
# ║
# ║ Description: This will provide the plugin a limited amount of data which could help improve your experience. (thid-party remote service called bStats)
# ║ Option 1: <false> ( enable-metrics: false ) Metrics will not be tracked nor passed onto bStats.
# ║ Option 2: <true> ( enable-metrics: true ) You will help TraderNotify on gaining insight on limited server data, remotely on bStats.
# ║
# ╚══
message: "&dA Wandering Trader has appeared!"
listener: DEFAULT
use-permissions: false
enable-updates: true
enable-metrics: true
Code (Text):
# ╔══ TraderNotify ══════════════
# ║
# ║ Are you having trouble with the plugin?
# ║
# ║ Open an issue on GitHub, you can do that here.
# ║ https://github.com/ThijmenGThN/TraderNotify/issues/new
# ║
# ║ You can also open a ticket on Discord.
# ║ https://discord.gg/7cqHVQyFmU
# ║
# ║
# ║
# ╠════ MESSAGE ══════════════
# ║
# ║ message: "&dA Wandering Trader has appeared!"
# ║
# ║ Description: This will be displayed when a wandering trader has appeared.
# ║ NOTE: Color codes can be used, no variables are available.
# ║
# ╠════ LISTENER ══════════════
# ║
# ║ listener: DEFAULT
# ║
# ║ Description: Which worlds should the plugin listen to?
# ║ Option 1: <DEFAULT> ( listener: DEFAULT ) Uses the first world that gets loaded, should be overworld.
# ║ Option 2: <ALL> ( listener: ALL ) Listen to all available worlds, this also includes dimensions.
# ║
# ╠════ USE PERMISSIONS ══════════════
# ║
# ║ use-permissions: false
# ║
# ║ Description: Require permissions, every permission node can be found at: https://www.spigotmc.org/resources/tradernotify.92776/
# ║ NOTE: Keeping this on false might be the best option, normal will only be able to recieve notifications and won't be able to change anything.
# ║ Option 1: <false> ( use-permissions: false ) Keep permissions off, this will use the default permission setting.
# ║ Option 2: <true> ( use-permissions: true ) Only players with specific permission nodes can do certain things.
# ║
# ╠════ ENABLE UPDATES ══════════════
# ║
# ║ enable-updates: true
# ║
# ║ Description: When this option has been enabled the server will periodically check for updates and if necessary update TraderNotify.
# ║ NOTE: It is RECOMMEND to keep this enabled, staying up to date will ensure the best experience possible.
# ║ Option 1: <false> ( enable-updates: false ) This will disable automatic updates, future bug fixes and improvments will have to be installed manually.
# ║ Option 2: <true> ( enable-updates: true ) TraderNotify will periodically check for updates, if there are any available it will update next time your server starts up.
# ║
# ╠════ ENABLE METRICS ══════════════
# ║
# ║ enable-metrics: true
# ║
# ║ Description: This will provide the plugin a limited amount of data which could help improve your experience. (thid-party remote service called bStats)
# ║ Option 1: <false> ( enable-metrics: false ) Metrics will not be tracked nor passed onto bStats.
# ║ Option 2: <true> ( enable-metrics: true ) You will help TraderNotify on gaining insight on limited server data, remotely on bStats.
# ║
# ╚══
message: "&dA Wandering Trader has appeared!"
listener: DEFAULT
use-permissions: false
enable-updates: true
enable-metrics: true
Commands & Permissions
Spoiler: Show Contents
commands:
reload-tradernotify:
description : Reload config file.
usage : /reload-tradernotify
permission : tradernotify.reload
permissions:
tradernotify.reload:
description : Reload config file.
default : op
tradernotify.getNotified:
description : Allows players to receive notifications.
Code (YAML):
commands:
reload-tradernotify:
description : Reload config file.
usage : /reload-tradernotify
permission : tradernotify.reload
permissions:
tradernotify.reload:
description : Reload config file.
default : op
tradernotify.getNotified:
description : Allows players to receive notifications.
Feature Requests
Great! You have a wonderful addition for this plugin, can't wait to hear about it.
The best way to make me notice your idea is via GitHub,
~ https://github.com/ThijmenGThN/TraderNotify/issues/new
Open Source - Contributing
Contributions are what make the open source community such an amazing place to be. Learn, inspire, and create. Any contributions you make are greatly appreciated.
~ https://github.com/ThijmenGThN/TraderNotify
Plugin SupportAre you having trouble with the plugin, would you like to report a bug or is it simply not working?
Open an issue on GitHub, you can do that here.
~ https://github.com/ThijmenGThN/TraderNotify/issues/new
You can also open a ticket on Discord.
~ https://discord.gg/7cqHVQyFmU
Consider a Review, share your opinion!
It puts a smile on my face to read your review, I can't wait for your ideas and additions.
Thank you for using this plugin!
TraderNotify is a free Minecraft Java mod. Compatible with Minecraft 1.14, 1.15, 1.16, 1.17. Downloaded 540 times (via Spigot). Download it and open it directly in the game.



