New Features
VERSION 3.1.8 - MAXSTAFF PREMIUM
- A new item has been added for /staff mode. With this item, you can perform a random teleport and go to the location of any player.
- The history menu has been improved. (To view the history of any type of sanction, simply use /history [user])
Fixed bugs
VERSION 3.1.6 - MAXSTAFF PREMIUM
- A bug with staff mode was fixed
Fixed bugs
VERSION 3.1.5 - MAXSTAFF PREMIUM
- A quick update was made due to a minor bug when reading licenses.
New features
VERSION 3.1.4 - MAXSTAFF PREMIUM
- A new section for licenses has been added to config.yml - To be able to claim your license directly on Discord via tickets.
license-key: "none"
- An improvement was added to the freeze; now users cannot move absolutely anything.
- The help message for message_en.yml and message_es.yml was changed.
- A new display was added to the user freeze; this shows information about sanctions. All of this is fully customizable from config.yml.
- Now the slot for /staff items can be modified from config.yml.
- A bug that prevented staff from teleporting to a safe location when using the compass was fixed.
Fixed bugs
VERSION 3.1.3 - MAXSTAFF PREMIUM
- A visual error was corrected (my fault) in the `message_en` and `message_es` fields.
- A small check for correct elements was added for the `reasons` GUIs.
- title: "&8Sanción [{type}] - {target} ({page}/3)"
+ title: "&8Sanción [{type}] - {target} ({page}/{total})"
New features
- The plugin update notifications have been fixed.
New features
VERSION 3.1.1 - MAXSTAFF PREMIUM
- A minor bug that prevented item recovery after disconnecting while in Staff mode has been fixed. An update is recommended.
New features
VERSION 3.1.0 - MAXSTAFF PREMIUM
- IMPORTANT: Several classes have been removed from the Spigot API, so from version 3.1.0 onwards, it is recommended to use paper, purpur, etc. environments.
- The REPORTS module has been changed; now a hover over the report information appears, and you can right-click to execute the command.
- The permissions for the /history command have been corrected.
- Additional security was added to all permissions so that using maxstaff.admin will always encompass all permissions
- A new section was added to config.yml that allows you to enable or disable "pvp" while in staff mode
New features
# VERSION 3.0.5 - MAXSTAFF PREMIUM
- The staff chat module has been changed; now, simply running /sc activates the chat, and to deactivate it, you run the command again.
New features
VERSION 3.0.4 - MAXSTAFF PREMIUM
- A new section was added to config.yml to detect users logging in with an external or vanilla client.
- A new modules section has been added, where you can activate and deactivate plugin modules.
- Visual improvements were also added to the console
Fixed bugs
# VERSION 3.0.3 - MAXSTAFF PREMIUM
- Plugin update alert messages have been fixed
New features
# VERSION 3.0.2 - MAXSTAFF PREMIUM
- A new item was added to teleport depending on where you are looking.
- Now the /ss command works for freezing and a freeze
VERSION 3.0.1 - MAXSTAFF PREMIUM
- Performance was improved to save resources on the servers
- A new command /revive was added with the permission maxstaff.revive
- A new section was added where all the permissions that the player has active can be seen
New features
VERSION 3.0.0 - MAXSTAFF PREMIUM
- Duration format will now be validated before applying sanctions. There was a bug that caused applying 0 to result in applying days or hours when it shouldn't.
- Real staff have been included in freeze events sent to Discord.
- Several issues with sanctions such as IP ban, IP unban, mute, etc., have been fixed.
- A new section has been added to the MySQL section of config.yml.
database:
enabled: false
host: "localhost"
port: 3306
database: "maxstaff_db"
username: "root"
password: ""
use-ssl: false #RECOMENDADO PONERLO EN TRUE
server-id: "server-1" #ESTO ES DE SUMA IMPORTACIA, PONGALE UNA ID A SUS BACKENDS
status-servers: #ESTO ES OPCIONAL, SOLO ES DECORACIÓN
survival:
name: "Survival"
host: "127.0.0.1"
port: 3306
lobby:
name: "Lobby"
host: "127.0.0.1"
port: 3306
Fixed bugs
VERSION 2.2.2 - MAXSTAFF
- A new freezing system has been added. Now, when a player is frozen and disconnects, they will be banned for a number of days. This number of days can be customized in the
config.yml file.
#Material Configuration for Staff Mode
staff-mode:
items:
punish:
material: "NETHERITE_HOE"
freeze:
material: "PACKED_ICE"
helmet-material: "PACKED_ICE"
ban-on-disconnect: #NUEVA SECCIÓN
enabled: true
days: 7
reason: "Disconnected while frozen"
players:
material: "CLOCK"
inspect:
material: "CHEST"
vanish:
material: "NETHER_STAR"
- MySQL connections have been improved so that sanctions are applied simultaneously across all servers.
- The /invsee command can now check the inventories of Disconnected players. These inventories can be The files are visible but cannot be modified. A new folder called invsee-cache was also created where player data is stored. IMPORTANT: Deleting this folder and its files will not cause players to lose data.
Improve in MySQL
# VERSION 2.2.1 - MAXSTAFF
- A problem with the backends was fixed, specifically a problem with the **Mute** function in `Networks`.
- A new section was added to the config.yml file. This section is entirely optional, but it allows you to track the servers connected within MySQL.
```yaml
status-servers:
survival:
name: "Survival"
host: "127.0.0.1"
port: 3306
lobby:
name: "Lobby"
host: "127.0.0.1"
port: 3306
```
- A new command was added: `/maxstaff debugperm <player> <type>`. This command allows you to check the player's permissions and whether they are enabled or disabled.
Fixed Permissions
VERSION 2.2.0 - MAXSTAFF
- The permissions problem has been fixed, they now work like this:
It blocks if the target has:
maxstaff.admin or
maxstaff.punish.protected
And the staff that imposes sanctions doesn't have maxstaff.punish.override.
- A new /invsee command was added with the permission maxstaff.invsee
MySQL Fixed
VERSION 2.1.3 - MAXSTAFF
- The MySQL issues have been fixed; the backends now connect without problems.
New features
VERSION 2.1.2 - MAXSTAFF
- There was an error in the configuration of a double freeze/thaw operation in FreezeCommand.
- The sending of reports via Discord has been corrected.
- Data extraction was improved for both local data and MySQL data.
- The command structure has been changed; this does not affect the plugin's functionality.
New features
VERSION 2.1.1 - MAXSTAFF
- The IP address acquisition process was improved to avoid latency spikes or potential errors.
- A visual improvement has been implemented in Discord webhooks.
- The impact of saving data in YAML was reduced to avoid lag
- Ensure unique and sortable IDs for reports
- The MySQL schema was optimized for history and fast queries.
- A security filter was applied to CommandSpy for sensitive data.
- New permissions were added: maxstaff.cmdspy.raw - maxstaff.cmdspy.raw.owners
- The bug reported on 12/02/2026, which prevented items in the /staff menu from being customizable, has been fixed.