Skip to content

GroupName Changing

MrJesseZ edited this page Aug 21, 2017 · 25 revisions

How to change the Name of a Group?

!! You need to have UltraPermissions Connected to your MySQL to follow the next steps !!

2 Commands to change all names.

UPDATE UltraPermissions_GroupsSETname='NEWNAME' WHERE name='oldname'; UPDATE UltraPermissions_UsersSETgroupName='NEWNAME' WHERE groupName='oldname';

Steps to change the names.

  1. Go to your MySQL and find the Tables of UltraPermission:

  1. You need to change in all the Tables the names from the old to the new one. Starting by UltraPermissions_BungeePermissions.
  • Click on UltraPermissions_BungeePermissions
  • Click near the top of the webpage on SQL:
  • Then you will see this: http://i.imgur.com/DORUAW2.png
  • Delete the (purple/orange) message and place this message there: UPDATE UltraPermissions_GroupsSETname='NEWNAME' WHERE name='oldname';
  • Change NEWNAME to the new name you want to give your group and change oldname to the name is was before (the name right now)

Clone this wiki locally