fAuth » Additional plugin for authorization servers!
With this plugin, you can configure your server for authorization! Turn on / turn on chat on the server, teleport the player to the desired point when entering the server, turn off the player's movement. You can also turn off the message when a player enters / exits the server.
You can also support us through the DonationAlerts donation platform! We look forward to any of your support! Don't forget to leave a review below!
▪ Disabling chat on the server
▪ Spawn point for players
▪ Disabling movements
▪ Disable messages about the player's entry / exit from the server
Soon...
So far, there are no commands or rights in the plugin, but they will appear soon.
settings.yml:
Code (YAML):
settings
:
# Responsible for the movement of the player!
move
:
# If set to true, then the player will not be able to walk, jump, turn the screen.
# false = disable this feature
enabled
: true
# Responsible for teleporting the player to some location when entering the server!
teleport
:
# true = means the feature is enabled and working, false = disable
enabled
: true
# Location where you need to teleport the player
location:
x
: 0
y
: 0
z
: 0
yaw
: 0
pitch
: 0
# Disable chat, commands work
chat
:
# If true, the plugin automatically cancels all player messages
enabled
: true
# Plugin sends a message to the player when the player's message is canceled
message
:
# enabled or disable this function
enabled
: true
# If true, then the plugin automatically sends a message below the player when the player's message is canceled enabled: true
text
:
"Hello! Chat is blocked!"
# Message when the player joins, for example "xflyiwnl joined the game"
join:
enabled
: true
# Message when exiting the server, for example "xflyiwnl left the game"
leave:
enabled
: true