config


===== Configuration =====

Config Layout:

url: <url>
name: <name>
commandsToRun:
- say %p has just voted at our facebook page!
- say They received a great reward, and you could too!
- say Simply type &a/like
thoseWhoHaveLiked: []


If you haven't already done so, navigate to your facebook page and copy the url, then paste it in the url field of the configuration.
Take a look at that url, does it have a facebook.com/pages/other
If it has the word pages in the url, it matters what you put as the name field. If the word "pages" does not appear in the url, you can probably simply put your server name in the name field.
If it does have the word "pages", check the word that comes after pages, but before the numbers.
(Example: https://www.facebook.com/pages/Bobservers/608718469168248)
That word ("Bobservers" in this case) is what you put in the name field.
On to the commands!
The command portion is rather simple.
Each line is a command, as long as it starts with a "-" and then a space
Note: The starting "/" is not needed.
This means that commands like /say, will be represented by "- say" in the code, while / /brush (Worldedit Command) will be represented by "- /brush"
The %p will be replaced by the player's name when the command is ran.
You will not need to edit "thoseWhoHaveLiked"


Comments

Posts Quoted:
Reply
Clear All Quotes