NetworkManager

NetworkManager 2.14.0
[BungeeCord] WebInterface, TicketSystem, Permission System, BanManager, Analytics, much more!

FateKid

DEVIL DID IT

Admin

Status

offline

Posts

14,806

Likes

128,542

Resources

3,384

Bits Credits

426

LEVEL

11

5,910 XP

NF NET submitted a new resource:

NetworkManager - [BungeeCord] WebInterface, TicketSystem, Permission System, BanManager, Analytics, much more!

RujwvLb.png
Have you been searching for a solution to manage your network and are you tired to setup plenty of plugins just to finish the job? NetworkManager is the best solution for you. You can change the MOTD, Permissions and much more things from a simple dashboard. No need to restart your BungeeCord or anything else. NetworkManager does the job for you. As well it supports a lot of addons for your current plugins...

Read more about this resource...
 

FateKid

DEVIL DID IT

Admin

Status

offline

Posts

14,806

Likes

128,542

Resources

3,384

Bits Credits

426

LEVEL

11

5,910 XP

FateKid updated NetworkManager with a new update entry:

Quality changes

Changes:
- When player settings are missing from the database it will just create them and load them instead of preventing you from logging in at all.
- Added some extra protection to prevent player data being overwritten with default data.
- Minor tweaks to the ServerGroup class.
- Add cloudCommandManager to NMExtension class.
- Moved accounts commands to command-proxy to use them on velocity as well.
- Fixed gsend not working correctly.
- Register get and set nickname commands.
- You can...

Read the rest of this update entry...
 
Liked by:

FateKid

DEVIL DID IT

Admin

Status

offline

Posts

14,806

Likes

128,542

Resources

3,384

Bits Credits

426

LEVEL

11

5,910 XP

Liked by:

FateKid

DEVIL DID IT

Admin

Status

offline

Posts

14,806

Likes

128,542

Resources

3,384

Bits Credits

426

LEVEL

11

5,910 XP

FateKid updated NetworkManager with a new update entry:

Better messages API & PartyAndFriends log support

