This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"clientId": "urn:federation:MicrosoftOnline", | |
"surrogateAuthRequired": false, | |
"enabled": true, | |
"alwaysDisplayInConsole": false, | |
"clientAuthenticatorType": "client-secret", | |
"redirectUris": [ | |
"https://login.microsoftonline.com/login.srf" | |
], | |
"webOrigins": [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ProtectionPerms Message File | |
# Use this file to change what messages appear when a player does not have permission to perform the action the permission specifies. | |
# ProtectionPerms checks if a player can perform an action by checking permissions in the following order: | |
# Add order here | |
# More specific permissions override less specific nodes | |
# Wildcards can be used | |
# Placeholders | |
# ProtectionPerms supports several placeholders | |
# %player% for the player's display name |