FAQBox

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

Quote from Siguza:

The Future?

Since Spigot is still standing and Sponge is slowly getting somewhere, I'm not exactly sure what to do with my plugins, but I'll stick around.

I think I will port most of my plugins to Sponge, but some (like NBTLib) will hopefully not be necessary anymore.

For now, I've set all my projects to "inactive", except for VirtualPack, which I will keep compatible with Spigot, until I ported it to Sponge. If you really want to see any of my other plugins updated to Spigot, just comment on its project page.

FAQBox

[ Download ] [ Source ]

This plugin allows you to have a predefined set of messages (usually answers to frequently asked questions) which you can send to users way faster than typing them out.

Installation

  1. Download the FAQBox.jar and place in in you plugins folder.
  2. Start your server.

Configuration

config.yml

check-update: Whether to check for updates or not.

messages.ini

You can configure your messages either by using commands (see commands section) or by directly editing the messages.ini file.
The messages.ini file has the following format:

id1=Some message here
id2=Some other message
potato=You may not throw potatoes at citizens of Minetropolis!

Useful to know:

  • When editing the file while your server is running, reload FAQBox when you're done, otherwise your changes might get lost.
  • When editing the file directly you can bypass the maximum length for chat messages.
  • When editing the file, be aware that message IDs must not contain commas!
  • You can use colors by using the & character. To actually write the & character, use &&.
  • You can use %player to be replaced by the name of the player the message is sent to.

Commands

CommandWhat it doesRequired permission
/faqPrint the helpfaqbox.send or faqbox.manage
/faq add <id> <message>Add a messagefaqbox.manage
/faq update <id> <message>Replace a message with a new onefaqbox.manage
/faq remove <id>Remove a messagefaqbox.manage
/faq reloadReload the messages from the messages.ini filefaqbox.manage
/faq listList all available message IDsfaqbox.send
/faq send <player> <id>Send a message to a playerfaqbox.send
/faq send <player1> <player2> <player3> <...> <id>Send a message to many playersfaqbox.send
/faq send <player1> <id1,id2,id3,...>Send many messages to a playerfaqbox.send
/faq send <player1> <player2> <player3> <...> <id1,id2,id3,...>Send many messages to many playersfaqbox.send

Note: When sending messages, players are separated by spaces, messages by commas (and no spaces!).

Permissions

PermissionWhat it does
faqbox.manageSee commands
faqbox.sendSee commands
faqbox.notifyYou're notified if anyone uses the send command
(to prevent multiple people answering one players question)
faqbox.updateNotifies you if an update is available (on login)

OPs have all permissions by default.

To Do

  • Make colors not being reset on new lines.

Dev Builds

Quote:

Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk!

[ Dev Builds ]


Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files

Bukkit