NewJoinManager is fully compatible with versions from 1.8 to 1.21
What is NewJoinManager?
NewJoinManager is a lightweight plugin for managing player joins on your server. It lets you customize many features. Trust me, choosing this plugin is always a great decision!
How to Install NewJoinManager?
Simply drop NewJoinManager into your
Plugins folder and restart your server. That’s it!
Where Can You Use NewJoinManager?
You can use it on
Spigot,
Paper,
PurPur, and
Folia servers. (Other server types haven’t been tested yet, but feel free to try and see if it works!)
How to Use NewJoinManager??
Using NewJoinManager is super simple! Just type
/NewJoinManager or
/NJM in-game or in the console to see all available commands.
How to Report Issues or Suggestions?
You can share your feedback or suggestions in the
Discussion section on Spigot. I’ll respond to your questions as quickly as possible!
NewJoinManager latest config.yml?
(1.2.0)
Code (Text):
#NewJoinManager Ver 1.2.0
#Download link:
#1. https://www.spigotmc.org/resources/NewJoinManager-custom-message-1-7-1-20.113012/
#If you have better suggestions, please leave a comment or send me a direct message.
#Let me know how I can add more fun and useful features to this plugin!
#I recommend that you leave update notifications turned on.
#This way you can always receive updates and fixes for the plugin.
update-notifications: true #default: true
# Debug
Debug-mode: false
#You can change this as much as you like.
NewJoinManagerPrefix: "&a[NewJoinManager] "
JoinMessage:
#Default Message
DefaultMessage:
JoinMessage: "&a%player% joined the game!"
QuitMessage: "&7%player% quit the game!"
JoinSound:
Type:
Time:
JoinEffect:
Type:
Time:
#VIP message
VIPMessage:
Permission: NewJoinManager.VIP
JoinMessage: "&e%player% joined the game!!"
QuitMessage: "&7%player% quit the game!"
JoinSound:
Type:
Time:
JoinEffect:
Type:
Time:
#VIP message
MVPMessage:
Permission: NewJoinManager.MVP
JoinMessage: "&c%player% joined the game!"
QuitMessage: "&7%player% quit the game!"
JoinSound:
Type:
Time:
JoinEffect:
Type:
Time:
#Announcement notification after players enter the game.
#You can mark various information about your server here, or whatever rules ......
Announcement:
enabled: true #default: true
Messages:
- "&aWelcome to the server!"
- ""
- "&7Form &aNewJoinManager/config.yml"
# 20tick = 1s (fade-in and stay and fadeout are all tick time units)
Title-Notification:
enabled: false #default: false
bigTitle: "&aNewJoinManager"
smallTitle: "&fTest"
fade-in: 20
stay: 60
fadeout: 20
#Does it automatically fill the player's stomach every time they enter?
Feed-Player:
enabled: false #default: false
Permission: NewJoinManager.Listener.Feed-Player
Message: ""
NoPermissionMessage: ""
DisabledMessage: "&aFeed-Player &cis not enabled on the server!"
#Does it restore the player to full health every time they enter?
Health-Player:
enabled: false #default: false
SetHealth: 20
Permission: NewJoinManager.Listener.Health-Player
Message: ""
NoPermissionMessage: ""
#Does the player turn on Spectator Mode each time they enter?
SpectatorMode:
enabled: false #default: false
Permission: NewJoinManager.Listener.SpectatorMode
Message: ""
NoPermissionMessage: ""
#Does the player turn on SURVIVAL Mode each time they enter?
SCMode:
enabled: true #default: false
Permission: NewJoinManager.Listener.SCMode
Message: ""
NoPermissionMessage: ""
##Players will greet each other every time they enter the server
##If you don't fill in anything within the quotation marks, you can disable this feature.
#example:
# Message: "Hello"
#I recommend using this only for servers running versions below 1.12.2.
PlayerAutoSay:
Permission: NewJoinManager.Listener.PlayerAutoSay
Message: ""
NoPermissionMessage: ""
#Plugin message
command-message:
#use /njm message
HelpHelp: "&aHelp"
HelpReload: "&aReload NewJoinManager Config.yml"
HelpAbout: "&aPlugin about"
NoPermission: "&cYou don't have permission to use this command."
ReloadConfig: "&ahas been reloaded!"
InvalidCommand: "&cYou entered an invalid command!"
Server Stats