HelpRestored
PluginCC-BY-NC-4.0

HelpRestored

Restores Bukkit's help.yml to Purpur

80
Downloads
0
Followers
1 years ago
Updated
📦
3
Versions

📖About HelpRestored

HelpRestored

Latest Release
GitHub Downloads
Modrinth Downloads


Our Discord
Our Other Projects
Donate


HelpRestored is a plugin for Minecraft Java Edition that restores compatility with Bukkit's help.yml to Purpur, since it appears to be broken for me otherwise.

This plugin reads Bukkit's help.yml from your server root directory. Make sure the file exists, or this plugin won't work!

If you want to know how to set up your help.yml, see this page from Bukkit's wiki.

Tab Completer

HelpRestored offers tab completion when using the /help command.

  • When no topic is specified, it suggests all the index-topics defined in your help.yml
  • When you start typing, it also suggests commands that match.

Default Config.yml

# DO NOT CHANGE THIS
internal:
  plugin-version: "X.X.X"
# DO NOT CHANGE THIS

updater:
  # Whether to notify admins on new releases when they log in.
  notify-on-login: true
  # Whether to notify admins for new snapshot releases. Admins will still be notified on stable releases if this is set to "false".
  notify-on-dev-release: false

Commands

  • /help - Shows the help menu
    • Usage: /help <topic> [page]
    • Permission: helprestored.use
  • /helpreload - Safely reloads help.yml
    • Usage: /helpreload
    • Permission: helprestored.admin

Permissions

  • helprestored.use
    • Description: Allows use of /help
    • Default: true
  • helprestored.admin
    • Description: Allows use of /helpreload
    • Default: op

Support

If you have any issues, or want to request a feature, please create an issue, and I will try my best to help!