BPages - A simple plugin for admins to create info pages for their server

This is a discussion topic for the Ore project, BPages. View the full project on Ore for downloads and more information.


BPages

  • Create helpful info pages for your server. Main command is /page.
  • “Alias” in config refers to the page alias, for alias “help” it will be /page help - or simply click on the pages when using the main /page command.
  • User permission is “bpages.user” (base command) and “bpages.page.alias” for specific page permissions.
  • Admin permission is “bpages.admin” (for config reload /page reload)

image

Example config:

mainCommandAlias=page
mainLinesPerPage=10
mainPagePadding="&6="
mainPagePrefix="&l&8-&r&b"
mainPageTitle="&l&8[&r&dB&aPages&l&8]&r"
pageListNode {
    pageList=[
        {
            alias=help
            content=[
                "Example content"
            ]
            linesPerPage=10
            padding="&8="
            title="&bHelp"
        },
        {
            alias=kits
            content=[
                "Example content"
            ]
            linesPerPage=10
            padding="&l-"
            title="&aKits"
        }
    ]
}
1 Like

A new version has been released for BPages, it is available for download here.


Fixed bug that sent multiple pages

A new version has been released for BPages, it is available for download here.


Pages only show to those with permissions in main page list

A new version has been released for BPages, it is available for download here.


Added more customisation options to config

A new version has been released for BPages, it is available for download here.


Fixed a bug where page aliases with spaces would break the main page list

A new version has been released for BPages, it is available for download here.


BPages initial release.

/page

image
image
image

A new version has been released for BPages, it is available for download here.


  • Fixed permissions
  • Added /page reload command to reload config

A new version has been released for BPages, it is available for download here.


Per-page permission checks