Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1001 Bytes

README.creole

File metadata and controls

26 lines (23 loc) · 1001 Bytes

Description

This plugin allows the players on a server to add
advertisement on a billboard, which can be considered by all
the other players. An advertising consists of the name
of the player, the date when it was created and the message.
Later I may add the posibility for players to mark their own
avertisement as 'done'.

Storage

The billboard will be saved in a MySQL database, later on I
will add SQLite support. If the billboard is saved in an
MySQL database, you will be able to read it with PHP and
show the BillBoard on a website.

Commands

CommandAliasesPermissionDescription
new [message]add, createbillboard.newCreates a new advertising.
list <page>showbillboard.listLists all advertising on the billboard.
clearresetbillboard.clearClears the billboard.

Note:
[...]: Required parameters.
<...>: Optional parameters.

Current development status

Actual development version: 0.5
Actual release version: None