User:Outofspace/PM SYSTEM: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Outofspace
0.99e
>Outofspace
Because of the TOS admins, mods, etc were renamed "POWERLEVELS".
Line 1: Line 1:
<br><i>Pre-Version 0.99e</i>
<br><i>Pre-Version 0.B2a</i>


Still under development! Will be released 1.0+
Still under development! Will be released 1.0+
Line 9: Line 9:
You can tamper with this in [[User:Outofspace/Script Builder|my script builder]].
You can tamper with this in [[User:Outofspace/Script Builder|my script builder]].


<b>All text in <i>italics</i> represents user input. replace it with something optional. All items <s>striked</s> are not functional yet.</b>
<b>All text in <i>italics</i> represents user input. replace it with something optional. All items <s>striked</s> are not functional yet, but will be in the future.</b>


*Making a message:
*Making a message:
Line 23: Line 23:
*Checking messages:
*Checking messages:


**<s><b>view/</b></s> - Views all messages within your inbox.
**<b>view/<i>INPUT</i></b> - Views messages based on what "INPUT" is. See bellow for what you can replace it with.
**<s><b>select/<i>title</i></b></s> - Reads a message.
***<i>nread</i> - Lists all unread messages.
***<i>all</i> - Lists all messages under your inbox.
***<i>name</i> - replace name with the message you want to read.
**<b>check/<i></i></b> - Tells how many new messages you have.
**<s><b>reply/<i>title</i></b></s> - Obvious. Works the same way as "make" would.
**<s><b>reply/<i>title</i></b></s> - Obvious. Works the same way as "make" would.
**<s><b>del/<i>title</i></b></s> - Removes a message.
**<s><b>del/<i>title</i></b></s> - Removes a message.
Line 33: Line 36:
==Rights==
==Rights==


*Admins - Get to view, edit, remove, and send ALL messages and scripts.
<i>Anything in "()'s" is a powerlevel. things in <b>Bold</b> are commands.</i>
*Mods - Everything Admins do, except they can't read Admin messages.
*Normal - Send, view, edit, and delete messages.
*Banned - Get to use nothing. Set these in the "send" script.


A/M's can:
*Powerlevel (3) - Get to view, edit, remove, and send ALL messages and scripts.
*Powerlevel (2) - Everything Admins do, except they can't read Admin messages.
*Powerlevel (1) - Send, view, edit, and delete messages.
*Powerlevel (0) - Get to use nothing. Set these in the "send" script.


*The ability to upgrade a power.
*Here are their commands:
*Check the last message sent.
*Clearing the "last sent message/script" message.
*Error checking.


==Scripts==
** PL 1 can:
***Do everything under "Making a message"
 
** PL 2 can:
***<b>last/</b> - Views last sent message.
***<b>clear/</b> - clears everything under "Messages", including the last sent.
***<b>nopm/<i>player</i></b> - sets the powerlevel of "player" to 0
***<b>reg/<i>player</i></b> - sets the powerlevel of "player" to 1
 
** PL 3 can:
***Do everthing that PL 1-2 can.
***<b>shutdown/</b> - Turns off PM_SYSTEM...forever.
***<b>pl3/<i>player</i></b> - sets the power level of "player" to 3
***<b>pl2/<i>player</i></b> - guess at it.


*config - Main user rights script. If you remove this, there will be no special powers.
*function - Makes values, and scripts.
*send - Main script.


==Sub-Models==
==Scripts==


*Messages - Stores all sent messages and script (disabled). It also holds the "last sent" StringValue which makes the "last sent" message.
*config - No longer used. Future plans: script sender.
*setup - Makes values, models, and scripts for newplayers and within the main model.
*send - This runs the show.
*README - Information about PM_SYSTEM.


=RoadMap for 1.0+=
=RoadMap for 1.0+=
Line 65: Line 78:
==Moderation==
==Moderation==


*Remove EVERYTHING.
*Edit EVERYTHING.
*Announcements.
*Announcements.

Revision as of 06:18, 17 November 2008


Pre-Version 0.B2a

Still under development! Will be released 1.0+

Features

You can tamper with this in my script builder.

All text in italics represents user input. replace it with something optional. All items striked are not functional yet, but will be in the future.

  • Making a message:
    • make/name - Makes a message. Nothing special.
    • rec/name - Sets the recipient, or to whom the message will be sent.
    • title/name - Sets the message title. Be "creative".
    • b/text - This makes the message part. It might be required. You decide.
    • save/ - Saves message(s) to later be sent. (See Also: Draft)
    • delete/name - Deletes a message.
    • send/name - Sends a message. If no recipient, body, or title is set, the message will not be sent.
  • Checking messages:
    • view/INPUT - Views messages based on what "INPUT" is. See bellow for what you can replace it with.
      • nread - Lists all unread messages.
      • all - Lists all messages under your inbox.
      • name - replace name with the message you want to read.
    • check/ - Tells how many new messages you have.
    • reply/title - Obvious. Works the same way as "make" would.
    • del/title - Removes a message.
      • del/all - Removes everything from your inbox.
      • del/read - Removes only read messages from your inbox.
      • del/nread - Removes only not read messages from your inbox.

Rights

Anything in "()'s" is a powerlevel. things in Bold are commands.

  • Powerlevel (3) - Get to view, edit, remove, and send ALL messages and scripts.
  • Powerlevel (2) - Everything Admins do, except they can't read Admin messages.
  • Powerlevel (1) - Send, view, edit, and delete messages.
  • Powerlevel (0) - Get to use nothing. Set these in the "send" script.
  • Here are their commands:
    • PL 1 can:
      • Do everything under "Making a message"
    • PL 2 can:
      • last/ - Views last sent message.
      • clear/ - clears everything under "Messages", including the last sent.
      • nopm/player - sets the powerlevel of "player" to 0
      • reg/player - sets the powerlevel of "player" to 1
    • PL 3 can:
      • Do everthing that PL 1-2 can.
      • shutdown/ - Turns off PM_SYSTEM...forever.
      • pl3/player - sets the power level of "player" to 3
      • pl2/player - guess at it.


Scripts

  • config - No longer used. Future plans: script sender.
  • setup - Makes values, models, and scripts for newplayers and within the main model.
  • send - This runs the show.
  • README - Information about PM_SYSTEM.

RoadMap for 1.0+

General

  • Ability for text to scroll across screen.
  • Use of "/sc"
  • Anonymous message sender?

Moderation

  • Announcements.