Get Started - Learn How To Make Your Bot!

Guides

Code Snippets

Get methods

Post methods

Web API

Useful links

List of all currently Free Items

List of Emotes

Highrise Bot SDK Changelog


Concept

In this guide we will abroad how to create a whitelist or to allow only a few users to be able to use a function from your bot.

This is extra helpful when you want to add some functions to your bot that might be dangerous to have it public for any user to reach it, in those case we first check if the user using the function has enough privileges or meet a certain criteria to use a function.

Required Libraries

For this guide we will only be using the standard Highrise Bot SDK.

Code

Let’s see some examples on how to filter which players can use certain commands, the basic idea will be to always use an if statement to check if the user has meet the criteria.