About Help UI
	RUST Plugin Test Server
	TEST MY PLUGINS THERE!
connect play.thepitereq.ovh:28050
	Help UI lets you create unlimited help pages with ease, allowing players to navigate them effortlessly.
	All wrapped in a sleek RUST-themed interface with smooth, seamless UI updates.
	
- High quality RUST-themed UI.
 - Up to 5 main categories.
 - Almost infinite sub-category limit.
 - Scrollable informations, when clicked printed on chat for easy copy-paste.
 - Full language support.
 
	
	The Commands section values, are the redirect values of the page configurations below.
	So for example if default config contains "wiki": "wikipedia Page1" it means, that plugin will register command /wiki that will open an Page1 page on wikipedia category.
	
All commands are configured in main config by default you have command like /help, but every command can be edited!
	
{
  "Commands": {
    "help": "",
    "helppage": "",
    "wiki": "wikipedia Page1"
  },
  "Pages": {
    "commands": {
      "Page1": {
        "Font Size": 15,
        "Center": false,
        "Increase Height Value": 0
      }
    },
    "ranks": {
      "Page1": {
        "Font Size": 15,
        "Center": false,
        "Increase Height Value": 0
      }
    },
    "wikipedia": {
      "Page1": {
        "Font Size": 15,
        "Center": false,
        "Increase Height Value": 0
      },
      "Page2": {
        "Font Size": 15,
        "Center": false,
        "Increase Height Value": 0
      }
    }
  }
}
        
