Difference between revisions of "Bot Playground/Store/Permissions"

From SmartBots Developers Docs
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:Bot Store script permissions}} Some script activity may be dangerous for the user. Such activity includes: * Sending money from the bot * Sending IMs * Telepo...")
 
m (fix extra spacing)
 
Line 1: Line 1:
 
{{DISPLAYTITLE:Bot Store script permissions}}
 
{{DISPLAYTITLE:Bot Store script permissions}}
 
 
Some script activity may be dangerous for the user. Such activity includes:
 
Some script activity may be dangerous for the user. Such activity includes:
  

Latest revision as of 17:55, 26 August 2025

Some script activity may be dangerous for the user. Such activity includes:

  • Sending money from the bot
  • Sending IMs
  • Teleporting bot

You need to explicitly ask for such permissions. User will be asked while purchasing your script, or updating from the previous release which had no such permission.

Permissions are being specified while creating a new release:

Store-permissions-1.png

You can not alter the permissions for existing release.