Changes:
- Added support for PartyAndFriends to log chat [https://github.com/ChimpGamer/NetworkManager/issues/95] (BungeeCord)
- Added PartyLeaderChangedEvent to the API.
- Added TranslatableMessage interface to the API which allows the usage of the message methods through the API.
- Updated default Tags messages to use new placeholders.

Read the rest of this update entry...
 
Liked by:

FateKid

DEVIL DID IT

Admin

Status

offline

Posts

14,806

Likes

128,542

Resources

3,384

Bits Credits

426

LEVEL

11

5,910 XP

FateKid updated NetworkManager with a new update entry:

Minor but important

Changes:
- Fixed server displayname component being displayed as string in notifystaff messages
- Modified nickname length from 64 to 192.
- Use toIntOrNull in getBCBuild, so it won't cause issues on BungeeCord forks that f up the format.
- Staffchat and adminchat messages can now be fully in minimessage format.
- Fixed reports list command not being parsed. Also allow that message to be fully minimessage.
- Allow usage of %newline% and <br> in lang_notification_helpop.
- Allow usage of...

Read the rest of this update entry...
 
Liked by:

FateKid

DEVIL DID IT

Admin

Status

offline

Posts

14,806

Likes

128,542

Resources

3,384

Bits Credits

426

LEVEL

11

5,910 XP

FateKid updated NetworkManager with a new update entry:

Just a minor update

Changes:
- Removed BungeeAdminTools Importer
- Check platform type before checking if PlaceholderAPI is loaded. Some people installed PlaceholderAPI on their bungeecord or velocity server which caused errors.
- Some improvements to the feedback of the permission commands
- Fixed issues with ServerGroup Context Calculator for LuckPerms

Read the rest of this update entry...
 
Liked by:

FateKid

DEVIL DID IT

Admin

Status

offline

Posts

14,806

Likes

128,542

Resources

3,384

Bits Credits

426

LEVEL

11

5,910 XP

FateKid updated NetworkManager with a new update entry:

Bugfixessss

Changes:
- Should fix login servers are offline when being kick from login/fallback server.
- Should fix issue with maintenance motd not refreshing without changing the favicon url.
- Fixed find command returning the wrong playername.
- Should fix issue with lookup command formatting
- Updated 3 messages. Check below for their new default value.

Code:
lang_commandblocked_isblocked = <dark_red>»<red> The command <command> is blocked!
lang_ping = <red>Your ping is <yellow><ping>ms...

Read the rest of this update entry...
 
Liked by:

FateKid

DEVIL DID IT

Admin

Status

offline

Posts

14,806

Likes

128,542

Resources

3,384

Bits Credits

426

LEVEL

11

5,910 XP

FateKid updated NetworkManager with a new update entry:

Another minor update

Make a backup of your database before updating!

Changes:
Fixed rank placeholder in lookup command
Respect spaces in filter test command
Added experimental group clone command to clone permission group

Updated the following messages (These messages should automatically update!):
Code:
lang_seen_success = <gray>The player <red><displayname> <gray>is <reset><online> <gray>since <red><time><gray>.
lang_lockdown_removed =
<gray>The server <red><servername> <gray>is no longer locked down...

Read the rest of this update entry...
 
Liked by:

block18c

User Suspended

Status

offline

Posts

2

Likes

0

Bits Credits

0

LEVEL

0

0 XP

Member suspended from NullForums
[15:00:39 WARN]: Error loading plugin NetworkManager
nl.chimpgamer.networkmanager.shaded.slimjar.resolver.UnresolvedDependencyException: Could not resolve dependency : com.github.ben-manes:caffeine:2.9.3
at nl.chimpgamer.networkmanager.shaded.slimjar.downloader.URLDependencyDownloader.lambda$download$0(URLDependencyDownloader.java:76) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:408) ~[?:?]
at nl.chimpgamer.networkmanager.shaded.slimjar.downloader.URLDependencyDownloader.download(URLDependencyDownloader.java:76) ~[?:?]
at nl.chimpgamer.networkmanager.shaded.slimjar.injector.helper.InjectionHelper.fetch(InjectionHelper.java:45) ~[?:?]
at nl.chimpgamer.networkmanager.shaded.slimjar.injector.SimpleDependencyInjector.injectDependencies(SimpleDependencyInjector.java:58) ~[?:?]
at nl.chimpgamer.networkmanager.shaded.slimjar.injector.SimpleDependencyInjector.inject(SimpleDependencyInjector.java:52) ~[?:?]
at nl.chimpgamer.networkmanager.shaded.slimjar.app.builder.InjectingApplicationBuilder.buildApplication(InjectingApplicationBuilder.java:63) ~[?:?]
at nl.chimpgamer.networkmanager.shaded.slimjar.app.builder.ApplicationBuilder.build(ApplicationBuilder.java:462) ~[?:?]
at nl.chimpgamer.networkmanager.bungeecord.NMBungeeBootstrap.onLoad(NMBungeeBootstrap.java:66) ~[?:?]
at net.md_5.bungee.api.plugin.PluginManager.enablePlugin(PluginManager.java:398) ~[server.jar:git:Waterfall-Bootstrap:1.19-R0.1-SNAPSHOT:13085b9:510]
at net.md_5.bungee.api.plugin.PluginManager.loadPlugins(PluginManager.java:300) ~[server.jar:git:Waterfall-Bootstrap:1.19-R0.1-SNAPSHOT:13085b9:510]
at net.md_5.bungee.BungeeCord.start(BungeeCord.java:287) ~[server.jar:git:Waterfall-Bootstrap:1.19-R0.1-SNAPSHOT:13085b9:510]
at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:67) ~[server.jar:git:Waterfall-Bootstrap:1.19-R0.1-SNAPSHOT:13085b9:510]
at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15) ~[server.jar:git:Waterfall-Bootstrap:1.19-R0.1-SNAPSHOT:13085b9:510]
 
Liked by:

FateKid

DEVIL DID IT

Admin

Status

offline

Posts

14,806

Likes

128,542

Resources

3,384

Bits Credits

426

LEVEL

11

5,910 XP

[15:00:39 WARN]: Error loading plugin NetworkManager
nl.chimpgamer.networkmanager.shaded.slimjar.resolver.UnresolvedDependencyException: Could not resolve dependency : com.github.ben-manes:caffeine:2.9.3
at nl.chimpgamer.networkmanager.shaded.slimjar.downloader.URLDependencyDownloader.lambda$download$0(URLDependencyDownloader.java:76) ~[?:?]
at java.util.Optional.orElseThrow(Optional.java:408) ~[?:?]
at nl.chimpgamer.networkmanager.shaded.slimjar.downloader.URLDependencyDownloader.download(URLDependencyDownloader.java:76) ~[?:?]
at nl.chimpgamer.networkmanager.shaded.slimjar.injector.helper.InjectionHelper.fetch(InjectionHelper.java:45) ~[?:?]
at nl.chimpgamer.networkmanager.shaded.slimjar.injector.SimpleDependencyInjector.injectDependencies(SimpleDependencyInjector.java:58) ~[?:?]
at nl.chimpgamer.networkmanager.shaded.slimjar.injector.SimpleDependencyInjector.inject(SimpleDependencyInjector.java:52) ~[?:?]
at nl.chimpgamer.networkmanager.shaded.slimjar.app.builder.InjectingApplicationBuilder.buildApplication(InjectingApplicationBuilder.java:63) ~[?:?]
at nl.chimpgamer.networkmanager.shaded.slimjar.app.builder.ApplicationBuilder.build(ApplicationBuilder.java:462) ~[?:?]
at nl.chimpgamer.networkmanager.bungeecord.NMBungeeBootstrap.onLoad(NMBungeeBootstrap.java:66) ~[?:?]
at net.md_5.bungee.api.plugin.PluginManager.enablePlugin(PluginManager.java:398) ~[server.jar:git:Waterfall-Bootstrap:1.19-R0.1-SNAPSHOT:13085b9:510]
at net.md_5.bungee.api.plugin.PluginManager.loadPlugins(PluginManager.java:300) ~[server.jar:git:Waterfall-Bootstrap:1.19-R0.1-SNAPSHOT:13085b9:510]
at net.md_5.bungee.BungeeCord.start(BungeeCord.java:287) ~[server.jar:git:Waterfall-Bootstrap:1.19-R0.1-SNAPSHOT:13085b9:510]
at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:67) ~[server.jar:git:Waterfall-Bootstrap:1.19-R0.1-SNAPSHOT:13085b9:510]
at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15) ~[server.jar:git:Waterfall-Bootstrap:1.19-R0.1-SNAPSHOT:13085b9:510]
Thanks for your report! I will take a look at this and resolve it.
 
