#---------------PERSONAL SPACE-----------------#
# #
# BY: #
# IMODZOMBIES4FUN & CRAFTFESTMC #
# #
#----------------------------------------------#
#Lead Dev - IModZombies4Fun
#Ideas / Partial Development - CraftFestMC
## LANGUAGE SECTION ##
#Prefix before the message when messages are sent to players
MESSAGE-PREFIX: '&b<&9< &bPersonal Space &9>&b> &f'
LANG:
NO-PERMISSION: '&cYou do not have permission to use this command!'
NO-ARGS: 'Developed and tested by: &a&o{0}&f and &a&o{1}&f, Type /ps help for a list of commands!'
HELP-TOP: '---------- [ &bHelp Page&f ] ----------'
HELP-TOGGLE: '/ps toggle - Toggle Personal Space on or off'
HELP-RELOAD: '/ps reload - Reloads the Personal Space plugin'
SELF-TOGGLE-OFF: 'You no longer have Personal Space!'
SELF-TOGGLE-ON: 'You now have &a&o{0}&f blocks of Personal Space!'
NO-SUCH-PLAYER: 'No such player as &a&o{0}&f!'
OTHER-TOGGLE-ON: '&a&o{0}&f now has &a&o{1}&f blocks of Personal Space!'
OTHER-TOGGLE-OFF: '&a&o{0}&f no longer has Personal Space!'
OTHER-TOGGLE-ON-RECEIVE: 'You now have &a&o{0}&f blocks of Personal Space!'
OTHER-TOGGLE-OFF-RECEIVE: 'You no longer have Personal Space!'
RELOAD: 'Plugin reloaded!'
UNKNOWN-COMMAND: 'Incorrect syntax! Type /ps help for a list of commands!'
## BEHAVIOR SECTION ##
#If this is set to true, instead of pushing everything out of the way, everything will be pulled towards
#the player with Personal Space on
VACUUM: false
#Affects determins what will be affected by people with PersonalSpace on!
#Here is a list of things that you may affect
# ( DeadEntities ) - Every non living entity, e.g. item drops, exp orbs, minecarts, projectiles...
# ( LivingEntities ) - Every living thing, e.g. Cow, Pig, Player, but not Minecart or Exp orb..
# ( Players ) - Only players!
# ( All ) - Every entity will be affected, e.g. projectiles, boats, players, cows, withers...
AFFECTS: All
#Max distance an entity can be to a player with Personal Space on
DISTANCE: 5
#If true, if a player leaves with Personal Space on, they will be stored in the players file, and when
#they rejoin, they will have personal space on, otherwise if a player leaves with personal space on, when
#they rejoin, they will not have personal space on
REMEMBER-PLAYERS: true