CMS Donate Engine v4.0 CMS DonateEngine v4.0

Added support for the LuckPerms plugin, which includes privilege management, sale, renewal and upgrade via the groups /shop/groups module.


To update, run a MySQL database query and replace the files with new ones. Go to shop/admin/admin panel?page=menu&admin=admin and restore the admin menu from backup. A new item for managing LuckPerms Should appear in the admin menu.


ALTER TABLE `ms_servers` ADD `luckperms` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `perm`;
ALTER TABLE `ms_groups` ADD `mod` VARCHAR(15) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'pex123' AFTER `rcon`;
The file with the changes:
  • shop/install/*.*
  • shop/admin/*.*
  • shop/app/constants.php
  • shop/app/msmod/groups.php
  • shop/app/msmod/prefix.php
  • shop/app/msmod/profile.php
  • shop/app/msmod/skins.php

Without updating the template, with updating the structure of MySQL.