WellModificator is a Bukkit/Spigot plugin for temporary access modifiers. It gives players special modifier items that grant configured permission nodes for a limited time or forever.
The plugin is made by amiloxs aka t.me/tgkamiloxs.
- Custom modifier items with configurable material, name, lore, duration and permissions.
- Confirmation GUI before activation.
- Fast activation with Shift + right click.
- Active modifier menu with live remaining time.
- Permanent modifiers displayed as
Навсегда. - Re-activation overwrites the current timer instead of stacking time.
- SQLite storage in
plugins/WellModificator/data.db. - Automatic migration from legacy
data.ymlto SQLite. - MiniMessage and legacy color formatting support.
/wmod give <player> <modifier> [amount]
/wmod set <player> <modifier> <time|forever>
/wmod clear <player> <modifier>
/wmod status <player> <modifier>
/wmod list
/wmod reload
Aliases:
/wellmodificator
/wmodifier
Permission:
wellmodificator.admin
- Java 8+
- Spigot, Paper or Purpur 1.16.5+
- A plugin that provides the target commands and permission nodes, for example EssentialsX, WellUtils or LuckPerms.
- Download
WellModificator-1.0.0.jarfrom the latest GitHub Release. - Put the jar into the server
pluginsfolder. - Start the server once to generate
config.yml. - Configure modifier items and permissions in
plugins/WellModificator/config.yml. - Run
/wmod reloador restart the server.
mvn -DskipTests clean packageThe compiled plugin will be created at:
target/WellModificator-1.0.0.jar
amiloxs aka t.me/tgkamiloxs