Difference between revisions of "Neos Bot"

From Neos Wiki
Jump to navigation Jump to search
Line 14: Line 14:
 
If you're the member of a [[Group]], you can message the Neos bot with the following commands to interact with the Groups System:
 
If you're the member of a [[Group]], you can message the Neos bot with the following commands to interact with the Groups System:
 
* <code>/getGroupInfo <groupname></code> - Gets a list of current members and other metadata
 
* <code>/getGroupInfo <groupname></code> - Gets a list of current members and other metadata
 +
* <code>/addMember <group name> <member name> <member quota></code> - Adds a User to a group, The quota parameter is measured in GB and allocates how much of the Group's storage they can use. Use -1 for unlimited.
 +
* <code>/removeMember <group name> <member name></code> - Removes a User from a group.
 +
 +
== Staging Stuff ==
 +
Prime is pasting stuff from discord below:
 +
/requestDeleteRecovery <time period> <search name> which will recover deleted items/worlds from your account
 +
-- <time period> indicates how long ago in the history to search. Syntax is flexible, e.g. "1d", "2h", "30m", "1 hour 30 minutes" will all work. Default unit is day.
 +
-- <search name> will filter out any items that don't contain given term anywhere in their path or name. Use * to recover everything
 +
-- You will be emailed a ZIP file with special files representing items of your inventory in the same folder structure. To actually recover the item/world, you need to import those files into Neos and save them again. DO NOT CLEAR YOUR CACHE!
 +
-- Maximum recovery time period is 30 days, after this the items are deleted permanently
 +
-- This command can only be used by Patreon users directly. If you have an emergency and are not Patreon, contact a team member
 +
-- THIS IS LAST RESORT EMERGENCY OPTION! Full recovery isn't 100% guaranteed, it relies on other asset files still being in the cloud or being in your cache to recover fully. Please take every step necessary to make sure you don't need to use it in the first place.

Revision as of 05:06, 22 October 2020

When in Neos, you may occasionally receive a message or notice from a user by the name of "Neos". This user is actually a bot ran by the Neos Team and provides notifications and messages about Neos and your account.

Neos Bot Messages / Notifications

Common things Neos Bot may message you about:

  • New Updates - If you're online when an update comes out, Neos Bot will let you know with a message
  • Patreon Messages - If you're a patron of Neos on Patreon, each month you'll get messages thanking you for your pledge and sending you your NCR from Patreon.
  • Special Currency Transfers - If you're the winner of a competition such as the MMC, NCC or otherwise you may get a message from Neos bot which is the transfer of the winning funds.

Neos Bot Commands

You can also message Neos bot, with various phrases to achieve various actions and activities.

Group Commands

If you're the member of a Group, you can message the Neos bot with the following commands to interact with the Groups System:

  • /getGroupInfo <groupname> - Gets a list of current members and other metadata
  • /addMember <group name> <member name> <member quota> - Adds a User to a group, The quota parameter is measured in GB and allocates how much of the Group's storage they can use. Use -1 for unlimited.
  • /removeMember <group name> <member name> - Removes a User from a group.

Staging Stuff

Prime is pasting stuff from discord below: /requestDeleteRecovery