BulletinBoard
Overview
This mod adds a bulletin board on which users can post bulletins at locations. Other users can then teleport to that location to help the user or to see what they have built. In addition, each user has their own private bulletin board on which they can post personal bulletins or share bulletins with others that they do not want to share with everybody. An in-depth video on how to use the mod can be found here: (coming soon).
Commands
/bb list [page]: List the specified page of your public bulletin board, or page 1 if no page is specified
/bb add <description>: Add a bulletin to all public boards with the given description at your current location. The description can be multiple words long
/bb post <description>: Same as add
/bb remove <index>: If you created the bulletin, remove the bulletin from all public bulletin boards. Otherwise, remove the bulletin from your public bulletin board only.
/bb delete <index>: Same as remove
/bb tp <index>: Teleport to the specified bulletin.
/bb reload: load all existing public bulletins into your public bulletin board.
/bbme list [page]: List the specified page of your private bulletin board, or page 1 if no page is specified
/bbme add <description>: Add a bulletin only to your private board with the given description at your current location. The description can be multiple words long
/bbme post <description>: Same as add
/bbme remove <index>: If you created the bulletin, remove the bulletin from all private bulletin boards that it has been shared with. Otherwise, remove the bulletin from your private bulletin board only.
/bbme delete <index>: Same as remove
/bbme tp <index>: Teleport to the specified bulletin.
/bbme share <index> <player1> [player2...]: Add the specified bulletin to the private bulletin board of all specified players.
-
View User Profile
-
Send Message
Posted Nov 13, 2011@patator
Thanks! I plan to add admin controls and permissions support as soon as I figure out how. I haven't looked at mysql yet, but I will keep it in mind.
-
View User Profile
-
Send Message
Posted Nov 13, 2011Hi,
I just tried it. Very nice plugin, very usefull !!
Do you plan to support mysql et permissionsBukkit ?
Can admins remove posts from others players ? (moderation)
Pat'