A modular JSON based wiki plugin for Sponge
4

ModularWiki

A modular JSON based wiki plugin for Sponge.

For support and general questions, join my Discord : https://discord.gg/MQvBXVM

Basic JSON configuration

[
    {
        "id": "some_wiki",
        "name": "Wiki Sample",
        "permission": "wiki.admin",
        "description": [
            "another_wiki|Some description line with click actions to open another wiki. The click action is set by starting the line with the ID of another wiki, followed by a vertical line",
            "Another line without click actions",
            "This wiki is only visible to players with the wiki.admin permission"
        ]
    },
    {
        "id": "another_wiki",
        "name": "Another Sample",
        "hide": true,
        "description": [
            "This wiki will not appear in the list",
            "But it will open using the click action on the first line of 'Wiki Sample'"
        ]
    }
]

Preview

preview

Category: Miscellaneous

Published on Mar 10, 2020

views

stars

watchers

total downloads

Promoted Versions

Pages

Members