Liked by:

FateKid

DEVIL DID IT

Admin

Status

offline

Posts

14,806

Likes

128,542

Resources

3,384

Bits Credits

426

LEVEL

11

5,910 XP

FateKid updated NetworkManager with a new update entry:

Bug fixes and new features

Changes:
- Update adventure to 4.13.0
- Fixed multiple hex colors not being formatted (again)
- Fixed some placeholders not being parsed within click actions
- Formatted some console messages.
- Fixed a few testing command causing errors when used further without arguments
- Allow placeholder in placeholder by using brackets.
- Added /party list command.
- Fixed has_groups_on_ladder_ placeholder.
- Fixed default lang_joinbanned_alert.
- Removed debug message from punishment system
- Added...

Read the rest of this update entry...
 
Liked by:

FateKid

DEVIL DID IT

Admin

Status

offline

Posts

14,806

Likes

128,542

Resources

3,384

Bits Credits

426

LEVEL

11

5,910 XP

FateKid updated NetworkManager with a new update entry:

Bug Fixes

Bug fixes
Changes:
- Set nickname column length to 192 by default
- Fixed error when banned player tries to join (velocity)
- Fixed error when checking for new punishments (velocity)
- Fixed user suffix tabcomplete in permission command
- Fixed no permission message not using the translation for a lot of commands.
- Bump joda-time to 2.12.5
- Fixed commandblocker not working (Velocity)
- Fixed some filter issues on velocity with 1.19+ clients.
- Allow mo (short for month) as a...

Read the rest of this update entry...
 
Liked by:

FateKid

DEVIL DID IT

Admin

Status

offline

Posts

14,806

Likes

128,542

Resources

3,384

Bits Credits

426

LEVEL

11

5,910 XP

Liked by:

FateKid

DEVIL DID IT

Admin

Status

offline

Posts

14,806

Likes

128,542

Resources

3,384

Bits Credits

426

LEVEL

11

5,910 XP

FateKid updated NetworkManager with a new update entry:

NetworkManager Version 2.13.9

- Updated kotlin to 1.8.22
- Updated Jedis to 4.4.3
- Added setbalancemethod command for servergroups.
- Fixed &f being shown in text of show groups command.
- Better logging for extensions and added a debug method.
- lang_reports_login no longer supports legacy placeholders. Use <displayname> and <count> instead.
- Should fix issues with loading motd icons from imgur.
- Fixed issue with prefix and suffix placeholders from luckperms.
- Fixed velocity builds not working without RedisBungee.
-...

Read the rest of this update entry...
 
Liked by:

FateKid

DEVIL DID IT

Admin

Status

offline

Posts

14,806

Likes

128,542

Resources

3,384

Bits Credits

426

LEVEL

11

5,910 XP

FateKid updated NetworkManager with a new update entry:

NetworkManager Version 2.14.0

Changes:
- Added SendAnnouncementEvent for automatic announcements.
- Changed displayName in Player class to a Component.
- Fixed error that could occur when listing accounts.
- Create a more detailed exception when player is not loaded in cache when executing command.
- Parse mapped punishment placeholders to tag resolver (To allow them to be used in hover and click events)
- Fixed wrong ip addresses showing up in the Most used Virtual hosts list when using Velocity
- Minor optimization in...

Read the rest of this update entry...
 
Liked by:

Forum statistics

Threads
56,560
Messages
87,177
Members
53,369
Latest member
Micaelita777
Top Bottom