Skip to content

Instantly share code, notes, and snippets.

@nossr50
Created January 7, 2021 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nossr50/baf656477c75663e9e2f9284acee8d67 to your computer and use it in GitHub Desktop.
Save nossr50/baf656477c75663e9e2f9284acee8d67 to your computer and use it in GitHub Desktop.
jan 7th 2021 level up broadcasts
General:
# When players reach certain level milestones messages will be broadcast
Level_Up_Chat_Broadcasts:
# Whether or not level up broadcasts are enabled
Enabled: true
# How often to broadcast, you can change this to 1 to always broadcast a level up event, a setting of 100 will limit it to every 100 levels (for example level 100, level 200, etc)
Milestone_Interval: 100
Broadcast_Targets:
# Send the message to the console as well
Send_To_Console: true
# Whether or not to only send chat messages to party members
Only_Party_Members: false
# Whether or not players who recieve a level up broadcast have to be on the same world as the one who leveled up
Only_Same_World: false
# Distance restrictions
Distance_Restrictions:
Restrict_Distance: false
# When using Restrict_Distance the blow setting configures the range of the broadcast
Restricted_Radius: 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment