Hello! This version introduces brand new features to the plugin and includes a critical fix to protect your server's performance.
New Features
Built-in Websender Module Added!
You can now securely send commands from your website to your server without needing external plugins like WebSenderReloaded.
This feature is completely optional. To use it, simply set websender.mode: true in your config.yml.
It allows your website to connect via a port (default 9877, changeable) to execute commands.
Using the default password ("123dweb") is insecure and will send a warning to the console. Please change it!
Add/Remove Credit Feature
You can now add and remove credit using the /dcredit command:
Set Credit: /dcredit <player> <amount>
Add Credit: /dcredit <player> +<amount>
Remove Credit: /dcredit <player> -<amount>
All credit command messages are now configurable in config.yml.
Improvements & Fixes
CRITICAL PERFORMANCE FIX: Database connection handling has been completely rewritten. The plugin now uses its persistent connection pool instead of opening a new connection for every command. This will *significantly* reduce the load on your server.
Fixed a bug with the inverted permission check for the /dwebcore reload command.
We recommend that everyone updating backs up their
config.yml and either regenerates the file or manually adds the new options (especially for websender and the new credit messages).
Hello! This version introduces brand new features to the plugin and includes a critical fix to protect your server's performance.
New Features
Built-in Websender Module Added!
You can now securely send commands from your website to your server without needing external plugins like WebSenderReloaded.
This feature is completely optional. To use it, simply set websender.mode: true in your config.yml.
It allows your website to connect via a port (default 9877, changeable) to execute commands.
Using the default password ("123dweb") is insecure and will send a warning to the console. Please change it!
Add/Remove Credit Feature
You can now add and remove credit using the /dcredit command:
Set Credit: /dcredit <player> <amount>
Add Credit: /dcredit <player> +<amount>
Remove Credit: /dcredit <player> -<amount>
All credit command messages are now configurable in config.yml.
Improvements & Fixes
CRITICAL PERFORMANCE FIX: Database connection handling has been completely rewritten. The plugin now uses its persistent connection pool instead of opening a new connection for every command. This will *significantly* reduce the load on your server.
Fixed a bug with the inverted permission check for the /dwebcore reload command.
We recommend that everyone updating backs up their
config.yml and either regenerates the file or manually adds the new options (especially for websender and the new credit messages).
Hello! This version introduces brand new features to the plugin and includes a critical fix to protect your server's performance.
New Features
Built-in Websender Module Added!
You can now securely send commands from your website to your server without needing external plugins like WebSenderReloaded.
This feature is completely optional. To use it, simply set websender.mode: true in your config.yml.
It allows your website to connect via a port (default 9877, changeable) to execute commands.
Using the default password ("123dweb") is insecure and will send a warning to the console. Please change it!
Add/Remove Credit Feature
You can now add and remove credit using the /dcredit command:
Set Credit: /dcredit <player> <amount>
Add Credit: /dcredit <player> +<amount>
Remove Credit: /dcredit <player> -<amount>
All credit command messages are now configurable in config.yml.
Improvements & Fixes
CRITICAL PERFORMANCE FIX: Database connection handling has been completely rewritten. The plugin now uses its persistent connection pool instead of opening a new connection for every command. This will *significantly* reduce the load on your server.
Fixed a bug with the inverted permission check for the /dwebcore reload command.
We recommend that everyone updating backs up their
config.yml and either regenerates the file or manually adds the new options (especially for websender and the new credit messages).