Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Files

Latest commit

author
Jonathan Stevens
Mar 20, 2021
a336982 · Mar 20, 2021

History

History
32 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.12 KB

BetterSocialCommands

A super basic extension to BetterSocial

Adds

  • Commands can be run after linking
  • Command can be run after unlinking

Permissions

Command Permission Default
Reload bettersocial.admin op

Config

identifiers:
  # Each Identifier needs to be unique, otherwise it will throw errors
  # Make sure this lines up with the identifiers in "social.yml" within "BetterSocial" folder
  discord:
    enabled: true # Should this identifier be used?
    linkedCommands: # The commands that should be executed after linked event
      - discordsrv link %bettersocial_value_discord%
    unlinkedCommands: # The commands that should be executed after linked event
      - 'console: discordsrv unlink %player_name%'

Dependencies

BetterSocial

PlaceHolderAPI