-
Notifications
You must be signed in to change notification settings - Fork 9
Home
All values that require a number (not percentage) can have any size you want, this is to allow players to customize it as much as java allows. (I would not go this high since it may crash the app, but it's possible in some cases) minimum allowed value: -2147483647 maximum allowed value: 2147483647
if a player is given more affinity than the allowed min and max sizes, it will limit the Affinity of an user to the set limits. (e.g.) User has 600 Affinity, server maximum limit is 1500. If the user is given 1000 Affinity (1000 + 600 = 1600), he will have 1500 Affinity points since that's the limit of the server.
default: 3 How many points are given to all online players every minute
default: 2 How many points are given to players who've mined a block in the blocks section without a custom Affinity value
default: -1 How many Affinity points a player loses when hit
default: -1 How many Affinity points a player loses based on how many hearts he has lost. (5 hearts = 5 * -1 = -5 Affinity points)
default: 20 How many points are gained when you kill a player
default: 2 How many points are given to players who've killed a mob in the mobs section without a custom Affinity value
default: -100 How many points are given when a player dies
default: 600 How many points a player gets when joining a server for the first time after the plugin is installed